Skip to content

v0.1.1 — Slash command hotfix

Choose a tag to compare

@lyfali lyfali released this 15 May 06:19
· 12 commits to main since this release

Parlay v0.1.1 — Slash command hotfix

Fixes slash command registration so /parlay:brief, /parlay:arb, and /parlay:trending are recognized as documented.

What changed

  • Moved TOML command files from commands/*.toml to commands/parlay/*.toml. Gemini CLI derives command namespace from subdirectory path; without the subdirectory, commands registered as bare /brief, /arb, /trending instead of the documented /parlay:* namespace.

Upgrade

gemini extensions update parlay

Users on v0.1.0 will need to update to get the documented slash commands. The MCP server connection and tools were never affected by this bug.