Skip to content

v2.0.0

Latest

Choose a tag to compare

@IceRhymers IceRhymers released this 20 Jul 04:30
bc0b3b9

2.0.0 (2026-07-20)

⚠ BREAKING CHANGES

  • the Go module path is now github.com/IceRhymers/databricks-agents; importers must update. The databricks-codex and databricks-opencode standalone repos are archived and no longer receive releases — both binaries now ship from this repo under a single lockstep version, so opencode jumps 1.2.0 -> 2.0.0. codex additionally registers its proxy as a top-level default provider rather than a named profile (#230), which changes the generated config shape.

Features

  • codex: fold databricks-codex into the monorepo (#201) (#210) (fbc6e9d)
  • databricks: cmd/databricks multiplexer over the profile registry (#203) (#213) (e1c2d77)
  • modeldiscovery: auto-discover Claude models via Unity AI Gateway (0733004)
  • modeldiscovery: auto-discover Claude models via Unity AI Gateway (68005a5)
  • opencode: fold databricks-opencode into the monorepo (#202) (#212) (922c28a)
  • profile: introduce internal/profile Profile abstraction (claude) (#199) (#208) (0e2bc63)
  • release the monorepo consolidation as 2.0.0 (e8cbeea)

Bug Fixes

  • codex: register proxy as top-level default provider, not a profile (#230) (ae1d1a1)
  • codex: register proxy as top-level default provider, not a profile (#230) (b3f63c9)
  • modeldiscovery: address code-review findings (4ed5ac9)
  • modeldiscovery: parse the real model-services wire shape (68ceea0)
  • modeldiscovery: send X-Databricks-Org-Id so model-services LIST resolves a metastore (46b517f)