codesesh 0.4.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,16 +19,20 @@ Your browser will open at `http://localhost:4321` with all your sessions ready t
19
19
  ## Features
20
20
 
21
21
  - **Unified Timeline** — Browse sessions across all your AI agents in a single, searchable interface
22
- - **Full-Text Search** — Search across session titles and conversation content with highlighted matches
23
- - **Dashboard & Activity Trends** — See totals, daily activity, agent distribution, model usage, token trends, bookmarks, and recent sessions
22
+ - **Structured Global Search** — Search titles, messages, tool output, and file paths with filters for agent, project, smart tag, tool, file activity, and cost
23
+ - **Dashboard & Activity Trends** — See totals, daily activity, agent distribution, model usage, token trends, smart tags, bookmarks, and recent sessions
24
+ - **Project Browse Mode** — Open a dedicated projects view with project-level metrics, sessions, and cross-agent drill-down
25
+ - **Project-Aware Session Tree** — Group sessions by repository or project identity across supported agents
26
+ - **Smart Tags** — Automatically label bugfix, refactoring, feature work, testing, docs, planning, git, build/deploy, and exploration sessions
24
27
  - **Bookmarks** — Save important sessions and keep them visible from the dashboard
25
28
  - **Full Conversation Replay** — Read every message, tool call, and reasoning step exactly as it happened
26
- - **File Change Tracking** — Jump to files that were read, edited, created, deleted, or moved
29
+ - **File Activity Index** — Jump to files that were read, edited, created, deleted, or moved, and search sessions by file activity
27
30
  - **Keyboard Navigation** — Move through views, focus search, and open shortcuts without leaving the keyboard
28
- - **Cost & Token Visibility** — See token totals, cache tokens, model usage, and session cost
29
- - **SQLite-Backed Cache & Search Index** — Restore session lists quickly and reuse the same local store for search
31
+ - **Claude Code Resume Commands** — Copy worktree-aware `claude --resume` commands from Claude Code session details
32
+ - **Cost & Token Visibility** — See token totals, cache tokens, recorded costs, and model-based cost estimates
33
+ - **SQLite Cache, Migrations & Search Index** — Restore session lists quickly, upgrade local schemas safely, and reuse the same local store for search
30
34
  - **Zero Configuration** — Just run it. CodeSesh auto-discovers everything on your filesystem
31
- - **100% Local & Private** — Nothing leaves your machine. No accounts, no cloud sync, no telemetry
35
+ - **100% Local & Private** — Your data stays on your machine. No accounts, no cloud sync, no cloud telemetry
32
36
  - **Live Refresh** — Local session changes are picked up automatically while the server is running
33
37
 
34
38
  ## Supported Agents
@@ -85,6 +89,7 @@ npx codesesh --trace
85
89
  | `--trace` | — | `false` | Print performance trace logs |
86
90
  | `--cache` | — | `true` | Use cached scan results when available |
87
91
  | `--clear-cache` | — | `false` | Clear scan cache before starting |
92
+ | `-v` | — | — | Print version number |
88
93
 
89
94
  ## Requirements
90
95