v1.6.0: Replace Rig with Agents Council + Keep FULL RAG

This commit is contained in:
admin
2026-02-26 17:53:41 +04:00
Unverified
parent 7255ca42aa
commit 1387a8b1c6
9 changed files with 1318 additions and 5 deletions

View File

@@ -480,6 +480,27 @@ rm -rf QwenClaw-with-Auth
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
### [1.6.0] - 2026-02-26
#### Added
- **Agents Council Integration** - Multi-agent orchestration (REPLACES Rig):
- Full multi-agent collaboration via MCP
- Session preservation across agent switches
- Desktop Council Hall app for monitoring
- Human participation in agent discussions
- FULL RAG capabilities maintained
- Cross-agent context sharing
- Support for: Claude Code, Codex, Qwen Code, Gemini
#### Changed
- **Architecture**: Agents Council instead of Rig for multi-agent
- **RAG**: Full RAG capabilities preserved and enhanced
- Updated skills index to v1.6.0 (80 total skills)
- Added `multi-agent` category
#### Deprecated
- Rig integration (use Agents Council instead)
### [1.5.2] - 2026-02-26
#### Added