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

[BUG] Claude Code hangs indefinitely on workflows/slash commands that read multiple files in v2.0.60

Open hookey13 opened this issue 1 month ago • 1 comments

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?

Claude Code hangs indefinitely when running workflows or slash commands that read multiple files. The loading animation continues forever (tested up to 8+ minutes) with no response or error output. Simple prompts work fine. For example, "Hey, what's 2+2?" responds in 2 seconds. But any operation that loads multiple files as context (such as custom slash commands/workflows) hangs at the loading state (e.g. "Photosynthesizing...", "Flowing...", "Boondoggling..."). This started immediately after the auto-update to v2.0.60 on Dec 6. The same workflows worked perfectly before the update.

What Should Happen?

Workflows and slash commands should execute normally as they did in previous versions. File reading operations should complete and Claude should respond within seconds, not hang indefinitely.

Error Messages/Logs

No error messages are displayed. The terminal simply shows the loading animation indefinitely:
✶ Flowing… (esc to interrupt · 5m 28s · ↓ 276 tokens)
No errors appear in ~/.claude/debug/ logs.

Steps to Reproduce

Have a project with custom slash commands/workflows that read multiple config files (e.g. YAML, MD, XML files) Run claude or claude --dangerously-skip-permissions Execute a slash command that triggers multiple file reads Observe the loading animation continuing indefinitely with no response

To verify it's not a network/API issue:

Run claude and type a simple prompt like "Hey, what's 2+2?" - this works fine Run ping api.anthropic.com - network is fine (~5ms latency) Check status.claude.com - all systems operational

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

The version before 2.0.60 (updated Dec 6 2024)

Claude Code Version

2.0.60 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

VS Code integrated terminal

Additional Information

The --debug flag does not resolve the issue The --dangerously-skip-permissions flag does not affect the behaviour Multiple concurrent terminals all exhibit the same hanging behaviour The issue appears related to operations that load multiple files as context before sending to the API This may be related to #13188 which also identifies 2.0.60 as problematic

hookey13 avatar Dec 07 '25 00:12 hookey13


Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/13188
  2. https://github.com/anthropics/claude-code/issues/13240
  3. https://github.com/anthropics/claude-code/issues/13224

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code


github-actions[bot] avatar Dec 07 '25 00:12 github-actions[bot]

This issue has been automatically closed as a duplicate of #13188.

If this is incorrect, please re-open this issue or create a new one.

🤖 Generated with Claude Code

github-actions[bot] avatar Dec 10 '25 09:12 github-actions[bot]

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.

github-actions[bot] avatar Dec 18 '25 14:12 github-actions[bot]