[BUG] No customer slash command
Resolved 💬 8 comments Opened Sep 9, 2025 by junmediatek Closed Jan 7, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
My Linux server has mounted the MFS server. When I log into the Linux server and enter the MFS server directory, then start Claude Code, the customer slash command cannot be found by / command.
What Should Happen?
The customer slash command can be found by / command.
Error Messages/Logs
[DEBUG] Watching for changes in setting files /proj/handsome/.claude/settings.json, /mfs/gcnsmfs2025/handsome/test/.claude/settings.local.json, /etc/claude-code/managed-settings.json...
[DEBUG] Writing to temp file: /proj/handsome/.claude.json.tmp.1109263.1757404359533
[DEBUG] Preserving file permissions: 100664
[DEBUG] Temp file written successfully, size: 81913 bytes
[DEBUG] Applied original permissions to temp file
[DEBUG] Renaming /proj/handsome/.claude.json.tmp.1109263.1757404359533 to /proj/handsome/.claude.json
[DEBUG] File /proj/handsome/.claude.json written atomically
[DEBUG] Applying permission update: Adding 5 allow rule(s) to destination 'userSettings': ["Bash(find:*)","Bash(grep:*)","Bash(ls:*)","Bash(cat:*)","Read(//mfs/gcnsmfs2025/handsome/CAS_REAL/**)"]
[DEBUG] Applying permission update: Adding 7 allow rule(s) to destination 'localSettings': ["mcp__filesystem","mcp__sequential-thinking","mcp__serena__check_onboarding_performed","mcp__serena__onboarding","mcp__serena","mcp__serena__list_dir","mcp__serena"]
[DEBUG] Writing to temp file: /proj/handsome/.claude.json.tmp.1109263.1757404359566
[DEBUG] Preserving file permissions: 100664
[DEBUG] Temp file written successfully, size: 81913 bytes
[DEBUG] Applied original permissions to temp file
[DEBUG] Renaming /proj/handsome/.claude.json.tmp.1109263.1757404359566 to /proj/handsome/.claude.json
[DEBUG] File /proj/handsome/.claude.json written atomically
[DEBUG] Creating shell snapshot for bash (/bin/bash)
[DEBUG] Shell config file not found: /proj/handsome/.bashrc, creating snapshot with Claude Code defaults only
[DEBUG] Creating snapshot at: /proj/handsome/.claude/shell-snapshots/snapshot-bash-1757404369698-tq607m.sh
[DEBUG] Writing to temp file: /proj/handsome/.claude/todos/bc7f6081-53cb-4063-88cb-d940dbfc4a1a-agent-bc7f6081-53cb-4063-88cb-d940dbfc4a1a.json.tmp.1109263.1757404369705
[DEBUG] Temp file written successfully, size: 2 bytes
[DEBUG] Renaming /proj/handsome/.claude/todos/bc7f6081-53cb-4063-88cb-d940dbfc4a1a-agent-bc7f6081-53cb-4063-88cb-d940dbfc4a1a.json.tmp.1109263.1757404369705 to /proj/handsome/.claude/todos/bc7f6081-53cb-4063-88cb-d940dbfc4a1a-agent-bc7f6081-53cb-4063-88cb-d940dbfc4a1a.json
[DEBUG] File /proj/handsome/.claude/todos/bc7f6081-53cb-4063-88cb-d940dbfc4a1a-agent-bc7f6081-53cb-4063-88cb-d940dbfc4a1a.json written atomically
[DEBUG] Writing to temp file: /proj/handsome/.claude.json.tmp.1109263.1757404369718
[DEBUG] Preserving file permissions: 100664
[DEBUG] Temp file written successfully, size: 81532 bytes
[DEBUG] Applied original permissions to temp file
[DEBUG] Renaming /proj/handsome/.claude.json.tmp.1109263.1757404369718 to /proj/handsome/.claude.json
[DEBUG] File /proj/handsome/.claude.json written atomically
[DEBUG] Found 0 plugins (0 enabled, 0 disabled) from 0 repositories and 0 npm packages
[DEBUG] Registered 0 hooks from 0 plugins
[DEBUG] rg error (signal=undefined, code=ABORT_ERR, stderr: ), 0 results
[DEBUG] rg error (signal=undefined, code=ABORT_ERR, stderr: ), 0 results
[DEBUG] Total plugin commands loaded: 0
[DEBUG] Ripgrep first use test: PASSED (mode=builtin, path=/proj/handsome/node-v22.16.0-linux-x64/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/x64-linux/rg)
[DEBUG] Writing to temp file: /proj/handsome/.claude.json.tmp.1109263.1757404370054
[DEBUG] Preserving file permissions: 100664
[DEBUG] Temp file written successfully, size: 81532 bytes
[DEBUG] Applied original permissions to temp file
[DEBUG] Renaming /proj/handsome/.claude.json.tmp.1109263.1757404370054 to /proj/handsome/.claude.json
[DEBUG] File /proj/handsome/.claude.json written atomically
[DEBUG] Executing hooks for SessionStart:startup
[DEBUG] Getting matching hook commands for SessionStart with query: startup
[DEBUG] Found 0 hook matchers in settings
[DEBUG] Matched 0 unique hooks for query "startup" (0 before deduplication)
[DEBUG] Found 0 hook commands to execute
╭───────────────────────────────────────────────────╮
│ ✻ Welcome to Claude Code! │
│ │
│ /help for help, /status for your current setup │
│ │
│ cwd: /mfs/gcnsmfs2025/handsome/test │
│ │
│ ─────────────────────────────────────────────── │
│ │
│ Overrides (via env): │
│ │
│ • API timeout: 600000ms │
╰───────────────────────────────────────────────────╯
Tips for getting started:
Run /init to create a CLAUDE.md file with instructions for Claude
Use Claude to help with file analysis, editing, bash commands and git
Be as specific as you would with another engineer for the best results
✔ Run /terminal-setup to set up terminal integration
[DEBUG] Writing to temp file: /proj/handsome/.claude.json.tmp.1109263.1757404370123
[DEBUG] Preserving file permissions: 100664
[DEBUG] Temp file written successfully, size: 81532 bytes
[DEBUG] Applied original permissions to temp file
[DEBUG] Renaming /proj/handsome/.claude.json.tmp.1109263.1757404370123 to /proj/handsome/.claude.json
[DEBUG] File /proj/handsome/.claude.json written atomically
[DEBUG] AutoUpdaterWrapper: Installation type: unknown, using native: false
[DEBUG] MCP server "ide": Starting connection with timeout of 300000ms
[DEBUG] Shell snapshot created successfully (3103 bytes)
[DEBUG] MCP server "ide": Successfully connected to ws-ide server in 62ms
[DEBUG] MCP server "ide": Connection established with capabilities: {"hasTools":true,"hasPrompts":false,"hasResources":false,"serverVersion":{"name":"Claude Code VSCode MCP","version":"1.0.108"}}
[DEBUG] AutoUpdaterWrapper: Installation type: unknown, using native: false
Steps to Reproduce
start claude code from VS code Terminal, then use / command find customer slash command.
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
NA
Claude Code Version
1.0.109
Platform
AWS Bedrock
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
NA
This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗