You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add context compaction, slash commands, and HTTP/SSE MCP transport
Features implemented:
- Context compaction: /compact command to summarize older messages and
reclaim context space when conversations grow long
- Slash commands: User-defined markdown commands in .yo/commands/<name>.md
with $ARGUMENTS placeholder and optional YAML frontmatter
- HTTP/SSE MCP transport: Support for HTTP and SSE transports in addition
to stdio for Model Context Protocol servers
- force_continue: Stop hooks can now request continuation with a new prompt
New files:
- src/compact.rs: Context compaction/summarization module
- src/commands.rs: Slash commands system
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments