Release Notes
📚 Documentation Improvements
- Fixed broken links and formatting in Chinese documentation
🛠️ Bug Fixes
-
Code Generation & Parsing
- Fixed import parser bugs, including Vue file support and path alias (
@/) resolution viatsconfig.json/vite.config.js(#801, #811) - Improved robustness of code extraction using
<result>tags instead of markdown code blocks (#801) - Fixed concurrency issues with a new file locking mechanism (#801)
- Refined stop-sequence handling to prevent
KeyErrorand improve LLM interaction (#799, #812) - Fixed filesystem tool errors (#816)
- Fixed import parser bugs, including Vue file support and path alias (
-
Workflow & Tooling
- Resolved import error in workflow example (#806) — by @xucailiang
— Primarily by @tastelikefeet
🤗 Contributors
Special thanks to our contributors for this release:
@wangxingjun778, @tastelikefeet, and @xucailiang.
New Contributors
- @xucailiang made their first contribution in #806
Full Changelog: v1.5.1...v1.5.2