using claude-opus-4-1-20250805 hangs #1970

Closed
opened 2026-02-16 17:33:30 -05:00 by yindo · 6 comments
Owner

Originally created by @denniszl on GitHub (Oct 6, 2025).

Originally assigned to: @thdxr on GitHub.

I have a claude max subscription I'm using with opencode, however it seems claude-opus-4-1-20250805 using the anthropic provider seems to hang on generating... for me.

With debug on, I don't really see anything going on, or any errors, just a lot of

DEBUG 2025-10-06T08:37:09 +92ms service=tui timeTakenMs=1 messages.renderView
DEBUG 2025-10-06T08:37:09 +92ms service=tui timeTakenMs=1 messages.renderView
DEBUG 2025-10-06T08:37:09 +90ms service=tui timeTakenMs=1 messages.renderView
DEBUG 2025-10-06T08:37:09 +91ms service=tui timeTakenMs=1 messages.renderView

kind of messages after fetching the models.

DEBUG 2025-10-06T08:34:48 +1ms service=tui agent=build model=claude-opus-4-1-20250805 provider=anthropic Selected model from current agent

is also returned.

Using sonnet 4.5 seems to work, so I don't think it's a problem with my authentication.

Version 0.14.3

Originally created by @denniszl on GitHub (Oct 6, 2025). Originally assigned to: @thdxr on GitHub. I have a claude max subscription I'm using with opencode, however it seems claude-opus-4-1-20250805 using the anthropic provider seems to hang on generating... for me. With debug on, I don't really see anything going on, or any errors, just a lot of ``` DEBUG 2025-10-06T08:37:09 +92ms service=tui timeTakenMs=1 messages.renderView DEBUG 2025-10-06T08:37:09 +92ms service=tui timeTakenMs=1 messages.renderView DEBUG 2025-10-06T08:37:09 +90ms service=tui timeTakenMs=1 messages.renderView DEBUG 2025-10-06T08:37:09 +91ms service=tui timeTakenMs=1 messages.renderView ``` kind of messages after fetching the models. ``` DEBUG 2025-10-06T08:34:48 +1ms service=tui agent=build model=claude-opus-4-1-20250805 provider=anthropic Selected model from current agent ``` is also returned. Using sonnet 4.5 seems to work, so I don't think it's a problem with my authentication. Version 0.14.3
yindo closed this issue 2026-02-16 17:33:30 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 6, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #2512: Opencode stuck in "generating" - Similar hanging behavior with generating status
  • #2819: TUI stuck forever - Stuck after model selection with similar debug logs
  • #2940: OpenCode just hangs randomly after receiving instructions - Random hanging behavior
  • #473: Claude Opus 4 appears in model selector but returns "Invalid model name" error when selected - Specific Claude Opus 4 model issues
  • #2964: Hangs without error message when Claude Code session limit is reached - Hanging without clear error messages (though this was closed)

Feel free to ignore if none of these address your specific case with claude-opus-4-1-20250805.

@github-actions[bot] commented on GitHub (Oct 6, 2025): This issue might be a duplicate of existing issues. Please check: - #2512: Opencode stuck in "generating" - Similar hanging behavior with generating status - #2819: TUI stuck forever - Stuck after model selection with similar debug logs - #2940: OpenCode just hangs randomly after receiving instructions - Random hanging behavior - #473: Claude Opus 4 appears in model selector but returns "Invalid model name" error when selected - Specific Claude Opus 4 model issues - #2964: Hangs without error message when Claude Code session limit is reached - Hanging without clear error messages (though this was closed) Feel free to ignore if none of these address your specific case with claude-opus-4-1-20250805.
Author
Owner

@rekram1-node commented on GitHub (Oct 6, 2025):

@denniszl we need to display certain anthropic errors better... could it be that you:

  • exceeded your usage?
@rekram1-node commented on GitHub (Oct 6, 2025): @denniszl we need to display certain anthropic errors better... could it be that you: - exceeded your usage?
Author
Owner

@denniszl commented on GitHub (Oct 8, 2025):

@rekram1-node hmm.. it's possible. But I got that error over multiple days.

@denniszl commented on GitHub (Oct 8, 2025): @rekram1-node hmm.. it's possible. But I got that error over multiple days.
Author
Owner

@rekram1-node commented on GitHub (Oct 8, 2025):

they did decrease the opus limits quite a lot recently so idk

@rekram1-node commented on GitHub (Oct 8, 2025): they did decrease the opus limits quite a lot recently so idk
Author
Owner

@denniszl commented on GitHub (Oct 8, 2025):

@rekram1-node I just confirmed with claude code, it is a problem with weekly limit.

@denniszl commented on GitHub (Oct 8, 2025): @rekram1-node I just confirmed with claude code, it is a problem with weekly limit.
Author
Owner

@rekram1-node commented on GitHub (Oct 8, 2025):

gotcha, we have another issue tracking the need to show claude errors better, I will close this in favor of that one

@rekram1-node commented on GitHub (Oct 8, 2025): gotcha, we have another issue tracking the need to show claude errors better, I will close this in favor of that one
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1970