v1.4.2: Add QwenBot Integration Tool

This commit is contained in:
admin
2026-02-26 15:37:54 +04:00
Unverified
parent e038f741f6
commit 1d90ed6647
5 changed files with 962 additions and 4 deletions

View File

@@ -4,11 +4,11 @@
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.1-blue)
![Version](https://img.shields.io/badge/version-1.4.2-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-76-green)
![Skills](https://img.shields.io/badge/skills-77-green)
---
@@ -478,6 +478,17 @@ rm -rf QwenClaw-with-Auth
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
### [1.4.2] - 2026-02-26
#### Added
- **QwenBot Integration** - AI assistant tool for Qwen Code:
- Code analysis and review
- Documentation generation
- Test generation
- Code explanation
- Chat assistance
- Configurable via ~/.qwen/qwenbot/config.json
### [1.4.1] - 2026-02-26
#### Added