claude-code - 💡(How to fix) Fix [BUG] Opus model not shown in VS Code extension when organization UUID fetch returns 403 [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#50848Fetched 2026-04-20 12:11:23
View on GitHub
Comments
0
Participants
1
Timeline
7
Reactions
0
Participants
Timeline (top)
labeled ×5closed ×1reopened ×1

Error Message

Failed to fetch organization UUID: AxiosError: Request failed with status code 403

Code Example

Failed to fetch organization UUID: AxiosError: Request failed with status code 403
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Opus 4.7 is not shown in the model list in VS Code extension. Extension log shows: "Failed to fetch organization UUID: AxiosError: Request failed with status code 403"

Account has Enterprise plan. Opus 4.7 is available on claude.ai and in Claude Code desktop app, but not in VS Code extension.

What Should Happen?

All models available to the account should be shown regardless of organization UUID fetch result.

Error Messages/Logs

Failed to fetch organization UUID: AxiosError: Request failed with status code 403

Steps to Reproduce

  1. Enterprise account with User role (not Admin)
  2. Open VS Code with Claude Code extension v2.1.114
  3. Check model list — Opus is missing

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.111

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

Extension log shows: Failed to fetch organization UUID: AxiosError: Request failed with status code 403 No organization UUID available

Account: Enterprise plan, User role (not Admin). Opus 4.7 is available on claude.ai and Claude Code desktop app, but missing in VS Code extension.

extent analysis

TL;DR

The issue can likely be resolved by modifying the VS Code extension to handle the case where the organization UUID fetch fails with a 403 status code, allowing it to still display all available models.

Guidance

  • Investigate the AxiosError handling in the VS Code extension to determine why a 403 status code prevents the display of available models.
  • Consider adding a fallback or default behavior when the organization UUID fetch fails, to ensure that all available models are still displayed.
  • Review the differences between the current version (v2.1.114) and the last known working version (v2.1.111) to identify potential changes that may have introduced this issue.
  • Verify that the Enterprise plan and User role (not Admin) are correctly configured and should have access to the Opus 4.7 model.

Example

No code snippet is provided as the issue does not contain sufficient information about the implementation details of the VS Code extension.

Notes

The issue may be specific to the Enterprise plan and User role (not Admin), and may not affect other users or configurations. Further investigation is needed to determine the root cause and develop a comprehensive solution.

Recommendation

Apply a workaround to handle the case where the organization UUID fetch fails, allowing the VS Code extension to still display all available models, as this is a regression and the previous version (v2.1.111) worked as expected.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Opus model not shown in VS Code extension when organization UUID fetch returns 403 [1 participants]