v1.4.3: Add qwenclaw CLI and QwenClaw Integration Skill
This commit is contained in:
31
README.md
31
README.md
@@ -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.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user