Skip to content

Releases: databrickslabs/coding-agents-databricks-apps

v0.18.2

07 May 10:39

Choose a tag to compare

Bug fixes since v0.18.1

  • #21 fix(hermes): route via AI Gateway with auto-constructed URL — setup_hermes.py no longer needs a hardcoded gateway host; constructs from DATABRICKS_HOST and falls back to direct serving endpoints if the gateway isn't reachable. Hermes works on any workspace's gateway, not just daveok.
  • #25 fix(deploy): track Codex model catalog without .gitignore negation — databricks-models.json now syncs into the deployed app's ~/.codex/. Codex no longer fails with Error loading configuration: No such file or directory on first invocation.
  • #27 fix(claude): pick models from workspace's serving endpoints (GDS-aware) — Claude Code's per-tier model defaults (opus / sonnet / haiku) are now picked from what the workspace actually serves. Workspaces in non-US geos under Databricks Geo Designated Services no longer 404 when picking Opus.

Notes

First tagged release on databrickslabs/coding-agents-databricks-apps — historical tags from the prior datasciencemonkey upstream weren't migrated.

Tag created manually via git tag -a v0.18.2 origin/main because databrickslabs-protected-runner-group (the self-hosted runner the Release workflow uses) has been queue-blocked since at least 2026-05-03. Same end-state as the workflow would have produced.