Releases: databrickslabs/coding-agents-databricks-apps
Releases · databrickslabs/coding-agents-databricks-apps
v0.18.2
Bug fixes since v0.18.1
- #21 fix(hermes): route via AI Gateway with auto-constructed URL —
setup_hermes.pyno longer needs a hardcoded gateway host; constructs fromDATABRICKS_HOSTand 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
.gitignorenegation —databricks-models.jsonnow syncs into the deployed app's~/.codex/. Codex no longer fails withError loading configuration: No such file or directoryon 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.