[Bug] No assistant message found in API response

Resolved 💬 3 comments Opened Oct 21, 2025 by mabry-prv Closed Oct 21, 2025

Bug Description
⏸ plan mode on (shift+tab to cycle)
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: No assistant message found
at Dd (file:///home/marcin/.nvm/versions/node/v24.3.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:3356:12905)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///home/marcin/.nvm/versions/node/v24.3.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:3356:21696
at async Wo0 (file:///home/marcin/.nvm/versions/node/v24.3.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:3356:2011)
at async yW (file:///home/marcin/.nvm/versions/node/v24.3.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:3356:21552)
at async s9B (file:///home/marcin/.nvm/versions/node/v24.3.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:3363:200)
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:

Environment Info

  • Platform: linux
  • Terminal: ghostty
  • Version: 2.0.24
  • Feedback ID: 9958fcfe-3dc1-46ea-9cd2-384b80971775

Errors

[]

View original on GitHub ↗

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