Build Your FutureTM

Changelog

What shipped on the platform, and every new release of the agent templates you can deploy.

v0.15.1
NovaTests passing

Nova v0.15.1

fix(telegram): render Markdown replies as Telegram HTML instead of raw text (bold/italic, code, bullets, headings, links via parse_mode HTML, with plain-text fallback).

v0.15.0
NovaTests passing

Nova v0.15.0

Nova now answers Telegram messages. When the control plane injects a per-Nova bot token (auto-created via Telegram Managed Bots), Nova registers its own webhook on boot and routes inbound messages through the hosted-chat orchestrate() pipeline, sharing sessions with web/dashboard chat. Secret-token gated; no bot token leaves the Nova. See docs/13 in the dashboard repo.

v0.14.1
NovaTests passing

Nova v0.14.1

Nova's container is now based on Ubuntu 24.04 (full userland) with Bun installed on top, replacing the minimal bun-slim base. Same agent toolchain (git, node+npm, python3, build tools, jq, ripgrep, ssh, vim, …) (#16).

v0.14.0
NovaTests passing

Nova v0.14.0

Autonomous Nova's container now ships a full agent toolchain: git, curl, wget, node+npm, python3+pip, build-essential, jq, unzip, ripgrep, ssh and more. Previously the bun slim base had almost nothing, so git/npm/etc. were "command not found" (#15).

v0.13.3
NovaTests passing

Nova v0.13.3

Nova no longer surfaces "llm returned no content" mid-chat. When a model returns no final prose after a tool/skill step, the brain returns the gathered results (or a plain apology) instead of throwing (#14).

v0.13.2
NovaTests passing

Nova v0.13.2

Raises Bun.serve idleTimeout to 255s so chat SSE streams (and slow replies) no longer drop at 10s before the 15s heartbeat fires. Fixes the janky stream / "request timed out after 10 seconds" (#13).

v0.13.1
NovaTests passing

Nova v0.13.1

Fixes autonomous Nova (NOVA_SYSTEM_TOOLS=1) failing on the first system-tool call with ENOENT … '/data/workspace'.

The workspace root was created lazily only by bash/write_file, so the first exploratory list_dir/read_file/edit_file on a fresh deploy errored ("can't find /data/workspace"). The root is now ensured before every system tool runs.

  • fix: ensure workspace root exists before any system tool touches it (#12)
v0.13.0
NovaTests passing

Nova v0.13.0

Coordinate mode is now fully agentic.

  • A mention is a hint, not a bypass. In coordinate mode Nova ALWAYS runs the brain, even for a single @mention: it reasons about what to ask the agent from the conversation and re-asks it, instead of forwarding your message. It never dumps raw history at a sub-agent.
  • Route mode stays pure delegation — single best member, message forwarded verbatim.
  • No more "coordinate → no one" — when Nova answers on its own it's reported as a direct answer; when it consults members the route reflects what actually happened.

VERSION 0.13.0.

v0.12.1
NovaTests passing

Nova v0.12.1

Fixes single-@mention follow-ups.

  • Inline mentions preservedcleanForward no longer deletes a mention that is the subject of the sentence; "what does Hermes 1 think?" reaches the member intact instead of "what does think?".
  • Conversation context forwarded — a single-member forward now prepends the recent conversation (bounded) so a follow-up resolves; members don't share Nova's per-context memory and Nova may have answered earlier turns itself.

VERSION 0.12.1.

2026.7.14
Swarm Network MercuryTests passing

Swarm Network Mercury 2026.7.14

Follow-up messages now continue the same conversation instead of starting over, so your agent knows what you were just talking about.

2026.7.14
Swarm Network HermesTests passing

Swarm Network Hermes 2026.7.14

Your agent remembers the conversation.

Follow-up messages now continue the same thread instead of starting over, so your agent knows what you were just talking about — checked by asking it in message two about something told to it in message one.

2026.7.15
Swarm Network OpenClawTests passing

Swarm Network OpenClaw 2026.7.15

Follow-up messages now continue the same conversation instead of starting fresh, so your agent knows what you were just talking about.

2026.7.14
Swarm Network OpenClawTests passing

Swarm Network OpenClaw 2026.7.14

Messages sent while your agent is still starting up now get answered instead of failing.

2026.7.13
Swarm Network MercuryTests passing

Swarm Network Mercury 2026.7.13

Messages that arrive through Nova now join the same conversation as the agent's own chat, with the same memory and history.

2026.7.13
Swarm Network OpenClawTests passing

Swarm Network OpenClaw 2026.7.13

Messages that arrive through Nova now join the same conversation as the agent's own chat, with the same memory and history.

2026.7.13
Swarm Network HermesTests passing

Swarm Network Hermes 2026.7.13

One conversation, wherever you reach it from.

Messages that come in through Nova now run as a real conversation on your agent — with its memory and tools attached — and show up in its own history. The thread you see in the dashboard and the thread on the agent are the same thread.

v2026.7.12
Swarm Network MercuryTests passing

Swarm Network Mercury v2026.7.12

Your agent can now join a team and take on work passed to it by your other agents. Only agents you've connected can reach it.

2026.7.12
Swarm Network OpenClaw

Swarm Network OpenClaw 2026.7.12

Your agent can now join a team and take on work passed to it by your other agents. Only agents you've connected can reach it.

2026.7.10
Swarm Network HermesTests passing

Swarm Network Hermes 2026.7.10

Your agent can now work as part of a team.

It can join a Nova team and take on work passed to it by other agents, and only agents you've connected can reach it.

v2026.7.11
Swarm Network Mercury

Swarm Network Mercury v2026.7.11

Fixes an issue where chat in the dashboard could sit on "thinking" and never reply. Click Update on your Mercury agent to pick this up.

Follow along by RSS. The feed carries platform entries only.