New Features #
Model Selection Command Menu
- Added new interactive model selection functionality that allows users to switch between different Claude models during a session
- When invoked, users can navigate through available models and select their preferred model
- Includes keyboard shortcuts: ESC key to cancel and keep current model
- The selected model is displayed in bold text for clarity
- Example usage: The menu will show available models and allow selection via arrow keys
Enhanced MCP (Model Context Protocol) Support
- Added
MAX_MCP_OUTPUT_TOKENSenvironment variable to control the maximum tokens for MCP output - Default value: 25,000 tokens (configurable via environment variable)
- Example:
export MAX_MCP_OUTPUT_TOKENS=50000to increase the limit
Improved Resume Command
- Refactored the
resumecommand to use a more robust component-based architecture - Better error handling when loading conversations
- Async loading with proper state management
- Shows loading state while fetching conversations
- Filters out sidechain conversations automatically