Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 17:29
· 35 commits to main since this release
89ddf85

What's Changed

Features

  • feat: expose Altimate Base registration over HTTP for non-TUI hosts (#1266) (95df8a5)
  • feat: release Altimate Base hosted model (#1199) (8c33dd7)
  • feat(validators): deterministic completion gates — zero-write, build-green, literal deliverables, config/dialect lints (#1175) (546781d)

Bug Fixes

  • fix: add a CHANGELOG gate to the release-beta process (#1281) (51c9938)
  • fix: carry the IDE entry's env when wiring the datamate stdio MCP server (#1081) (1bbf453)
  • fix: trim per-install-id line from Altimate Base consent gate; soften rate-limit wording (#1268) (126420d)
  • fix: harden ALTIMATE_BASE_HEADER_TIMEOUT_MS parsing (release review) (9254ed7)
  • fix: list and count extension-type integrations when a live IDE bridge serves them (#1236) (1388850)
  • fix: Altimate Base header timeout too short (10s) for reasoning backend (#1260) (5f9cb88)
  • fix: Altimate Base 413 HTML body and missing header timeout (#1256) (007b299)
  • fix: surface a clear error on non-JSON API responses instead of crashing (#1093) (ec475f4)
  • fix: suppress duckdb typecheck error in store-path-probe fixture (unblock release) (6e40810)
  • fix: ledger redaction — preserve write paths and close a curl -u credential leak introduced by #1117 (#1246) (b081f40)
  • fix(skills): stop walking the whole tree to answer "does any file match" (#1213) (9361e0b)
  • fix: mask filesystem paths in telemetry error text (#1117) (14ba9bb)
  • fix(drivers): recover #1204 review debt — driver-e2e false-skip, file: URI checks, Windows paths, telemetry, docs (#1238) (e6d3817)
  • fix: --dir silently read a populated warehouse store as empty (#1204) (1caa234)
  • feat(validators): deterministic completion gates — zero-write, build-green, literal deliverables, config/dialect lints (#1175) (546781d)
  • fix(drivers): load a driver from the location the failing runtime named, and make installs concurrency-safe (#1201) (136c695)
  • fix: accept a provider id in auth login, and diagnose plan/account on a Codex 400 (#1181) (dd4c3a2)
  • fix: redact non-SQL content echoed in safety threat messages (main sanity failure) (#1111) (7aa18cd)
  • fix(drivers): stop a 2s deadline failing healthy DuckDB stores, and make a broken client say so (#1198) (d9292ec)

Other Changes

  • release: v0.11.0 (#1290) (89ddf85)
  • release: v0.11.0-beta.4 (93233a6)
  • release: v0.11.0-beta.3 (67037f8)
  • release: v0.11.0-beta.1 (cb5a700)
  • refactor: drop the data-qa agent, make analyst the data-question agent (#1239) (e4d0a18)
  • refactor: split builder prompt into invariant core + named packs (byte-identical assembly) + opt-in data-qa profile (#1217) (5a7c777)

Install

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

Full Changelog: v0.10.0...v0.11.0