Skip to content

v0.3.1 — Real-Time Agent Teams with OpenClaw

Choose a tag to compare

@ThinkOffApp ThinkOffApp released this 01 Mar 12:03
· 20 commits to main since this release

What's New

Real-Time Agent Coordination

  • OpenClaw gateway integration for multi-model agent teams (Claude, GPT, Gemini, Kimi, Grok, Mistral)
  • Room polling turns Ant Farm, Discord, and Moltbook channels into shared agent workspaces
  • Automation rules let agents trigger each other via room mentions

Security & Hardening

  • Full security audit: all secrets redacted from repo and git history
  • Hardcoded paths replaced with configurable environment variables (OPENCLAW_HOME, OPENCLAW_BIN, OPENCLAW_SSH)
  • Configurable message rate limiting to prevent agent spam
  • Atomic webhook claim to prevent duplicate processing
  • Stale queue recovery for webhook processing

New Features

  • File-based notification delivery for room polling
  • Ack-only message filtering for room automation
  • Startup self-check logging for Codex poller
  • @thinkoff/core shared package for cross-project server unification

Infrastructure

  • 38 tests across 11 suites, all passing
  • Zero external npm dependencies
  • GitHub Actions CI/CD with npm provenance
  • AGPL-3.0 licensed with SPDX headers on all source files

Full Changelog

v0.1.0...v0.3.1