Replies: 3 comments
-
|
Other than export/import, we also need a kind of context chunking/summarization/condensation so that it can be more easily used, without MCPs and without needing manual session starts #810 Session management is good for going between feature building and solving multiple issues. Chunking and condensation are good when it is one hard feature or bug, needing multiple layers of investigation and bug-hunting. |
Beta Was this translation helpful? Give feedback.
-
|
Related issue where I discuss storing chats directly as plantext in the first place rather than exporting later (both can coexist though). |
Beta Was this translation helpful? Give feedback.
-
|
plus one on this, we need this on CI tasks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the branch
idea/inspect-session, I sketch out a toolkit for exporting and importing conversation sessions to enable:New Commands
crush sessions export/export-conversation- Export session data to JSON/YAML filescrush sessions import/import-conversation- Import session data from JSON/YAML filescrush sessions search- Find sessions by title or message contentcrush sessions stats- Analyze usage patterns and costs over timeStatus
This is a prototype implementation. The code is functional and safe to merge as it operates independently from the core application logic.
Use Cases
Beta Was this translation helpful? Give feedback.
All reactions