v0.2.0
What's New in v0.2.0
Tunnel workplaces get first-class connector install from GitHub Releases (including install-via-SSH from the UI), workplace enable/disable, and several reliability fixes for scheduler, learning, and install.
Workplaces & connector
- Install via SSH: create a tunnel workplace and install
tomo-connectoron a remote host over SSH, pulling the matching binary from GitHub Releases - Prebuilt connector binaries published to Releases for linux/darwin/windows (amd64/arm64), with
SHA256SUMS - Enable / disable ssh and tunnel workplaces without deleting them
Fixes
- Scheduler-fired turns force approval mode off so unattended jobs don't stall on HITL
- Hide the Artifacts pill while the subagent inspector is open
- Learning review skips growth-log spam when the provider returns empty
choices[] - Install script pins
uv syncto Python 3.13 and clears a staleuv.lock(avoids onnxruntime breakage on 3.14)
Assets
tomo-0.1.9-py3-none-any.whltomo-connector-*binaries for linux / darwin / windows (amd64 / arm64)SHA256SUMS
Install
App (managed):
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.2.0/scripts/install.sh | bashConnector:
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.2.0/scripts/install-connector.sh | bash
# pin: TOMO_CONNECTOR_VERSION=v0.2.0Full Changelog: v0.1.9...v0.2.0