File Tagging Broken with Custom Slash Commands

Resolved 💬 3 comments Opened Jul 28, 2025 by kestep Closed Jan 5, 2026

Bug Description
When using a custom "/" command, I'm unable to tag a file with the "@" sumbol. File tagging without using custom "/" commands work fine... just appears the 2 cannot be combined. Should have the ability to tag files with the "@" sybol while using a custom "/" command.

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 1.0.61
  • Feedback ID: 0549b1b2-65af-4664-b752-03f7eb4f9566

Errors

[{"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:883:11)\n    at execSync (node:child_process:955:15)\n    at i7 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:865:5106)\n    at file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:777:49649\n    at Q (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:674:14420)\n    at kJ (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:777:47087)\n    at XH (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:777:45954)\n    at Y9 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:777:52275)","timestamp":"2025-07-28T05:14:47.892Z"},{"error":"MaxFileReadTokenExceededError: File content (34060 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to search for specific content.\n    at O98 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1428:432)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async Object.call (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1423:6367)\n    at async KX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:10150)\n    at async hb1 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:6569)\n    at async i_1 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1758:1384)\n    at async CX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:5713)\n    at async JX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:5198)\n    at async mP (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:3660)\n    at async $L0 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2560:1324)","timestamp":"2025-07-28T05:19:41.618Z"},{"error":"MaxFileReadTokenExceededError: File content (30045 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to search for specific content.\n    at O98 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1428:432)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async Object.call (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1423:6367)\n    at async KX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:10150)\n    at async hb1 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:6569)\n    at async i_1 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1758:1384)\n    at async CX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:5713)\n    at async JX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:5198)\n    at async mP (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:3660)\n    at async $L0 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2560:1324)","timestamp":"2025-07-28T05:19:42.424Z"},{"error":"Error: Request was aborted.\n    at DP.makeRequest (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1334:3840)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-07-28T05:29:14.122Z"},{"error":"MaxFileReadTokenExceededError: File content (30045 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to search for specific content.\n    at O98 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1428:432)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async Object.call (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1423:6367)\n    at async KX8 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:10150)\n    at async hb1 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:2428:6569)\n    at async i_1 (file:///usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js:1758:1384)\n    at async CX

Note: Error logs were truncated.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗