context_status
Check remaining context capacity by viewing message count, token usage, and bloat indicators. Helps decide if pruning old messages is needed before continuing.
Instructions
Check how much context you have left. Shows message count, estimated token usage, and bloat indicators. Call this when starting a complex task or when you suspect context is getting large. If usage is >70%, consider pruning old messages with prune_context before continuing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | No | Conversation UUID. If omitted, finds the most recently modified conversation for the current project. Your conversation ID is shown in your status bar as [xxxxxxxx]. |