[BUG]: URL Length Limit Prevents Issue Creation from Bug Report

Resolved 💬 1 comment Opened Mar 27, 2025 by hesreallyhim Closed Apr 4, 2025

Bug Description
After submitting a /bug report, Claude Clode asks if you want to create a GitHub issue by pressing Enter. I did this from a Claude Code session within VS-Code, and the link it tried to open failed because the URL string was too long (about 110,000 characters). I inspected it a little and it looks like it's getting into some kind of loop, seemingly something to do with React maybe because I see useMemo in the printout. Here is a partially redacted version of part of the whole string:

'(file:///Users/<MY-HOME-DIR>/.nvm/versions/node/v20.15.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:81:42511)\\n    at r4 (file:///Users/<MY-HOME-DIR>/.nvm/versions/node/v20.15.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:81:38083)\\n    at BN (file:///Users/<MY-HOME-DIR>/.nvm/versions/node/v20.15.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:81:38011)\\n    at CY (file:///Users/<MY-HOME-DIR>/.nvm/versions/node/v20.15.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:81:37865)\\n    at nV (file:///Users/<MY-HOME-DIR>/.nvm/versions/node/v20.15.0/lib/node_modules/@anthropic-ai/claude-code/cli.js:81:34973)","timestamp":"2025-03-27T19:42:21.579Z"}]\n```\n&labels=user-reported,bug'

This snippet itself is repeated dozens of times in the full string.

When I filed a bug to test this behavior from my terminal (which is what opened this Issue), it worked, so I suspect it's something to do with VS-Code and/or React, Node, or NVM, or perhaps the length of the conversation or the length of the message.

Environment Info

  • Platform: macos
  • Terminal: Apple_Terminal
  • Version: 0.2.55
  • Feedback ID: a7d34498-7777-495e-a655-5c25b6796fcb

Errors

[]

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗