v1.5.1: Set QwenClaw as Default Agent for Qwen Code

This commit is contained in:
admin
2026-02-26 16:38:42 +04:00
Unverified
parent c700d84f4f
commit 24999d8fa2
6 changed files with 718 additions and 3 deletions

View File

@@ -480,6 +480,21 @@ rm -rf QwenClaw-with-Auth
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
### [1.5.1] - 2026-02-26
#### Added
- **QwenClaw as Default Agent** - Auto-start with Qwen Code:
- MCP server configuration (`.qwen/mcp.json`)
- Startup hook (`hooks/qwen-code-startup.js`)
- Auto-configuration script (`scripts/install-qwenclaw.js`)
- Default agent settings in Qwen Code
- Skills auto-enabled on install
#### Changed
- Updated package.json with `setup` script
- Added `install-qwenclaw` binary command
- Updated version to 1.5.1
### [1.5.0] - 2026-02-26
#### Added