Skip to content

Releases: wolverin0/clawtrol

ClawTrol v2026.3.1 โ€” Health gate + delivery backoff

04 Mar 00:29

Choose a tag to compare

ClawTrol v2026.3.0 โ€” ZeroClaw Auditor, Learning Effectiveness, Board File Refs

04 Mar 00:02

Choose a tag to compare

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.md
  • docs/factory/FACTORYCTL.md
  • docs/qa/MERGE_GATE.md
  • docs/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

17 Feb 17:25

Choose a tag to compare

๐Ÿญ 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