Changelog

Every release, newest first.

  1. v0.27.0 2026-06-08 latest
    • Run protoAgent's brain on a coding agent — proto, Codex, or Claude can now drive the runtime over ACP, while protoAgent stays the operable A2A / console / goals / scheduling shell around it.
    • Publish protoAgent's tools as an MCP server — point Claude Desktop, Cursor, or a coding agent at an instance and operate it (notes, beads, memory, workflows), allowlist-gated.
    • Context is assembled cache-friendly under the hood — a stable persona prefix plus per-turn deltas — so the coding agent's own prompt caching stays intact.
  2. v0.26.0 2026-06-08
    • Settings now live where they belong — agent settings in the Agent view, memory settings in Knowledge, and a leaner central Settings (Overview, Telemetry, Plugins, System).
    • The Plugins page is tabbed (Local, Market, Download) with one-click enable/disable — no config editing or restart for most plugins.
    • Add MCP servers right from the console — fill a quick form or paste a standard JSON config blob, and they connect live.
  3. v0.25.0 2026-06-08
    • Reorganized console — the agent's makeup (identity, tools, MCP, subagents, skills, middleware) lives in one Agent section; Knowledge is a single panel; status + telemetry moved to Settings.
    • Schedule is now a one-click right-rail panel with a friendly editor — calendar, presets, and timezones, no hand-written cron.
    • Plugins can contribute middleware and right-rail panels now, and a plugin view can use any icon (no allowlist).
    • Leaner core — GitHub tools are an opt-in plugin and the tool list is grouped by subsystem.
    • Reliability — scheduled tasks no longer fire duplicates or run away, and goals no longer leak between agents.
  4. v0.24.0 2026-06-08
    • A new Features page comparing protoAgent to the alternatives, plus headless docs — run it over the OpenAI-compatible API or A2A with no UI.
    • Telemetry you can act on — export to CSV, see on-disk size, and a retention guardrail so it can't grow unbounded.
    • Pin a specific model per subagent from config.
    • A friendlier Schedule tab and a consistent panel layout across the console.
  5. v0.23.0 2026-06-07
    • Pluggable knowledge backend — swap the default SQLite store for your own vector database as a plugin.
    • Monitor goals — long-running objectives the agent checks on a cadence and reacts to.
    • A communication-plugin standard with a first-party Slack plugin, alongside Discord and Telegram.
    • "Playbooks" renamed to "Skills" for clarity.
  6. v0.22.0 2026-06-07
    • The agent can set its own standing goals, ground-truthed by plugin verifiers, with lifecycle hooks.
    • Plugins can contribute goal verifiers and a wider set of console-view icons.
  7. v0.21.0 2026-06-07
    • Plugin Devkit — a featured plugin that teaches the agent to build its own plugins (a scaffold tool, a plugin-architect subagent, and the authoring skill, in one bundle).
    • Clean plugin delete — uninstall now also removes a plugin's enabled reference, with --purge to wipe its config + secrets too.
  8. v0.20.0 2026-06-06
    • Install plugins from a git URL — `python -m server plugin install <url>`, pinned in a lockfile, with the safety model built in (install ≠ enable ≠ trust).
    • A plugin repo is a full bundle: tools, subagents, skills, workflows, and console views all come in.
    • Console Plugins panel — paste a URL, review, install, uninstall.
  9. v0.19.0 2026-06-06
    • Plugins can add their own console rail views — a dashboard or page, no console rebuild.
  10. v0.18.0 2026-06-06
    • Token-by-token answer streaming in the console chat.
    • Chat keeps going when you navigate away and back, and self-heals an interrupted stream.
    • Brand favicon across the app + docs.
  11. v0.17.0 2026-06-06
    • Unified delegate registry + a hot-swappable console panel — manage the agents and endpoints your agent talks to (a2a / openai / acp) from Settings.
  12. v0.16.0 2026-06-06
    • Spawn CLI coding agents over ACP — hand a real coding job to protoCLI, Claude Code, Codex, or Gemini CLI.

Full release notes + source on GitHub.