Skip to content

Releases: AltimateAI/altimate-code

v0.5.12

26 Mar 12:45

Choose a tag to compare

What's Changed

Features

  • feat(dbt-tools): auto-discover config with Windows compatibility (#464) (0e6bb70)
  • feat: add local E2E sanity test harness (#461) (79c34c5)

Bug Fixes

  • fix: altimate-dbt commands fail with hardcoded CI path in published binary (#467) (1a6610d)

Other Changes

Install

npm install -g @altimateai/altimate-code@0.5.12
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.11...v0.5.12

v0.5.11

25 Mar 17:49

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: add npm whoami auth verification before publish (ad99c5c)
  • fix: add retry logic for npm publish transient 404s (d9d4ea0)
  • fix: [AI-5975] propagate tool error messages to telemetry (#429) (f87e9ac)
  • fix: add release smoke tests to prevent broken binary publishes (#463) (9da78de)

Other Changes

Install

npm install -g @altimateai/altimate-code@0.5.11
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.10...v0.5.11

v0.5.10

25 Mar 02:03

Choose a tag to compare

What's Changed

Features

  • feat: add altimate-code check CLI command for deterministic SQL checks (#453) (79d7c56)

Bug Fixes

  • fix: 52 CI test failures caused by mock.module leaking across test files (#460) (7afa3d6)
  • fix: add missing altimate_change marker on isStatelessCommand guard (#457) (16c38bb)
  • fix: show Snowflake Cortex in provider list before authentication (#447) (cfe1bad)
  • fix: new user detection race condition + telemetry gaps (#445) (3022614)

Other Changes

  • release: v0.5.10 (bbae377)
  • refactor: rename Recap back to Trace for AI model comprehension (#443) (12ed190)
  • skill(data-viz): add lazy init, data-code separation, color contrast, icon semantics, field validation, pre-delivery checklist (#434) (91ebfe5)
  • test: consolidate 12 hourly test PRs + fix slugify and hints sort (#439) (167d4a7)

Install

npm install -g @altimateai/altimate-code@0.5.10
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.9...v0.5.10

v0.5.9

24 Mar 03:34

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: Codespaces — skip machine-scoped GITHUB_TOKEN, cap retries, fix phantom command (#415) (966f43c)
  • fix: sql_analyze reports "unknown error" for successful analyses (AI-5975) (#426) (38bfb52)
  • fix: remove semver dependency from upgrade path to prevent user lock-in (#421) (8e11c7f)
  • fix: ship discover-and-add-mcps as a builtin command (#409) (528af75)

Other Changes

Install

npm install -g @altimateai/altimate-code@0.5.9
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.8...v0.5.9

v0.5.8

23 Mar 22:07

Choose a tag to compare

What's Changed

Features

  • feat: rename tracer to recap with loop detection and enhanced viewer (#381) (e71d1fa)

Bug Fixes

  • fix: eliminate 29 pre-existing test failures in CI (#411) (37dd7db)
  • fix: dbt commands fail with ESM SyntaxError since v0.5.3 (#407) (3b6d5d4)
  • fix: skill builder ctrl+i keybind, ESC navigation, docs screenshots (#386) (8d5804f)
  • fix: upgrade notification silently skipped in multiple scenarios (#389) (b482df9)

Other Changes

  • release: v0.5.8 (4c01aac)
  • test: consolidated test coverage across 9 modules (133 new tests) (#403) (6b7070d)
  • Remove phantom sql_validate tool and add comprehensive SQL validation tests (#352) (8eb13d4)
  • test: provider error classification — overflow detection and message extraction (#375) (27941cf)
  • test: altimate tools — impact analysis DAG traversal and training import parsing (#384) (d1e8419)
  • test: util — Rpc client protocol and abortAfter/abortAfterAny coverage (#382) (11a27fe)
  • test: util — Color, signal, and defer coverage (#379) (9ddf7c6)
  • test: MCP config CRUD + Locale utility coverage, found duration >=24h bug (#369) (d10303c)

Install

npm install -g @altimateai/altimate-code@0.5.8
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.7...v0.5.8

v0.5.7

22 Mar 16:35

Choose a tag to compare

What's Changed

Features

  • feat: add LM Studio provider for local Qwen model support (#340) (3ce1b78)

Bug Fixes

Other Changes

  • release: v0.5.7 (87ceda2)
  • Add impact analysis, training import tools, and CI validation features (#350) (edd58cd)
  • test: bash tool PATH injection for .opencode/tools/ user tools (#366) (4c7b9ac)
  • Add comprehensive E2E tests for trace viewer with adversarial cases (#353) (270bc7d)
  • test: fn() wrapper and skillSource trust classification (#367) (fae97b0)
  • chore: improve test-discovery skill with PR documentation standards and TUI E2E guidance (#365) (7a6fee0)
  • test: AsyncQueue/work utility and State.invalidate coverage (#364) (d486295)
  • chore: add /test-discovery command for hourly automated test generation (dd29651)

Install

npm install -g @altimateai/altimate-code@0.5.7
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.6...v0.5.7

v0.5.6

22 Mar 14:34

Choose a tag to compare

What's Changed

Features

  • feat: add Snowflake Cortex as an AI provider (#349) (c4f5c16)
  • feat: add skill CLI command and .opencode/tools/ auto-discovery (#342) (d6a1e6b)

Bug Fixes

  • fix: add missing altimate_change markers for CI marker guard (46aada2)
  • fix: add missing altimate_change marker in dialog-skill.tsx (#341) (a29f212)

Other Changes

  • release: v0.5.6 (f1d5b47)
  • test: add E2E smoke tests for skill lifecycle, symlink safety, and URL parsing (#363) (c3d29eb)

Install

npm install -g @altimateai/altimate-code@0.5.6
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.5...v0.5.6

v0.5.5

21 Mar 00:52

Choose a tag to compare

What's Changed

Features

  • feat: default auto_mcp_discovery to true (#345) (2ba7c67)
  • feat: auto-discover MCP servers from external AI tool configs (#311) (65d82fb)

Bug Fixes

  • fix: add missing altimate_change markers for experimental block in opencode.jsonc (#344) (d19d813)

Other Changes

  • release: v0.5.5 (623d1ac)
  • docs: add MCP auto-discovery section to security FAQ (#346) (36a244c)

Install

npm install -g @altimateai/altimate-code@0.5.5
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.4...v0.5.5

v0.5.4

20 Mar 22:01

Choose a tag to compare

What's Changed

Features

  • feat: track per-generation token usage in telemetry (#336) (bd56988)
  • feat: show update-available indicator in TUI footer (#175) (22651a6)

Bug Fixes

  • fix: replace better-sqlite3 with bun:sqlite for schema cache and SQLite driver (#323) (df24e73)

Other Changes

  • release: v0.5.4 (fb28a0a)
  • chore: add missing altimate_change markers for upgrade indicator (#338) (096008a)

Install

npm install -g @altimateai/altimate-code@0.5.4
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.3...v0.5.4

v0.5.3

20 Mar 06:18

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: exclude 220MB of unused .node binaries from dbt-tools bundle (#320) (550bd39)
  • fix: documentation about connections. Fixes issue #313 (#318) (9c2134e)
  • fix: bundle skills, dbt-tools, and altimate-setup in shipped npm binary (#316) (c734e19)

Other Changes

  • release: v0.5.3 (7a16e73)
  • chore: add missing altimate_change markers for upstream merge safety (#322) (81f3220)

Install

npm install -g @altimateai/altimate-code@0.5.3
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.5.2...v0.5.3