chore: bump version to 0.0.13 (#695)

This commit is contained in:
Mingholy
2025-09-24 13:58:18 +08:00
committed by GitHub
parent e148e4be28
commit 8379bc4d81
7 changed files with 24 additions and 13 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## 0.0.13
- Added YOLO mode support for automatic vision model switching with CLI arguments and environment variables.
- Fixed ripgrep lazy loading to resolve VS Code IDE companion startup issues.
- Fixed authentication hang when selecting Qwen OAuth.
- Added OpenAI and Qwen OAuth authentication support to Zed ACP integration.
- Fixed output token limit for Qwen models.
- Fixed Markdown list display issues on Windows.
- Enhanced vision model instructions and documentation.
- Improved authentication method compatibility across different IDE integrations.
## 0.0.12
- Added vision model support for Qwen-OAuth authentication.