Skip to content

Releases: usetero/cli

v1.22.3

26 Feb 21:16
995825a

Choose a tag to compare

1.22.3 (2026-02-26)

Bug Fixes

  • enforce strict v2 transcript sequencing invariants (6563f4f)
  • enforce tool-use lineage invariants before chat requests (df2a1c9)
  • harden chat v2 protocol handling and isolate wire contract (d8a4cea)
  • log and count protocol violations in turn lifecycle (9418b5f)
  • preserve assistant tool_use lineage in tool-result followups (8c926f1)
  • preserve tool-result sequencing and classify chat 4xx errors (8ae965f)
  • unblock GitHub Actions runner selection and workflow lint (62e8cbc)

v1.22.2

26 Feb 17:33
c8c6b10

Choose a tag to compare

1.22.2 (2026-02-26)

Bug Fixes

  • restructure CLI CI workflows for strict checks (9d71eaa)
  • scope chat tool lifecycle messages by turn and tool IDs (b1012dd)

v1.22.1

26 Feb 08:24
06254f9

Choose a tag to compare

1.22.1 (2026-02-26)

Bug Fixes

  • add scoped-client concurrency coverage and query tool telemetry (da0d1be)
  • align chat messages and input to global edge padding (22c49bb)
  • eliminate uploader shutdown race in app runtime (83ea6f4)
  • enforce strict chat stream v2 contract and harden client state machine (ae0238c)
  • enforce strict chat stream v2 protocol and regenerate clients (439021f)
  • harden app runtime lifecycle and db polling timeouts (1a78fcd)
  • harden chat stream state handling and tests (c54a6b1)
  • harden chat/api clients and bound tool query execution (326ac52)
  • run chat tool execution asynchronously off the tea update loop (49548c9)

v1.22.0

25 Feb 13:24
15ad3f8

Choose a tag to compare

1.22.0 (2026-02-25)

Features

  • compliance: show leaking vs at-risk breakdown in compliance tab (b2e7d66)

Bug Fixes

  • deps: complete workos-go v4 to v6 migration (b0a477a)
  • include recommendation, impact, and evidence in show tool result (cf7d3e7)

v1.21.0

25 Feb 04:10
66c762d

Choose a tag to compare

1.21.0 (2026-02-25)

Features

  • policies: enable a policy approval workflow via chat (#52) (84e5b9a)

Bug Fixes

  • deps: update module github.com/workos/workos-go/v4 to v6 (#45) (99156f1)

v1.20.0

25 Feb 01:17
9060e29

Choose a tag to compare

1.20.0 (2026-02-25)

Features

  • show volume/bytes/cost percentages in service detail view (785ebdb)

Bug Fixes

  • remove misleading discovery progress bars from services tab (b47324c)
  • sync auth errors no longer kill the syncer permanently (bd3fae4)

v1.19.0

24 Feb 09:07
9898fd2

Choose a tag to compare

1.19.0 (2026-02-24)

Features

  • show estimated savings in waste tab headline (357ce17)

Bug Fixes

  • compliance tab timeout — switch to pre-aggregated cache table (c3197ab)

v1.18.0

24 Feb 08:13
6a14509

Choose a tag to compare

1.18.0 (2026-02-24)

Features

  • add policy card component and show tool (568723f)
  • add Quality tab and enrich all analysis tabs with category descriptions (4def4cd)

Bug Fixes

  • add spacer line between chat messages and input bar (e05b723)
  • clean up orphaned messages from DB on cancel (47205b1)
  • clean up waste table Impact column and lower discovery thresholds (2534d9a)
  • display "$0/yr" instead of "—" for zero-value impact in waste category table (e6b6557)
  • eliminate JOINs in waste category detail query using denormalized columns (42dedd9)
  • only toggle tool/thinking blocks when clicking the header line (936cefc)
  • restore category subtitle in policy header and use orange focus border (550409c)
  • tighten policy card layout — remove subtitle, rationale divider, cap examples (de8d2fe)
  • use pre-computed cache table for waste category statuses (c5e453b)

v1.17.0

20 Feb 04:19
b1bd395

Choose a tag to compare

1.17.0 (2026-02-20)

Features

  • add log event detail drill-down to Services tab (0b9890c)
  • selectable log events in drawer detail views submit context-specific prompts (145c239)

Bug Fixes

  • replace sticky userScrolled flag with AtBottom() snapshot for smoother scrolling (930703e)
  • show helpful guidance when all services are disabled in drawer tabs (64fc372)

v1.16.0

19 Feb 09:12
352d2a3

Choose a tag to compare

1.16.0 (2026-02-19)

Features

  • add discovery progress indicators and PII observed/at-risk split (5663eea)
  • async statusbar polling, impact_type + per-severity volumes, Impact column (dc64f87)
  • replace PII tab with comprehensive Compliance tab covering 4 categories (8d2c568)
  • show cost percentage per waste category in Est. Savings column (8f92b53)

Bug Fixes

  • color 'at risk' compliance status with warning color to match dot (ba88810)
  • deps: update module github.com/mattn/go-sqlite3 to v1.14.34 (#42) (fe9ca4b)
  • distinguish null from zero for all measurement fields (804721d)
  • force-refresh sync token on server auth rejection (7ea6fe5)
  • remove redundant error toasts from query tool (977a4d0)
  • show actual error message on stream failures and fix statusbar overflow (17ece74)