Skip to content

Releases: AltimateAI/altimate-code

v0.9.0-beta.2

v0.9.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:44

What's Changed

Features

Bug Fixes

  • fix: [release] pre-publish smoke test also targets altimate-code (d009fd9)
  • fix: [release] smoke-test the shipped binary (altimate-code) after de-dupe (bcb0f8a)
  • fix: [release] de-dupe platform binary (npm E413) + restore pre-release alias (37e6fd0)

Other Changes

  • docs: [release-beta] add the local pre-tag gates the skill was missing (932d002)

Install

npm install -g @altimateai/altimate-code@0.9.0-beta.2
# or
brew install AltimateAI/tap/altimate-code

Full Changelog: v0.9.0-beta.1...v0.9.0-beta.2

v0.8.10

Choose a tag to compare

@github-actions github-actions released this 23 Jun 00:00

What's Changed

Features

Bug Fixes

  • fix(opencode): move volatile date out of cached system prefix (#950) (df50da4)
  • fix: [#958] make Windows installer Pester env injection deterministic (#959) (a412cef)

Other Changes

  • release: v0.8.10 (f0fb1e1)
  • docs: clarify v0.8.10 date-cache comment (long-lived vs rolling breakpoint) (fb8ea64)

Install

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

Full Changelog: v0.8.9...v0.8.10

v0.8.9

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:51

What's Changed

Features

Bug Fixes

  • fix: address v0.8.8 pre-release review findings (3443829)
  • fix: wrap diverged upstream lines in altimate_change markers (#844, #937) (2a9e8c5)

Other Changes

  • release: v0.8.9 (8fea433)
  • test: add v0.8.8 adversarial suite; fix ineffective MCP config parse-guard (84da8e3)

Install

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

Full Changelog: v0.8.8...v0.8.9

Windows Powershell installer updates

Choose a tag to compare

@saravmajestic saravmajestic released this 19 Jun 06:09
dfe0364

What's Changed

Features

  • fix(install): resilient latest-version fetch (both installers) (#946) (dfe0364)
  • feat(install): verify release archive checksums in both installers (#942) (31e73d0)
  • feat: IDE-aware datamate transport, enabled-state persistence, and /mcps command (#893) (07eaa94)
  • feat: [AI-6949] add session transcript REST endpoint for datamates extension (#941) (ae69109)
  • feat: Windows PowerShell installer (install.ps1) (#930) (faf0b61)

Bug Fixes

  • fix(install): resilient latest-version fetch (both installers) (#946) (dfe0364)
  • fix: increase DEFAULT_CHUNK_TIMEOUT from 2min to 5min (#844) (7039545)
  • fix: auto-resolve question tool in non-interactive contexts (#937) (9644a00)
  • fix: bubble real dbt show error instead of generic "Could not parse" (#933) (37072bc)
  • fix: trigger auto-update check on headless serve startup (#940) (fd9d7c7)

Other Changes

  • test: add release-validation coverage for post-v0.8.7 merged PRs (#952) (f8b3454)
  • serve: log trace directory on startup (#929) (3a8d1c0)

Install

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

Full Changelog: v0.8.7...v0.8.8

v0.8.7

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:31

What's Changed

Features

  • feat: wire altimate-core 0.5.1 equivalence dialect + decidable (#928) (53127b7)
  • feat: verified query optimization via altimate_core_rewrite verify_equivalence mode (#918) (1748c37)
  • feat: per-turn tool retrieval (trim tool-definition context flood) (#858) (88b7f6f)
  • feat: dispatch centralized ocr/Gemini review on PR ready (gated loop) (#914) (c2019ba)

Bug Fixes

  • fix: pin release-v0.8.5 gate to constant version (was breaking on every later release) (#923) (5c1fedf)

Other Changes

  • release: v0.8.7 (146acea)
  • chore: bump @altimateai/altimate-core to 0.5.1 (#925) (ea6a2a0)
  • Make dbt PR reviewer demo-parity reliable (#919) (2aa8b0e)
  • Fix dbt YAML review file classification (#920) (954cc32)

Install

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

Full Changelog: v0.8.6...v0.8.7

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 08 Jun 09:18

What's Changed

Features

Bug Fixes

  • fix: address v0.8.6 release-review findings (ecc7001)
  • fix: write session traces in headless serve mode (#886) (ed1eecd)

Other Changes

Install

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

Full Changelog: v0.8.5...v0.8.6

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 20:26

What's Changed

Features

Bug Fixes

  • fix: harden dbt review action version lookup and credential write (#911) (b7d15ee)
  • fix: prepare dbt review action for v0.8.5 (#900) (3572f1c)
  • fix(tracing): reliability follow-ups from v0.8.4 review (#901, #902, #903) (#905) (49fd9be)
  • fix(tooling): marker guard no longer false-positives on changes deep inside a pre-existing block (#904) (db81d41)

Other Changes

Install

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

Full Changelog: v0.8.4...v0.8.5

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 06 Jun 04:42

What's Changed

Features

Bug Fixes

  • fix(tracing): clarify interrupted-span message so restarts aren't read as agent failures (3982d8d)
  • fix(tracing): trace waterfall + summary prompt + chat tab all lose data after each agent turn (#895) (89699f6)

Other Changes

  • release: v0.8.4 (d2cf6b3)
  • test: harden v0.8.3 plan-mode trust-boundary tests + fix nested marker tracking (#899) (7e909a9)

Install

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

Full Changelog: v0.8.3...v0.8.4

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 07:17

What's Changed

Features

Bug Fixes

  • fix: harden #888 plan-mode hoist — behavioral trust-boundary tests + warning copy (823a016)
  • fix: plan-mode refusals on altimate-default + warning false-positive (#887) (#888) (f5e10cc)

Other Changes

Install

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

Full Changelog: v0.8.2...v0.8.3

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 05:20

What's Changed

Features

Bug Fixes

  • fix: [#881] dbt_pr_review needs no altimate API key — correct stale tool descriptions (#882) (ec540eb)
  • fix: two tests flaky under parallel CI load (S27 + trace snapshot) (#880) (85edc12)

Other Changes

  • release: v0.8.2 (cdf89a6)
  • test: [#883] harden #881 guard — loosen regex + sweep all altimate-core tool descriptions (#884) (b61893e)

Install

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

Full Changelog: v0.8.1...v0.8.2