Skip to content

v0.1.8

Choose a tag to compare

@Alg0rix Alg0rix released this 04 Aug 17:28
· 107 commits to main since this release

Highlights

Companion active-learning surface, chat command-bar polish, HITL status collapse, and a once-per-turn system clock stamp since v0.1.7.

Companion

  • New Companion page: bond, growth log, diary timeline, activity heatmap
  • Durable learning_events ledger from the learning review harness
  • Bond score from real chats, saves, USER.md, skills, and active days
  • UI fixes for render crash and script parse error

Chat

  • Unified command-bar composer (Send/Stop mutual exclusion, high-contrast send)
  • Context / @ / slash popovers no longer clipped by the card
  • Stop button cancels in-flight turns
  • HITL approval/clarify cards collapse to status after the user chooses

Agent

  • System prompt injects local + UTC time once per turn (use bash date for live clock)
  • Token Monitor in/out cumulative counts and UI polish

Security

  • Stop leaking bootstrap credentials on login

Install

App (managed):

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

Connector:

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

Wheel: tomo-0.1.8-py3-none-any.whl (attached)

What's Changed

  • feat: Companion page and durable active-learning ledger
  • feat(ui): redesign Companion as a bento activity dashboard
  • fix(ui): center Companion activity heatmap
  • fix(ui): polish chat command bar and collapse HITL after action
  • fix: system-prompt clock once per turn; Companion render crash
  • fix(ui): repair companion.js syntax error in firstLine
  • feat(chat): add stop button that cancels in-flight turns
  • feat(ui): redesign Token Monitor around in/out tokens
  • fix(security): stop leaking bootstrap credentials on login

Full Changelog: v0.1.7...v0.1.8