-
|
Context window size is largely manual right now and I feel like it should be dynamic based on what the agent is doing. Is there anything in OpenACP that handles context management automatically, or do I still need to tune this per-session? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
OpenACP has a Context Resume feature that saves and restores session history across restarts, but it doesn't dynamically manage context window size — that's left to the agent. Claude Code (the agent) handles context compression internally at around 80% utilization. If you're hitting limits on long sessions, the |
Beta Was this translation helpful? Give feedback.
OpenACP has a Context Resume feature that saves and restores session history across restarts, but it doesn't dynamically manage context window size — that's left to the agent. Claude Code (the agent) handles context compression internally at around 80% utilization. If you're hitting limits on long sessions, the
/handoffcommand lets you move a session from chat back to terminal where you have more control over context flags.