request_compact
Request context compaction for your tmux session to summarize and trim conversation history. Executes after your current turn; save important findings with save_wisdom first.
Instructions
Request context compaction for your session. Sends /compact to your tmux session via the dashboard — it executes after your current turn completes. Use when context is getting large and you want to compact proactively. Save important findings with save_wisdom first, as compaction summarizes and trims conversation history. Requires DASHBOARD_URL env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Tmux session name. If omitted, looks up by conversation ID via dashboard. | |
| conversation_id | No | Conversation UUID. If omitted, auto-detects from the current project. |