What's Changed
Added
- Allowed custom model names during CLI model selection by @neubig in #9205
- Introduced optional vi-style keybindings for confirmation prompts navigating menus (j and k) in the command-line interface. Users can enable this feature by setting the CLI_VI_MODE environment variable to true by @ikuo in #9287
- Added support for customizable safety settings for Mistral AI and Gemini models by @Mahdiglm in #8802
- Added ability to override the hardcoded system prompt by @xingyaoww in #9265
Changed
- Improved timeout behavior for long-running commands by @neubig in #9140
- Enabled users to provide feedback on agent performance even when the agent encountered errors or was waiting for user input by @xingyaoww in #9292
Fixed
- Fixed duplicated Command Action display in CLI by @xingyaoww in #9260
New Contributors
- @TommasoBendinelli made their first contribution in #9152
- @ikuo made their first contribution in #9287
- @Mahdiglm made their first contribution in #8802
- @2ero20ne made their first contribution in #8986
- @mindflow-cn made their first contribution in #9174
Full Changelog: 0.45.0...0.46.0