Skip to content

v0.5.1 — version fast-forward so unpinned installs get current code

Choose a tag to compare

@phuongddx phuongddx released this 06 Aug 03:10
· 44 commits to main since this release
v0.5.1
e4391d7

No functional changes relative to v0.1.0 — this release fixes version resolution on PyPI.

The 0.0.1 clean-slate reset deleted the pre-reset tags and GitHub Releases, but jarvis-mcp 0.5.0 was never yanked on PyPI and remained the highest version there. Every unpinned install (uvx --from jarvis-mcp, pip install jarvis-mcp, the plugin's --from "jarvis-mcp>=0.0.1" floor) resolved to that stale pre-reset build instead of current code. Jumping to 0.5.1 makes today's code the effective latest for all resolvers; versioning continues from here.

This release therefore carries everything in v0.1.0 — most notably the new SCIP symbol-definition signal in semanticSearch.

Install

Claude Code plugin:

/plugin install jarvis@phuongddx/jarvis-dist

Standalone (uv / uvx):

uvx --from jarvis-mcp jarvis-server

Index a repo:

uvx --from jarvis-mcp jarvis index /path/to/repo --slug my-repo

See CHANGELOG.md.