Skip to content

v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 10:14
· 11 commits to main since this release
6b8361d

What's Changed

Features

  • feat(workspace): tell the model what the bound workspace serves (#1182) (8ccb6c2)
  • feat(workspace): offer to install the engine a bound workspace needs (#1169) (7b97b68)
  • feat: harness reliability — run termination protocol, context-safety margins, compaction fidelity (#1171) (7f07b7d)
  • feat(workspace): route warehouse tools through the bound workspace's engine (#1168) (41e98f6)
  • feat(workspace): sync a bound workspace's custom skills into the project (#1172) (5e6d69b)
  • feat(workspace): attach the bound workspace's engine as a derived MCP overlay (#1167) (64e34af)
  • feat: [AI-8448] count installs from the shell installers, not just npm (#1096) (23e5903)

Bug Fixes

  • release: v0.10.0 (#1232) (6b8361d)
  • fix: drop gpt-5.4 and gpt-5.4-mini from the subscription allowlist (#1190) (7bbf8a6)
  • fix: clamp the output-token reservation against the context window (#1196) (6bcdeb6)
  • feat: harness reliability — run termination protocol, context-safety margins, compaction fidelity (#1171) (7f07b7d)
  • fix: add an MCP status command and report discovered-config drift (#1160) (d00931b)
  • fix: surface the real reason an MCP server is unavailable (#1159) (1bbd9ed)
  • fix(core): prune dependency trees during startup scans (#1184) (babc7cb)
  • fix(drivers): resolve warehouse SDKs from disk instead of reporting them missing (#1122) (f096d8c)
  • fix: build release binaries against the live models.dev catalog (#1188) (5993471)
  • fix: correct the ChatGPT-subscription model allowlist against the live backend (#1179) (c59a5a2)
  • fix(scripts): declare minimatch at the repo root so the marker check runs in a fresh worktree (#1177) (6f6037f)

Other Changes

Install

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

Full Changelog: v0.9.7...v0.10.0