Changes detected in Claude Code documentation since last snapshot (2026-04-22 → 2026-04-24).
Changed slash commands
/voice — Now accepts explicit mode arguments [hold|tap|off] and adds a Claude.ai account requirement.
- Before:
/voice — Toggle push-to-talk voice dictation
- After:
/voice [hold|tap|off] — Toggle voice dictation, or enable it in a specific mode. Requires a Claude.ai account
Minor documentation clarifications
/cost — Description updated to make the alias relationship explicit.
- Before:
/cost — show token usage statistics
- After:
/cost — alias for /usage (behavior unchanged; command still works)
Impact on compatibility layer
/voice change
The Copilot CLI does not have an equivalent voice-input command, so the cpc wrapper currently has no mapping for /voice. The new hold|tap|off mode options are Claude-Code-specific. No existing mapping is broken, but the compatibility layer documentation should note this new sub-mode syntax if /voice pass-through is ever considered.
/cost change
No mapping impact — this is a documentation clarification only. The command continues to work as an alias for /usage.
Files to update
skills/claude-compat/SKILL.md — Update the /voice entry in the slash-command reference table to reflect the new [hold|tap|off] syntax and the Claude.ai account requirement.
README.md — If /voice is mentioned in documentation examples or limitations, update accordingly.
cpc — No changes required (no existing voice mapping; the Copilot CLI has no equivalent).
Sources
Generated by Claude Code & Copilot CLI Documentation Monitor · ● 642.2K · ◷
Changes detected in Claude Code documentation since last snapshot (2026-04-22 → 2026-04-24).
Changed slash commands
/voice— Now accepts explicit mode arguments[hold|tap|off]and adds a Claude.ai account requirement./voice— Toggle push-to-talk voice dictation/voice [hold|tap|off]— Toggle voice dictation, or enable it in a specific mode. Requires a Claude.ai accountMinor documentation clarifications
/cost— Description updated to make the alias relationship explicit./cost— show token usage statistics/cost— alias for /usage (behavior unchanged; command still works)Impact on compatibility layer
/voicechangeThe Copilot CLI does not have an equivalent voice-input command, so the
cpcwrapper currently has no mapping for/voice. The newhold|tap|offmode options are Claude-Code-specific. No existing mapping is broken, but the compatibility layer documentation should note this new sub-mode syntax if/voicepass-through is ever considered./costchangeNo mapping impact — this is a documentation clarification only. The command continues to work as an alias for
/usage.Files to update
skills/claude-compat/SKILL.md— Update the/voiceentry in the slash-command reference table to reflect the new[hold|tap|off]syntax and the Claude.ai account requirement.README.md— If/voiceis mentioned in documentation examples or limitations, update accordingly.cpc— No changes required (no existing voice mapping; the Copilot CLI has no equivalent).Sources