claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Slash commands should not be queued or sent to Claude

Open mikehearn opened this issue 7 months ago • 1 comments

Environment

  • Claude CLI version: 0.2.108

Bug Description

Queued slash commands are sent to Claude instead of processed locally immediately.

Steps to Reproduce

  1. Ask Claude to do something.
  2. Whilst it thinks, run /cost

Expected Behavior

Cost of current session should be shown immediately.

Actual Behavior

It gets sent to Claude who then speculates about the true nature of its existence (just kidding, it tells me to RTFM).

Additional Context

Image

mikehearn avatar May 13 '25 13:05 mikehearn

The underlying issue is that /cost gets sent to haiku and uses up tokens, which makes absolutely zero sense, why should checking cost usage need making inference requests and cost tokens/money???

arty-hlr avatar May 26 '25 22:05 arty-hlr

This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.

github-actions[bot] avatar Oct 10 '25 10:10 github-actions[bot]

Yeah this issue is still present in 2.0.30 on Windows with Windows Terminal and PowerShell.

it affects any slash command, /exit, /permissions, /clear, etc. the most annoying is /permissions,

BenNewman100 avatar Oct 31 '25 19:10 BenNewman100