v1.5.2: Fix PowerShell CLI + Enforce QwenClaw as Always-ON Agent

This commit is contained in:
admin
2026-02-26 16:53:13 +04:00
Unverified
parent 24999d8fa2
commit 7255ca42aa
6 changed files with 487 additions and 5 deletions

View File

@@ -480,6 +480,25 @@ rm -rf QwenClaw-with-Auth
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
### [1.5.2] - 2026-02-26
#### Added
- **Always-ON QwenClaw Agent** - Enforced as default in Qwen Code CLI:
- Agent configuration (`.qwen/qwen-code-agent.json`)
- Set default agent script (`scripts/set-default-agent.js`)
- Enforced agent settings with `alwaysOn: true`
- Priority 1 agent (highest priority)
- Auto-enables all QwenClaw skills
#### Fixed
- **PowerShell CLI Command** - Added `bin/qwenclaw.cmd` wrapper for Windows
- **Path Resolution** - Fixed QWENCLAW_DIR detection in CLI
#### Changed
- Updated package.json with `set-default` script
- Added `set-default-agent` binary command
- Updated version to 1.5.2
### [1.5.1] - 2026-02-26
#### Added