-
Release the Gemini CLI extension: v0.0.96 was tagged before
gemini-extension.jsonlanded, so the bare-URL install resolved the latest
GitHub release and failed with "Configuration file not found". v0.0.97 is the
first tag and release archive that carry the manifest. -
Pin the
user_idnamespace boundary in tests and document that it is not an
identity; addglama.jsonfor the Glama registry ownership claim. -
Package Fidelis as a native Gemini CLI extension:
gemini-extension.json
at the repository root launches the MCP Registry package
(uvx --from fidelis-memory==0.0.97 fidelis mcp serve) andGEMINI.md
tells the model when to callfidelis_orientandfidelis_recall.
gemini extensions install https://github.com/hermes-labs-ai/fidelis
registers the server without a manualpip install.
tests/test_gemini_extension.pybinds the manifest toserver.jsonand
pyproject.tomlso a release bump cannot leave it on an older wheel.