Skip to content

v1.108.54 — list-repos / delete-index honor CODE_INDEX_PATH

Choose a tag to compare

@jgravelle jgravelle released this 11 Jun 12:01
· 18 commits to main since this release

The list-repos and delete-index CLI verbs dispatched into the index store with no storage path, so they always operated on ~/.code-index and ignored the documented CODE_INDEX_PATH override (every other index-touching verb honors it). Scripted callers pointing at a custom store silently read from, or deleted from, the wrong one.

This also fixes the CI matrix, red since v1.108.50: the delete-index test relied on CODE_INDEX_PATH for isolation, so it failed on runners (empty home store) while passing locally against the real store. The test now asserts store isolation explicitly.

Full notes in CHANGELOG.md.