Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 14:54
· 95 commits to main since this release

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-connector on 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 sync to Python 3.13 and clears a stale uv.lock (avoids onnxruntime breakage on 3.14)

Assets

  • tomo-0.1.9-py3-none-any.whl
  • tomo-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 | bash

Connector:

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

Full Changelog: v0.1.9...v0.2.0