Open garyblankenship opened 5 hours ago
You don't really understand how the current session works in aichat; you just want to copy the GUI setup into aichat. But is that really a good idea?
We provide a save_session
config for auto-saving controls. set save_session: true
for automaticlly saving.
Explain in https://github.com/sigoden/aichat/issues/947#issuecomment-2433866565 Alternative in #805
There is currently no place where it can be used.
It's entirely nonsense.
The number of tokens that an LLM can handle is limited. Even though many large models can process over 100K tokens, your budget is also limited. This is why aichat provides session compression.
The best search and management tools are external file manager (like Yazi) and IDE (like VSCode). They are much more convenient than anything else.
Is your feature request related to a problem? Please describe. Currently in aichat:
-s
flagDescribe the solution you'd like
Automatic Session Management:
YYYYMMDD_HHMMSS_context
)Configuration in config.yaml:
Enhanced CLI Commands:
Search across sessions
aichat sessions search "kubernetes"
Merge related sessions
aichat sessions merge session1 session2
Clean up old sessions
aichat sessions cleanup --older-than=90d