Skip to content

Releases: AltimateAI/altimate-code

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

v0.5.2

19 Mar 09:58

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: address multi-model code review findings for recent merges (#307) (04a807e)
  • fix: suppress Snowflake SDK stdout log noise in TUI (#305) (b1e6520)
  • fix: invert WebFetch User-Agent strategy to honest-bot-first (#303) (76ec9fe)
  • fix: add trace history dialog and /traces command for TUI (#297) (bb94013)
  • fix: disable snowflake sdk console logs in TUI (fixes #300) (#301) (1aab931)

Other Changes

  • release: v0.5.2 (4cee25f)
  • chore:remove brew from docs and readme (#299) (b25f49e)
  • Fix typo in README for altimate to altimate-code (#293) (1578470)
  • docs: add showcase examples with screenshots for examples page (#292) (ba6631a)

Install

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

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Mar 06:14

Choose a tag to compare

What's Changed

Features

  • feat: add core_failure telemetry with PII-safe input signatures (#245) (9aa1d39)
  • feat: simplify to 3 modes (builder/analyst/plan) + SQL write access control (#282) (93eefed)

Bug Fixes

  • fix: use npm install in driver error messages, add peerDependencies to published packages (#273) (53c38a8)
  • fix: replace escapeSqlString with parameterized query binds in finops/schema (#277) (b907943)
  • fix: trace system prompt only once per session to avoid duplication (#287) (0da1482)

Other Changes

  • release: v0.5.1 (b5242fa)
  • Fix/docs readme final (#288) (872880b)
  • docs: sync missing content from v2 and rename What's New to Changelog (#284) (79ae428)

Install

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

Full Changelog: v0.5.0...v0.5.1

v0.5.0

19 Mar 02:05

Choose a tag to compare

What's Changed

Features

  • feat: smooth streaming mode for TUI response rendering (#281) (69bd0d6)
  • feat: ship builtin skills to customers via postinstall (#279) (bf5541c)
  • feat: add /configure-claude and /configure-codex built-in commands (#235) (eed2dc0)

Bug Fixes

  • fix: brew formula stuck at v0.3.1, version normalization in publish pipeline (#286) (77aad83)
  • fix: harden auth field handling for all warehouse drivers (#271) (f27dc39)
  • fix: suppress console logging that corrupts TUI display (#269) (0612f4e)

Other Changes

Install

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

Full Changelog: v0.4.9...v0.5.0

v0.4.9

18 Mar 19:07

Choose a tag to compare

What's Changed

Features

  • feat: add script to build and run compiled binary locally (#262) (045b3df)

Bug Fixes

  • fix: [AI-266] Snowflake auth — support all auth methods, fix field name mismatches (#268) (2c94182)
  • fix: dbt tool regression — schema format mismatch, silent failures, wrong results (#263) (8fd0c7b)
  • fix: altimate-dbt compile, execute, and children commands fail with runtime errors (#255) (04ae8b1)
  • fix: resolve Cannot find module @altimateai/altimate-core on npm install (#259) (058c23e)
  • fix: dispatcher tests fail in CI due to shared module state (#257) (fc9fe41)
  • fix: Docker E2E tests skip in CI unless explicitly opted in (#253) (22bf2b4)

Other Changes

  • release: v0.4.9 (b20cf2b)
  • docs: reorganize CONTRIBUTING.md local build section (#265) (ad52d87)
  • ci: parallel per-target builds — 12 jobs, ~5min wall clock instead of ~20min (#254) (a53cffe)
  • ci: faster release — build parallel with test, lower compression, tighter timeouts (#251) (d70d355)

Install

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

Full Changelog: v0.4.8...v0.4.9

v0.4.7 (broken)

18 Mar 07:35
170b8c9

Choose a tag to compare

v0.4.7 (broken) Pre-release
Pre-release

⚠️ This release is broken. Use v0.4.1 instead.

Deprecated on npm. Do not install.