Skip to content

[cli-docs] Claude Code: /voice command gains hold/tap/off modes #43

@github-actions

Description

@github-actions

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: /voiceToggle 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: /costshow token usage statistics
    • After: /costalias 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 ·

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions