Skip to content

Releases: AltimateAI/altimate-code

v0.7.2

21 May 08:15

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: [#309] point install endpoint at altimate.sh/install (not altimate.ai/install) (#825) (e6b5c20)

Other Changes

  • release: v0.7.2 — install URL hotfix + upgrader hardening (476d234)

Install

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

Full Changelog: v0.7.1...v0.7.2

v0.7.1

20 May 16:30

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: embed altimate-core in standalone binary and rename to altimate (match npm primary) (#820) (81e15e9)
  • fix: [#788] surface OpenAI nested error.message instead of Bad Request: {?:?} (#789) (95b7b90)

Other Changes

  • release: v0.7.1 — provider error pass + standalone binary fix (b052b41)
  • release: v0.7.1 — provider error handling pass (#794) (c859b57)

Install

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

Full Changelog: v0.7.0...v0.7.1

v0.7.0

04 May 02:43

Choose a tag to compare

What's Changed

Features

  • feat: bridge upstream v1.4.0 across history rewrite + 3 backports + adversarial test suite (#757) (3cc3d4c)

Bug Fixes

  • fix: [#781] marker-guard non-strict on bridge-merge push to main (#782) (a7dea3d)

Other Changes

Install

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

Full Changelog: v0.6.1...v0.7.0

v0.6.1

24 Apr 23:17

Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: BigQuery finops SQL — correct INFORMATION_SCHEMA columns + multi-region support (#739) (ea5cabe)
  • fix: make anti-slop advisory instead of auto-closing legitimate PRs (#741) (a3503b0)
  • fix: wrap isValidDatabricksHost env-fallback in altimate_change markers (98f0f41)

Other Changes

  • chore: bump @altimateai/altimate-core to 0.3.1 for v0.6.1 (941c8ca)
  • release: v0.6.1 (f898f1d)
  • docs: Update docs with latest examples (#742) (355d302)

Install

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

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Apr 22:38

Choose a tag to compare

What's Changed

Features

  • feat: add MSSQL/Fabric support to data-parity skill (#705) (f7b9497)
  • feat: add Databricks AI Gateway as LLM provider (#649) (73fb5e8)
  • feat: data-parity skill — TypeScript orchestrator, ClickHouse driver, partition support (#493) (c438bb0)

Bug Fixes

  • fix: add altimate_change markers to remaining 2 upstream-shared edits (13fd8b5)
  • fix: pre-release review fixes for v0.6.0 (64b0e8f)
  • fix: improve text contrast on light terminal backgrounds (#712) (ff0c60a)
  • fix: polish Altimate connect dialog — default URL, rename labels, fix placeholder (#724) (c3fc44d)
  • fix: point /docs command and config links to docs.altimate.sh (#715) (fda5078)
  • fix: [AI-678] add stub tool definitions for historical tool_use blocks (#703) (a18ecc6)

Other Changes

  • release: v0.6.0 (99d5a8a)
  • chore: bump @altimateai/altimate-core from 0.2.6 to 0.3.0 (#716) (#717) (8b4316c)
  • docs: add Amazon Bedrock custom endpoints guide (#706) (add5b3f)
  • test: consolidate 5 test PRs — 139 tests, deduplicated, with bug fixes (#709) (adaebe0)

Install

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

Full Changelog: v0.5.21...v0.6.0

v0.5.21

13 Apr 07:36

Choose a tag to compare

What's Changed

Features

  • feat: automated dbt unit test generation (#674) (777a37b)

Bug Fixes

  • fix: pre-release review fixes for v0.5.21 (3f7494a)
  • fix: [AI-656] single-pass env-var resolution for MCP configs (#697) (daaaceb)
  • fix: harden sql_explain and altimate_core_validate input handling (#693) (350001d)
  • fix: resolve env-var references in MCP server environment config (closes #656) (#666) (f030bf8)
  • fix: skip tui worker RPC test in CI — no HTTP server available (02e2f66)
  • fix: resolve flaky CI tests — file scanner ENOENT and tui worker timeout (74853e6)
  • fix: re-register dispatcher handlers in dbt test to survive cross-file reset() (ea0194e)

Other Changes

Install

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

Full Changelog: v0.5.20...v0.5.21

v0.5.20

09 Apr 14:14

Choose a tag to compare

What's Changed

Features

  • feat: default to altimate-backend model when configured (#665) (dafd16a)

Bug Fixes

  • fix: add pagination support for recap trace list (#596) (b66d9f5)
  • fix: URL-encode special characters in connection string passwords (#597) (29e4267)
  • fix: address ClickHouse driver review findings (#599) (8f52e99)

Other Changes

Install

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

Full Changelog: v0.5.19...v0.5.20

v0.5.19

05 Apr 04:34

Choose a tag to compare

What's Changed

Features

  • feat: shadow-mode SQL pre-validation telemetry (#643) (1a9c6fe)

Bug Fixes

  • fix: ${VAR} env-var interpolation for configs (closes #635) (#655) (b724e1c)
  • fix: [#652] warn when plan agent model refuses to tool-call (#653) (478d893)
  • fix: sql_pre_validation telemetry review followups (#651) (ba9882f)
  • feat: shadow-mode SQL pre-validation telemetry (#643) (1a9c6fe)
  • fix: v0.5.18 P1 follow-ups — diff guard, prompt injection, docs, timeout (#648) (56484c7)
  • fix: use atomic writes in FileExporter.export() to prevent corrupted trace files (#646) (0d60956)

Other Changes

  • release: v0.5.19 (0203b6a)
  • test: clickhouse — finops query history, dbt profiles, and registry error hints (#624) (f59ef40)

Install

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

Full Changelog: v0.5.18...v0.5.19

v0.5.18

04 Apr 19:21

Choose a tag to compare

What's Changed

Features

  • feat: add native GitLab MR review integration (#622) (453e7e1)
  • feat: add Altimate provider with /login command and credential valida… (#606) (0d34855)

Bug Fixes

  • fix: add timeout, home/root blocking, and default exclusions to glob tool (#637) (9806411)
  • fix: normalize mcpServers config key to mcp and transform external MCP formats (#639) (c103bfd)
  • fix: white-on-white text in light terminal themes (#640) (dd0c323)

Other Changes

  • release: v0.5.18 (448a8cb)
  • docs: add Altimate LLM Gateway provider, expand IDE page, update quic… (#607) (06c4c84)
  • chore: add anti-slop protection for AI-generated spam PRs (#642) (5b6b31f)

Install

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

Full Changelog: v0.5.17...v0.5.18

v0.5.17

02 Apr 17:02

Choose a tag to compare

What's Changed

Features

  • feat: support custom dbt profiles.yml path via DBT_PROFILES_DIR and project-local discovery (#605) (43e5f9a)

Bug Fixes

  • fix: restore does not exist to validation error keywords (#614) (a68ce29)
  • fix: eliminate stale file race condition and fix error misclassification (#611) (086d7b2)
  • fix: address 7 P1 findings from v0.5.16 release evaluation (#591) (5d0ada3)

Other Changes

Install

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

Full Changelog: v0.5.16...v0.5.17