Skip to content

v0.126.3

Choose a tag to compare

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

terva v0.126.3

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

  • f453299 feat(stage): a default model per character, scoped to a World
  • 0248b01 feat(stage): every agentic surface names the model it will use, and lets you change it
  • 7c9abd3 feat(stage): the cartographer's door, world tools, and a jump-to-latest button
  • 96befed feat(stage): turn a cartographer conversation into a playable world

fixes

  • c015b7c fix(stage): the phone composer wraps to two rows on a narrow screen