Skip to content

v0.6.2 — fix scip-swift install (404 for every user)

Latest

Choose a tag to compare

@phuongddx phuongddx released this 08 Aug 05:38
· 1 commit to main since this release
v0.6.2
7a79fc8

Patch release: Swift indexing was unreachable through the installer for every user. No change to any MCP tool signature or response shape.

Fixed

  • setup.sh --only scip-swift 404'd on every macOS arm64 host. The Swift indexer's repo moved off the personal phuongddx owner to the jarvis-intelligence org, and GitHub serves no redirect for the old path — so the pinned download URL returned 404 instead of forwarding, and the install failed on every run. SCIP_SWIFT_REPO now points at jarvis-intelligence/scip-swift.

    Repointing alone was not enough: the move also dropped every tag and release asset, so scip-swift v0.1.2 has been republished from the same source (the binary still reports 0.1.2).

  • Two regression guards. A test asserts SCIP_SWIFT_REPO's owner never drifts back — the drift assertion ZOEKT_RELEASE_REPO and SCIP_RELEASE_REPO already had and this one never did — and setup-smoke.yml now runs --only scip-swift on both runners. Previously the scip-swift download path had zero CI coverage, which is why the breakage shipped silently.

If Swift indexing failed for you: re-run setup.sh (or setup.sh --only scip-swift), then jarvis index /path/to/repo.

Install

Claude Code plugin:

/plugin marketplace add jarvis-intelligence/jarvis-index
/plugin install jarvis@jarvis

Standalone (uv / uvx):

uvx --from jarvis-mcp jarvis-server

Platforms: macOS (arm64/x86_64) and Linux (x86_64/aarch64), Python 3.12–3.14. scip-swift itself is macOS arm64 only.

See CHANGELOG.md.