claude-code - 💡(How to fix) Fix [Bug] Anthropic API Error: coworkKappa feature flag unavailable blocks Claude Code launch [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#49437Fetched 2026-04-17 08:41:14
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Root Cause

Bug Description ⏺ The config confirms you've used Cowork before — there's a lastSeenRequireCoworkFullVmSandbox key in your Claude app
config. The issue is a server-side feature flag: "coworkKappa":{"status":"unavailable"} is being returned from
Anthropic's servers right now.

This means something changed on the backend for your account — not a local issue. Things to try:

  1. Quit and relaunch the Claude desktop app — feature flags are fetched fresh on startup and it may just need to
    refresh
  2. Sign out and back in from the Claude app menu — forces a fresh auth and flag fetch
  3. If still broken, contact Anthropic support at https://support.anthropic.com — since it was working before, they can check your account's Cowork entitlement status

The "process exited with code 1" is Claude Code failing to launch because Cowork isn't authorized for your session
right now. This is not fixable locally.

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description ⏺ The config confirms you've used Cowork before — there's a lastSeenRequireCoworkFullVmSandbox key in your Claude app
config. The issue is a server-side feature flag: "coworkKappa":{"status":"unavailable"} is being returned from
Anthropic's servers right now.

This means something changed on the backend for your account — not a local issue. Things to try:

  1. Quit and relaunch the Claude desktop app — feature flags are fetched fresh on startup and it may just need to
    refresh
  2. Sign out and back in from the Claude app menu — forces a fresh auth and flag fetch
  3. If still broken, contact Anthropic support at https://support.anthropic.com — since it was working before, they can check your account's Cowork entitlement status

The "process exited with code 1" is Claude Code failing to launch because Cowork isn't authorized for your session
right now. This is not fixable locally.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.111
  • Feedback ID: f528ccad-4576-470b-bd8e-d020334cd9ee

Errors

[]

extent analysis

TL;DR

The issue is likely due to a server-side feature flag "coworkKappa" being unavailable, and contacting Anthropic support may resolve the Cowork entitlement status for the account.

Guidance

  • Try quitting and relaunching the Claude desktop app to refresh the feature flags.
  • Sign out and back in from the Claude app menu to force a fresh auth and flag fetch.
  • If the issue persists, contact Anthropic support at https://support.anthropic.com to check the account's Cowork entitlement status.
  • The "process exited with code 1" error is likely a result of Cowork not being authorized for the session, which is not fixable locally.

Notes

The issue seems to be related to a server-side configuration or account settings, and resolving it may require assistance from Anthropic support.

Recommendation

Apply workaround: Contact Anthropic support to resolve the Cowork entitlement status for the account, as the issue is not fixable locally and was working before.

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] Anthropic API Error: coworkKappa feature flag unavailable blocks Claude Code launch [1 participants]