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

Slash Commands Not Rendering Across Development Environments on macOS M1

Open 95 opened this issue 6 months ago • 0 comments

Bug Description slash commands are not showing up even though my environment is correctly configured. both in cursor, vscode, and terminal. using mac os. m1.

Environment Info

  • Platform: macos
  • Terminal: cursor
  • Version: 1.0.11
  • Feedback ID: 5d265438-7015-4f8c-b539-2e871d7dbaa1

Errors

[{"error":"AbortError: The operation was aborted\n    at abortChildProcess (node:child_process:726:27)\n    at AbortSignal.onAbortListener (node:child_process:796:7)\n    at [nodejs.internal.kHybridDispatch] (node:internal/event_target:827:20)\n    at AbortSignal.dispatchEvent (node:internal/event_target:762:26)\n    at runAbort (node:internal/abort_controller:488:10)\n    at abortSignal (node:internal/abort_controller:459:3)\n    at AbortController.abort (node:internal/abort_controller:507:5)\n    at Timeout._onTimeout (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2248:229)\n    at listOnTimeout (node:internal/timers:608:17)\n    at process.processTimers (node:internal/timers:543:7)","timestamp":"2025-06-05T08:58:30.241Z"},{"error":"AbortError: The operation was aborted\n    at abortChildProcess (node:child_process:726:27)\n    at onAbortListener (node:child_process:796:7)\n    at process.processTicksAndRejections (node:internal/process/task_queues:85:11)","timestamp":"2025-06-05T08:58:30.257Z"},{"error":"Error: Command failed: security find-generic-password -a $USER -w -s \"Claude Code\"\nsecurity: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.\n\n    at genericNodeError (node:internal/errors:983:15)\n    at wrappedFn (node:internal/errors:537:14)\n    at checkExecSyncError (node:child_process:892:11)\n    at execSync (node:child_process:964:15)\n    at JZ (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:683:2402)\n    at file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:582:11763\n    at Q (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:526:17069)\n    at LU (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:582:10909)\n    at HG (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:582:10355)\n    at lO2 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2042:4758)","timestamp":"2025-06-05T08:58:30.281Z"},{"error":"Error: 1: ENOENT \n    at UR6 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1387:4470)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async wR6 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1387:2566)","timestamp":"2025-06-05T08:58:30.530Z"}]

95 avatar Jun 05 '25 09:06 95