v0.1.1 — Slash command hotfix
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/*.tomltocommands/parlay/*.toml. Gemini CLI derives command namespace from subdirectory path; without the subdirectory, commands registered as bare/brief,/arb,/trendinginstead of the documented/parlay:*namespace.
Upgrade
gemini extensions update parlayUsers 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.