Skip to content

v0.125.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 06:51
Immutable release. Only release title and notes can be modified.

terva v0.125.1

An agent harness in a single static Go binary: a coding agent out of the
box, open to anything you can wire a tool to. One hardened core — agent
loop, event wire, permission policy, two dozen model providers — driven
from a terminal UI, a web control panel, an ACP editor, chat, or an
embeddable RPC/SDK.

one-liner install:

curl -fsSL https://terva.sh/install.sh | bash

or download a binary below, chmod +x, and drop it on your $PATH.
Two builds ship: terva_* is the full binary (every feature compiled
in, including the terva acp editor mode); terva-min_* is the lean
build with the chat connectors left out. Both install the terva command.

Changelog

features

  • e12bddc feat(mcp): Streamable HTTP transport for remote MCP servers
  • 4f50b4e feat: Stage — an immersive chat and play surface for character cards
  • e38aa4f feat: external agent workers — drive foreign coding agents as swarm workers
  • d4944b4 feat: git worktree management, in the TUI and on the web
  • b30344e feat: native image output — generated images inline from Codex
  • 699fbc2 feat: the orchestration board — a live sessions board with a swarm lane
  • e5f3a0f feat: the workflow engine — scriptable, multi-agent workflows