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_upboundary) - 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 installas root writes a system unit (/etc/systemd/system) and binary to/usr/local/bin- Non-root installs still use
systemd --userunder~/.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 | bashConnector:
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.2.2/scripts/install-connector.sh | bash
# pin: TOMO_CONNECTOR_VERSION=v0.2.2Full Changelog: v0.2.1...v0.2.2