AIFlare
VisionDocs
Sign inStart free
Getting Started
  • Introduction
  • Quickstart
Features
  • Project Dashboard
  • Project Settings
  • Timeline
  • Team Collaboration
Skills
  • Skills Overview
  • Context Capture
  • Code Intent Lookup
  • Context Inject
  • Daily Digest
  • Weekly Digest
  • Session Compare
  • Session Summary
  • Prompt Evaluation
Administration
  • Members & Invitations
  • Account Settings
Insights

Session Compare

Compare two Work Sessions side by side. Understand what differed when you solved similar problems with different approaches, and spot recurring patterns.

Overview

Session Compare lets you select two Work Sessions and compare their intent, decisions, and outcomes side by side. It's especially useful for comparing sessions where similar problems were solved with different approaches.

Report Structure

The comparison report analyzes both sessions in parallel.

01
Session Overview

Date, commit count, and main tags for each session

02
Approach Comparison

Contrast analysis of how each session approached the problem differently

03
Outcome Comparison

Files changed, diff size, and completed tasks compared side by side

04
Insights

Patterns and improvement points derived from comparing the two sessions

Usage Guide

Command Syntax

Type the command below in the Claude Code conversation window. You can omit one or both session IDs.

/session-compare [sessionId1?] [sessionId2?]

Calling Patterns

/session-compare — server auto-selects the two most recent sessions
/session-compare <sessionId1> — compares sessionId1 with the most recent session
/session-compare <sessionId1> <sessionId2> — compares the two specified sessions

Parameters

NameTypeRequiredDefaultDescription
sessionId1stringOptionalauto-selectedID of the first session to compare. Omit to let the server auto-select the most recent session.
sessionId2stringOptionalauto-selectedID of the second session to compare. Omit to let the server auto-select the session prior to sessionId1.

Execution Flow

1The skill prompt loads and resolves session IDs: explicit arguments → server auto-selection of recent sessions.
2The get_session_compare tool fetches entries and conversations from both sessions in parallel.
3The LLM generates a side-by-side Markdown report covering session overviews, approach comparison, outcome comparison, and derived insights.
4The report is printed in the conversation window and automatically saved via save_session_compare_report.

Error Reference

aiflare.yml not found

aiflare.yml is missing from the project root or api_key is empty.

Fewer than two sessions

The project has fewer than two recorded sessions. At least two sessions with commits are needed to generate a comparison.

Session not found

One of the specified session IDs does not exist. Verify the session ID in the dashboard's session list.

Share & Export

Issue a share token or export a file from the report detail page.

Share Link

Share the report via /share/[token] — no authentication required.

Export

Download as Markdown or PDF.

On this page

AIFlare
Made with ♥ in Seoul
© 2026 AIFlare. All rights reserved.
Product
SkillDocs
Company
Vision
Resources
PrivacyTerms
Connect
GitHub