Skip to content

Releases: usetero/cli

v1.15.0

13 Feb 20:55
3584cf9

Choose a tag to compare

1.15.0 (2026-02-13)

Features

  • add dedicated PII tab to statusbar (8c12d91)
  • add keyboard navigation and drill-down to waste drawer (c0d1667)
  • add set_service_enabled chat tool (fe88058)
  • copy selected text to clipboard with toast feedback (bb01fe4)
  • redesign statusbar with services and waste tabs (ac1f245)
  • show environment label in status bar for non-production envs (4668b85)
  • show PII type categories in statusbar instead of field paths (9f98c13)

Bug Fixes

  • add spacer between sync status headline and description (469d0e3)
  • check rows.Err after EXPLAIN QUERY PLAN iteration (6d4d530)
  • clarify pending counts as policies in waste view (8df2869)
  • clicking outside drawer closes it and passes click through (ac858e3)
  • code block background matches panel surface (9bf7caa)
  • complete Chroma syntax highlighting for code blocks (c948523)
  • deps: update module github.com/workos/workos-go/v4 to v6 (#36) (5ef549f)
  • display friendly category names in waste table (0fb0d06)
  • eliminate black rectangles in markdown code blocks (d9ef4f1)
  • empty state shows setup guidance when no services are enabled (bb6520b)
  • hide catalog drawer when all services are disabled (6c17498)
  • move clipboard.WriteAll to tea.Cmd to avoid blocking Update (eefa102)
  • reject queries with full table scan JOINs (12238a6)
  • show org name in status bar during onboarding (eb7e76c)
  • show org name in status bar during onboarding (f492541)
  • show total volume in services summary, reorder statusbar segments (ffd4e09)
  • syntax highlighting uses distinct colors for keys vs strings (807822c)
  • text highlight no longer bleeds into left border (79c4636)
  • tool error state collapsed by default with chevron toggle (d1406ba)
  • use config defaults for PowerSync endpoint in generate script (fd04fc5)
  • validate service existence before enabling/disabling (3256d6e)

v1.14.0

11 Feb 10:59
a4a82a1

Choose a tag to compare

1.14.0 (2026-02-11)

Features

  • stream error handling with StateFailed and DB cleanup (a3bf473)

Bug Fixes

  • cap query tool results to prevent token limit errors (fb6d116)
  • preserve chat messages when stream errors on subsequent turns (5e90a49)
  • single write connection prevents flaky notification tests (92806e5)

v1.13.0

11 Feb 08:21
2b707ea

Choose a tag to compare

1.13.0 (2026-02-11)

Features

  • WAL mode with separate read/write connection pools (0ffe144)

v1.12.0

11 Feb 06:16
f581513

Choose a tag to compare

1.12.0 (2026-02-11)

Features

  • dynamic drawer height with row clipping and +N more (d4b7627)

Bug Fixes

  • drawer shrinks to fit content instead of filling page (5c8f347)
  • fill statusbar with diagonals when drawer hint is hidden (0f76244)
  • hide drawer hint until data is loaded (c869ce3)
  • prevent duplicate API streams when tools complete during turn transition (017ae6e)
  • show empty state when all catalog services are disabled (99c73c1)
  • suppress drawer until data is loaded (5db3e5c)

v1.11.1

10 Feb 07:44
022a122

Choose a tag to compare

1.11.1 (2026-02-10)

Bug Fixes

  • duplicate stream completion and cross-turn tool leaking (3b946b0)

v1.11.0

10 Feb 06:59
e978b7f

Choose a tag to compare

1.11.0 (2026-02-10)

Features

  • add detailed logging to chat client (e10fd9d)
  • add nested command palette with theme selection (a822da8)
  • display costs as yearly instead of monthly (af8b5d4)
  • graceful stream error handling (12e34ea)
  • improve catalog drawer (aaa8105)
  • improve message list focus UX (199b67b)
  • show query execution time in tool result title (fa44c3b)

Bug Fixes

  • disable strikethrough in markdown rendering (2b8db94)
  • include chat endpoint in token audience (c9dbdba)
  • increase watch test timeouts to prevent flakiness (8d565ca)
  • race between persist and fire tool results (a3f3231)
  • reduce max sync retry backoff from 30s to 10s (1785294)
  • revert hardcoded version to dev (e34e468)
  • set org and workspace on statusbar after onboarding (b2c6c41)
  • upload assets to existing release-please release (90aca09)
  • write log file to ~/.tero instead of /tmp (d1f283e)

v1.10.0

09 Feb 12:02
85d157b

Choose a tag to compare

What's Changed

  • chore(master): release 1.10.0 by @tero-internal-bot[bot] in #32

Full Changelog: v1.9.0...v1.10.0

v1.8.0

13 Jan 06:30
3430802

Choose a tag to compare

1.8.0 (2026-01-13)

Features

  • tui: redesign theme system and unify discovery step (10c99a1)

Bug Fixes

  • address lint errors in client tests (179b2cc)
  • ci: prevent master pushes from cancelling each other (075c36d)

v1.7.0

15 Dec 20:29
93144c5

Choose a tag to compare

1.7.0 (2025-12-15)

Features

  • cmd: add tero reset subcommand (1438789)

Bug Fixes

  • auth: refresh token without org when --no-org is set (1f892ba)
  • styles: detect terminal background for theme selection (3cf0f2b)

v1.6.0

15 Dec 20:08
4584538

Choose a tag to compare

1.6.0 (2025-12-15)

Features

  • auth: add org selection and switch command (a113c52)
  • auth: add styles and tests to auth commands (8ad0f3e)

Bug Fixes

  • ci: use conventional Docker Hub secret names (c1dd141)
  • ci: use correct Docker Hub secret names (f51b02f)