-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Description
The buffer persistently shows 38.4k tokens (24% of context window) and cannot be cleared using the /clear or /new commands.
Steps to Reproduce
- Use GitHub Copilot CLI and accumulate buffer content
- Attempt to clear buffer using
/clearcommand
- Alternatively, try
/newcommand to start fresh session - Observe that buffer remains at 38.4k tokens (24%)
Expected Behavior
/clearcommand should clear the buffer and reset token count/newcommand should start a new session with empty buffer
Actual Behavior
- Buffer remains at 38.4k tokens despite using
/clearor/newcommands - Unable to free up context window space
Environment
- GitHub Copilot CLI Version: 0.0.406
- Operating System: macOS (Darwin)
- Date: 2026-02-10
Impact
This limits the available context window for new interactions, reducing from 100% to 76% available capacity.
Additional Context
The persistent buffer content appears to be stuck and is not affected by session management commands.
Reactions are currently unavailable