v1.4.3: Add qwenclaw CLI and QwenClaw Integration Skill

This commit is contained in:
admin
2026-02-26 16:04:24 +04:00
Unverified
parent 1d90ed6647
commit 07b47fa952
5 changed files with 892 additions and 6 deletions

View File

@@ -4,11 +4,12 @@
QwenClaw runs as a background daemon, executing scheduled tasks, responding to Telegram messages, and providing a web dashboard for monitoring and management. It automatically starts with your system and persists across all restarts.
![Version](https://img.shields.io/badge/version-1.4.2-blue)
![Version](https://img.shields.io/badge/version-1.4.3-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey)
![Rust](https://img.shields.io/badge/Rust-1.70+-orange)
![Skills](https://img.shields.io/badge/skills-77-green)
![Skills](https://img.shields.io/badge/skills-78-green)
![CLI](https://img.shields.io/badge/CLI-qwenclaw-purple)
---
@@ -478,6 +479,32 @@ rm -rf QwenClaw-with-Auth
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
### [1.4.3] - 2026-02-26
#### Added
- **QwenClaw CLI Command** (`qwenclaw`):
- `qwenclaw start --web` - Start daemon with web UI
- `qwenclaw start --with-qwen` - Start with Qwen Code
- `qwenclaw status` - Check daemon status
- `qwenclaw stop` - Stop daemon
- `qwenclaw send <message>` - Send message to daemon
- `qwenclaw skills` - List available skills
- `qwenclaw config` - Edit configuration
- `qwenclaw help` - Show help
- **QwenClaw Integration Skill**:
- Enables Qwen Code to trigger QwenClaw
- Send tasks from Qwen Code to daemon
- Monitor daemon status
- Schedule jobs from chat
- Forward responses to Telegram
- Shared context between sessions
#### Changed
- Updated package.json with bin entry
- Added postinstall script for CLI permissions
- Updated skills index to v1.4.3 (78 skills)
### [1.4.2] - 2026-02-26
#### Added