codesesh 0.4.1 → 0.5.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
@@ -20,15 +20,17 @@ Your browser will open at `http://localhost:4321` with all your sessions ready t
20
20
 
21
21
  - **Unified Timeline** — Browse sessions across all your AI agents in a single, searchable interface
22
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
23
+ - **Dashboard & Activity Trends** — See totals, daily activity, agent distribution, model usage, token trends, smart tags, bookmarks, and recent sessions
24
+ - **Project-Aware Session Tree** — Group sessions by repository or project identity across supported agents
25
+ - **Smart Tags** — Automatically label bugfix, refactoring, feature work, testing, docs, planning, git, build/deploy, and exploration sessions
24
26
  - **Bookmarks** — Save important sessions and keep them visible from the dashboard
25
27
  - **Full Conversation Replay** — Read every message, tool call, and reasoning step exactly as it happened
26
28
  - **File Change Tracking** — Jump to files that were read, edited, created, deleted, or moved
27
29
  - **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
30
+ - **Cost & Token Visibility** — See token totals, cache tokens, recorded costs, and model-based cost estimates
29
31
  - **SQLite-Backed Cache & Search Index** — Restore session lists quickly and reuse the same local store for search
30
32
  - **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
33
+ - **100% Local & Private** — Your data stays on your machine. No accounts, no cloud sync, no cloud telemetry
32
34
  - **Live Refresh** — Local session changes are picked up automatically while the server is running
33
35
 
34
36
  ## Supported Agents