v0.1.47 - Release Notes
·
142 commits
to main
since this release
New Features
Model Selection Settings
- Added a new "Models" tab in the sidebar for AI model configuration
- Users can now select different models for three task tiers:
- Simple Tasks: Bot call detection, classification, etc.
- Moderate Tasks: Memory management, summarization, etc.
- Complex Tasks: Core task execution
- Available models: Sonnet and Opus (Haiku temporarily disabled)
Changes
Default Model Configuration
- All model settings now default to Sonnet
- Haiku option is disabled due to a Claude API issue (anthropics/claude-code#15015)
- Added warning notice in the Models settings view explaining the Haiku limitation
UI Improvements
- Model settings view with dedicated save button and status display
- i18n support for model settings (English and Korean)
- Improved link styling in warning notices
Technical Notes
- New environment variables: MODEL_FOR_SIMPLE, MODEL_FOR_MODERATE, MODEL_FOR_COMPLEX
- Existing users without these variables will automatically use Sonnet as default
- Vertex AI model name conversion is handled automatically when credentials are present
