Skip to content

v0.2.2

Latest

Choose a tag to compare

@Alg0rix Alg0rix released this 12 Aug 13:17
· 70 commits to main since this release

What's New in v0.2.2

Mid-turn chat reliability and root-friendly connector installs.

Chat / agent activity

  • No more hard “Turn timed out” wall clock while the agent is still working
  • Stream reconnect: if the live SSE pipe dies (proxy, long run, refresh), the UI re-attaches via listen mode
  • Refresh mid-run keeps history + live activity (larger replay buffer, resume snapshot, caught_up boundary)
  • Todos and HITL (approvals / clarify) survive refresh via pending API + listen chrome snapshot
  • Subagent completions no longer mark the parent history as finished (subagent_final)

Connector

  • service install as root writes a system unit (/etc/systemd/system) and binary to /usr/local/bin
  • Non-root installs still use systemd --user under ~/.config/systemd/user
  • SSH install path and install scripts follow the same root vs user branching

Install

App (managed):

curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.2.2/scripts/install.sh | bash

Connector:

curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.2.2/scripts/install-connector.sh | bash
# pin: TOMO_CONNECTOR_VERSION=v0.2.2

Full Changelog: v0.2.1...v0.2.2