Auto-summarize Agent Panel chats on context limit for endless conversations to give a better dx Roadmap fitEnquiry #48996
k5602
started this conversation in
Feature Requests
Replies: 2 comments
-
|
This would be great to have |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i would also suggest to not only summarize when a token limit is about to be hit but also after sub tasks are done/output that becomes irrelevant so the context does not get bloated in the first place |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Zed's Agent Panel hits hard context limits (e.g., 120k-200k tokens) and errors out (HTTP 403), forcing users to manually "New from Summary" or restart threads. This breaks flow in long agentic sessions, unlike VS Code Copilot Chat or cli tools, which auto-summarize/condense history to continue seamlessly.
Solution Proposal
Add optional auto-summarization:
Pros:
Matches user expectation for "endless" chats, boosting productivity and Improve DX.
Builds on existing "New from Summary" logic and token counters.
Configurable to avoid perf hits (e.g., opt-in, model-specific).
Cons:
This aligns with requests for better context mgmt (e.g., #33198, Cursor-like agents in #24924). Happy to prototype a PoC, or scope a PR Thoughts? Roadmap fit?
Beta Was this translation helpful? Give feedback.
All reactions