[0.14.3] - 2026-08-31
Code indexing stays safe on every worktree layout, a wedged checkout repairs itself, and team-scoped credentials just work with ox query.
Improved
ox queryworks out of the box with a team-scoped credential — it infers your team and searches that team's ledgers, so you no longer need to pass--teamexplicitly.
Fixed
- Code indexing can never rewrite your repo's git config — the indexer now opens your checkout read-only across every git worktree layout, so it can't flip
core.bareor drop your worktree settings and leavegit status/git pullfailing. ox doctorrepairs a checkout wedged into a bare state — ifcore.baregets flipped to true (the state where every work-tree git command fails with "must be run in a work tree"), doctor now detects and restores it automatically instead of leaving you to reset it by hand.- Code indexing keeps recovering from a damaged cache — a corrupt index rebuilds safely without losing data or crash-looping
ox.