Skip to content

chore(master): release 1.0.0 - #25

Closed
tero-internal-bot[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master
Closed

chore(master): release 1.0.0#25
tero-internal-bot[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master

Conversation

@tero-internal-bot

@tero-internal-bot tero-internal-bot Bot commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.0.0 (2026-02-09)

Features

  • add chat focus toggle, table options, and AccentAlt color (dcc1664)
  • add command bar, theme refactor, and testing improvements (48e3e63)
  • add context window usage to statusbar and refactor API service inputs (68c2401)
  • add conversation update/delete and improve logging (a94d762)
  • add debug subcommand for diagnostics (1d55c14)
  • add environment-based API endpoint configuration (30c440d)
  • add install script for single-line installation (42566fb)
  • add messagelist test infrastructure and tests (c7267bd)
  • add mouse scrolling and text selection with highlighting (0988aa7)
  • add PowerSync integration for local-first data sync (4708259)
  • add SQLite change subscriptions and chat service (d20b755)
  • add statusbar drawer with tabs and right-aligned ctrl+d hint (9b40c01)
  • add toast notification system for user-facing errors (04d1d02)
  • add tools architecture with query tool and schema generator (a9fd4b9)
  • add upload event channel for TUI integration (8ab23f3)
  • add X-Account-ID header to API requests (946266b)
  • admin tool for org membership, typed token claims (f14835b)
  • auth: add auth commands for API authentication (4a72f7a)
  • auth: add org selection and switch command (ff90d80)
  • auth: add styles and tests to auth commands (8566a04)
  • auth: auto-open browser when device auth starts (69640c0)
  • auth: auto-refresh expired access tokens (e0564e2)
  • auth: refresh token with org scope after org creation (2c8834c)
  • block padding, elevated surfaces, explicit bg on all styled text (583d1f3)
  • cancel active round on new message or esc, fix tool spinner persistence (4d4c91f)
  • cli: add --reset flag to clear preferences and auth (f4036e6)
  • client-generated UUIDs and streaming model metadata (21dc12a)
  • cmd: add tero reset subcommand (91859e8)
  • command palette triggered by / on empty input (e8a5345)
  • config: namespace credentials and config by environment (3e07a7b)
  • esc opens quit dialog when no active round to cancel (57a1891)
  • focus command bar on mouse click (b2d7650)
  • handle idempotent upload failures (404 on delete, conflict on create) (9513d72)
  • implement cursor positioning with marker extraction (942ce28)
  • make WorkOS client ID configurable via environment variable (a8c8f70)
  • move thinking indicator into message list (654db05)
  • onboarding: add TERO_SKIP_TO_APP env var to skip completion screen (cb7cdce)
  • org/account switching, preference cascading clears, table column reordering (aec63d5)
  • policy status drawer, context-aware chat empty state, personalized input bar (7f85d84)
  • powersync upload protocol and chat streaming (9775926)
  • release: add Docker Hub publishing (ec4917c)
  • release: add Scoop bucket publishing for Windows (d0ee803)
  • show upgrade message when version changes (c9de3f1)
  • simplify PowerSync/SQLite schema generation (b463a4a)
  • tool block collapse by default with chevron, restyle thinking block, quit dialog, window title, statusbar fixes (b0c7bfe)
  • tui: redesign theme system and unify discovery step (94c129b)
  • use ready_for_use to gate onboarding instead of status (5bdf62c)
  • waste badge component, risk colors, show all categories, sort by pending count (3dc1d84)
  • wire up tool execution with Turn abstraction (a7e756d)

Bug Fixes

  • add context propagation to sqlite interface (f2e16aa)
  • address lint errors in client tests (033322e)
  • allow onboarding to proceed when some services have errors (c3290d8)
  • assistant message flickering and thinking animation (cc37f2b)
  • auth: improve expired device code error message (585cddd)
  • auth: refresh token without org when --no-org is set (e72a651)
  • auth: use body style for instruction text (b60cf98)
  • check ps_sync_state instead of ps_buckets for sync completion (b9b0fde)
  • ci: don't cancel in-progress signoff on master pushes (f4a4d6d)
  • ci: prevent master pushes from cancelling each other (4effc4a)
  • ci: skip signoff for release-please commits (94bcf5e)
  • ci: use conventional Docker Hub secret names (5b19541)
  • ci: use correct Docker Hub secret names (8e65aa8)
  • cli: --reset flag continues into TUI instead of exiting (aa1c16e)
  • client: extract message from genqlient HTTPError (b8c8c5a)
  • client: regenerate client with workosOrganizationID field (0f8cd92)
  • client: update API client token after org-scoped refresh (fbdbfea)
  • datadog: prevent browser opening during tests (07e170d)
  • deps: update go dependencies (minor/patch) (#16) (c4a98e5)
  • deps: update module github.com/charmbracelet/x/ansi to v0.11.3 (#22) (9b68d36)
  • deps: upgrade gopkg.in/yaml.v2 to v3 (3a308ae)
  • drawer sits flush under statusbar, border matches slash color (09dad5e)
  • enable staging WorkOS client ID by default for development (8cb3b9c)
  • install: remove confirmation prompt for piped installs (63a8c82)
  • install: remove nested color codes from success message (c225f97)
  • lint issues and update to golangci-lint v2 config (072c7bd)
  • Loading checks sync state directly instead of relying on messages (585c8f8)
  • onboarding: add context and step counter to Datadog flow (aba531e)
  • onboarding: clarify Datadog region question (8acdc0e)
  • onboarding: consistent text styling across screens (cdf5be6)
  • onboarding: correct text hierarchy - prompts white, explanations muted (543bdf9)
  • onboarding: improve Datadog connection flow copy (a699766)
  • org: refresh token with org scope when selecting existing org (2213227)
  • org: show loading state during token refresh after auto-selection (9dc3851)
  • org: show org name when auto-selecting (cbedf8d)
  • org: use spinner loader during token refresh (60befb1)
  • reduce statusbar diagonal slashes from 3 to 2 (833e964)
  • remove install:test from signoff (runs before release exists) (b5b9913)
  • remove invalid rlcp field from goreleaser config (8a6a7aa)
  • remove log output from get_latest_version function (89df1ad)
  • remove unsupported folder field from brews config (6b4eec9)
  • resolve linter errors in tests and workos (c63df9d)
  • schema generation uses local control plane and writes to correct paths (a732106)
  • scroll gap mismatch, error body styling, and scroll amounts (5ae16a9)
  • show context window percentage in statusbar (b3deb16)
  • specify Formula directory in goreleaser brew config (b79d28a)
  • strict JSON unmarshaling for PowerSync instructions (fd9f713)
  • styles: detect terminal background for theme selection (c80b387)
  • update GraphQL schema for datadog account status changes (9801d66)
  • use 'folder' instead of deprecated 'directory' in goreleaser (881cbeb)

Reverts

  • install test should fail on errors, not swallow them (89442b1)
  • remove separate test-install workflow (874a9ea)
  • switch back from homebrew_casks to brews for CLI tool (4ec664c)

This PR was generated with Release Please. See documentation.

@tero-internal-bot
tero-internal-bot Bot force-pushed the release-please--branches--master branch 2 times, most recently from 82d7e31 to 877bb00 Compare January 14, 2026 19:59
@tero-internal-bot tero-internal-bot Bot changed the title chore(master): release 1.8.1 chore(master): release 1.9.0 Jan 25, 2026
@tero-internal-bot
tero-internal-bot Bot force-pushed the release-please--branches--master branch 3 times, most recently from 3e1462e to 325e337 Compare January 26, 2026 00:49
@tero-internal-bot tero-internal-bot Bot changed the title chore(master): release 1.9.0 chore(master): release 1.0.0 Jan 26, 2026
@tero-internal-bot
tero-internal-bot Bot force-pushed the release-please--branches--master branch 14 times, most recently from 13acde1 to b651e87 Compare February 1, 2026 21:14
@tero-internal-bot
tero-internal-bot Bot force-pushed the release-please--branches--master branch 7 times, most recently from c103896 to 74c70a6 Compare February 4, 2026 02:52
@tero-internal-bot
tero-internal-bot Bot force-pushed the release-please--branches--master branch 17 times, most recently from 8809116 to a71c8be Compare February 8, 2026 18:14
@tero-internal-bot
tero-internal-bot Bot force-pushed the release-please--branches--master branch from a71c8be to 01ae2f4 Compare February 9, 2026 00:21
@binarylogic binarylogic closed this Feb 9, 2026
@binarylogic
binarylogic deleted the release-please--branches--master branch February 9, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant