context_summarize
Generate compressed summaries of recent conversation context to create checkpoints or when context is too large. Helps manage context size for AI coding assistants.
Instructions
Generate a compressed summary of recent context. Useful for creating checkpoints or when context is getting too large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Time reference like "1 hour ago", "today", "last week" | |
| max_tokens | No | Maximum tokens for summary (default: 500) |