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 +5 -3
- package/dist/{chunk-BGQXQTWM.js → chunk-FZNZAMTZ.js} +1321 -173
- package/dist/chunk-FZNZAMTZ.js.map +1 -0
- package/dist/{dist-5NKHH33A.js → dist-DMEDEJ2D.js} +38 -4
- package/dist/index.js +378 -59
- package/dist/index.js.map +1 -1
- package/dist/web/assets/index-BRW_TBMw.js +106 -0
- package/dist/web/assets/index-CCgk7cPa.css +2 -0
- package/dist/web/assets/markdown-CnUlvKkZ.js +14 -0
- package/dist/web/assets/react-DT3QPCDf.js +1821 -0
- package/dist/web/assets/rolldown-runtime-Dw2cE7zH.js +1 -0
- package/dist/web/assets/syntax-DcanuzfQ.js +6 -0
- package/dist/web/assets/vendor-CWmLg_mG.js +43 -0
- package/dist/web/index.html +7 -2
- package/package.json +2 -3
- package/dist/chunk-BGQXQTWM.js.map +0 -1
- package/dist/web/assets/index-B78jpjIp.js +0 -68
- package/dist/web/assets/index-gSYgPU_H.css +0 -2
- /package/dist/{dist-5NKHH33A.js.map → dist-DMEDEJ2D.js.map} +0 -0
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,
|
|
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** —
|
|
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
|