Changelog

What's New

A complete log of all notable changes, improvements, and bug fixes.

Feb 19, 2026

v0.3.1

Latest

Signal channel beta, streaming skill responses, Discord slash commands overhaul.

  • new Signal channel support (beta) via signal-cli bridge
  • new Streaming gRPC skill responses — Stream RPC fully utilized
  • new Discord slash command support — /ask, /memory, /status
  • improved WhatsApp bridge reconnection is now fully automatic
  • improved Memory context loading is async — startup time reduced ~30%
  • improved Agent persona can be reloaded without restart via /reload
  • fixed Race condition in event bus when 3+ channels active simultaneously
  • fixed Telegram media messages caused nil pointer panic in edge cases
  • fixed Memory longterm.md growing unbounded on repeated StoreFact calls
Jan 20, 2026

v0.3.0

Major release: Canvas workspace, voice I/O, Slack channel, Skills Registry.

  • new Canvas WebSocket workspace — visual node-based output board
  • new Voice I/O — ElevenLabs TTS + OpenAI Whisper STT
  • new Slack channel via Socket Mode API
  • new goclaw skill search/install/publish — community registry
  • new schedule_task built-in skill with cron expression support
  • improved Gateway REST API now documented with OpenAPI 3.1 spec
  • improved Config hot-reload (channels only) without full restart
  • fixed 15+ bug fixes across all channels and the agentic loop
Dec 15, 2025

v0.2.0

WhatsApp stable, browser control, multi-LLM provider support.

  • new WhatsApp channel promoted to stable via redesigned wa-bridge
  • new Browser control via chromedp — Navigate, Screenshot, FillForm, EvalJS
  • new Multi-LLM: Anthropic, OpenAI, Google Gemini, Ollama
  • new Cross-platform builds: make build-all outputs 5 binaries
  • improved Agentic loop is now fully configurable — max iterations, temperature
  • fixed Discord message chunking now respects 2000 char limit correctly
Nov 28, 2025

v0.1.0

Initial public release. Core gateway, Telegram, Discord, memory, and 5 built-in skills.

  • new WebSocket gateway on :18789 with embedded Control UI
  • new Telegram and Discord channels (stable)
  • new Two-tier Markdown memory (daily logs + longterm.md)
  • new Built-in skills: run_shell, read_file, write_file, fetch_url, remember
  • new gRPC sidecar protocol (skill.proto v1)
  • new goclaw onboard wizard and goclaw doctor health check