sessioner 0.1.2 → 0.1.3
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
|
|
15
15
|
## 💡 Why
|
|
16
16
|
|
|
17
|
-
Claude Code supports native forking from specific points, but loses context like thoughts, references, choices, and subagents. It also provides no built-in way to browse, merge, prune, or trim the `.jsonl` session files stored in `~/.claude/projects`.
|
|
17
|
+
Claude Code supports native forking from specific points, but loses context like thoughts, references, choices, and subagents. It also provides no built-in way to search, browse, merge, prune, or trim the `.jsonl` session files stored in `~/.claude/projects`.
|
|
18
18
|
|
|
19
19
|
**Sessioner** gives you a keyboard-driven interface to manage those sessions directly, including a **full fork** that preserves subagents and all session data:
|
|
20
20
|
|
|
21
21
|
- Browse all sessions in a project, sorted by date
|
|
22
|
+
- Search text across all sessions with highlighted results
|
|
22
23
|
- Preview conversations before acting
|
|
23
24
|
- Fork, merge, prune, trim, rename, or delete sessions
|
|
24
25
|
- View session and project stats (duration, tokens, costs, tool usage)
|