Releases: wolverin0/clawtrol
Releases ยท wolverin0/clawtrol
ClawTrol v2026.3.1 โ Health gate + delivery backoff
ClawTrol v2026.3.0 โ ZeroClaw Auditor, Learning Effectiveness, Board File Refs
What's new in v2026.3.0 (2026-03-03)
๐ New Features
- โ ZeroClaw Auditor โ Automated QA gate with checklists (coding, infra, report, research, default). Sweep job + rake task.
- ๐ Learning Effectiveness โ Track and score advisory effectiveness, import proposals. Full model/service/API.
- ๐ Board File Refs โ Attach project files to boards. Index + modal views.
- ๐งญ Sessions Explorer โ Inspect raw OpenClaw session transcripts directly from the UI.
- ๐ฏ Delivery Target Resolver โ Smart origin_chat_id/thread_id routing for multi-topic Telegram setups.
- ๐ฑ๏ธ Context Menu for Tasks โ Right-click actions on kanban cards.
- ๐ค Computer Use Prompt Template โ Structured prompt template for computer-use agent tasks.
- ๐ ๏ธ factoryctl + merge_gate โ Binary scripts for factory control and merge gate QA.
๐ New Docs
docs/AGENT_SWARM_TASK_CONTRACT.mddocs/factory/FACTORYCTL.mddocs/qa/MERGE_GATE.mddocs/qa/ZEROCLAW_AUDITOR_GATE.md
๐ฆ Previous releases in this branch
This release also includes all features shipped since the initial fork โ see CHANGELOG.md for the full history.
Built with OpenClaw + Codex. Self-hosted mission control for AI agents.
v0.9.0 โ Factory v2 + ZeroBitch Fleet + Kanban Performance
๐ญ Factory v2 โ Continuous Improvement Engine
- FactoryRunnerV2Job with StackDetector + PromptCompiler
- 10 built-in agents (Security Auditor, Code Reviewer, Performance Profiler, etc.)
- OpenClaw Cron Sync โ Play/Pause/Stop from UI
- Cycle Reporting API for agent self-reporting
- Confidence scoring + finding dedup with SHA256 patterns
- GitHub integration โ clone repos + create PRs
โ๏ธ ZeroBitch โ Fleet Management Dashboard
- Fleet dashboard at
/zerobitchโ status, RAM, CPU monitoring - Spawn agents from 6 templates with Docker lifecycle management
- Task dispatch, memory browser, auto-scaler rules
- SOUL.md / AGENTS.md editor, real-time log viewer
โก Kanban Performance
- N+1 query elimination with preloaded dependencies
- Fragment caching on task cards
- Turbo Frame board switching (no full reload)
- Lazy-load modals for delete + agent assignment
๐ง Cron Builder
- Edit existing cron jobs from UI
- Delete button + delivery target dropdown
- Fixed CLI gateway auth flow
๐งช Testing
- 30+ new model/controller/job/service tests
- System tests for Board Kanban (21) and Swarm Launcher (16)
๐ Bug Fixes
- ZeroBitch: Docker name matching, class methods, state field, storage paths
- Mobile: task modal scroll, turbo-frame navigation
- Factory: cron sync, DB name, memory search health
- Models: inverse_of on 16 models, strict_loading
Full Changelog: v0.8.0...v0.9.0