mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
2.6 KiB
2.6 KiB
Changelog
0.0.10
- Synced upstream
gemini-clito v0.2.1. - Add todo write tool for task management and progress tracking.
0.0.9
- Synced upstream
gemini-clito v0.1.21. - Fixed token synchronization among multiple Qwen sessions.
- Improved tool execution with early stop on invalid tool calls.
- Added explicit
is_backgroundparameter for shell tool. - Enhanced memory management with sub-commands to switch between project and global memory operations.
- Renamed
GEMINI_DIRtoQWEN_DIRfor better branding consistency. - Added support for Qwen Markdown selection.
- Fixed parallel tool usage and improved tool reliability.
- Upgraded integration tests to use Vitest framework.
- Enhanced VS Code IDE integration with launch configurations.
- Added terminal setup command for Shift+Enter and Ctrl+Enter support.
- Fixed GitHub Workflows configuration issues.
- Improved settings directory and command descriptions.
- Fixed locale handling in yargs configuration.
- Added support for
trustedFolders.jsonconfiguration file. - Enhanced cross-platform compatibility for sandbox build scripts.
- Improved error handling and fixed ambiguous literals.
- Updated documentation links and added IDE integration documentation.
- Miscellaneous improvements and bug fixes.
0.0.8
- Synced upstream
gemini-clito v0.1.19. - Updated documentation branding from Gemini CLI to Qwen Code.
- Added multilingual docs links in
README.md. - Added deterministic cache control for the DashScope provider.
- Added option to choose a project-level or global save location.
- Limited
grepresults to 25 items by default. grepnow respects.geminiignore.- Miscellaneous improvements and bug fixes.
0.0.7
- Synced upstream
gemini-clito v0.1.18. - Fixed MCP tools.
- Fixed Web Fetch tool.
- Fixed Web Search tool by switching from Google/Gemini to the Tavily API.
- Made tool calls tolerant of invalid-JSON parameters occasionally returned by the LLM.
- Prevented concurrent query submissions in rare cases.
- Corrected Qwen logger exit-handler setup.
- Separated static QR code and dynamic spinner components.
0.0.6
- Added usage statistics logging for Qwen integration.
- Made
/initrespect the configured context filename and aligned docs withQWEN.md. - Fixed
EPERMerror when runningqwen --sandboxon macOS. - Fixed terminal flicker while waiting for login.
- Fixed
glm-4.5model request error.
0.0.5
- Added Qwen OAuth login and up to 2,000 free requests per day.
- Synced upstream
gemini-clito v0.1.17. - Added the
systemPromptMappingsconfiguration option.