Skip to content

v0.126.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:37
Immutable release. Only release title and notes can be modified.

terva v0.126.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

  • f032db7 feat(i18n): Stage joins localization, and the operator prose crosses the wire
  • e7264fb feat(personas): Kartoittaja — the creator persona a seed pass chose
  • 5a8969d feat(stage): export a session as a story
  • 673230c feat(stage): the session doctor and the tools a played scene earns

fixes

  • 6da4e18 fix(ctrlproto): a verb must be dispatched on an arm of its own
  • f2ebd46 fix(permissions): the durable tool-allow grant, wired and deduplicated
  • 97fc018 fix(stage,web): the live bugs the shared layers were hiding

other

  • bb81859 refactor(web): a transport seam for the panel, and one fold for a session's events