claude-code - 💡(How to fix) Fix [Bug] effortLevel setting not propagated to subagents/team agents [1 comments, 2 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#53162Fetched 2026-04-26 05:22:48
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/ferrao/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T05:31:46.870Z"},{"error":"AxiosError: Request failed with status code 404\n at zl (/$bunfs/root/src/entrypoints/cli.js:114:1194)\n at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:119:12696)\n at emit (node:events:92:22)\n at endReadableNT (internal:streams/readable:865:50)\n at processTicksAndRejections (native:7:39)\n at request (/$bunfs/root/src/entrypoints/cli.js:121:2467)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T05:33:43.750Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/ferrao/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T05:31:46.870Z"},{"error":"AxiosError: Request failed with status code 404\n    at zl (/$bunfs/root/src/entrypoints/cli.js:114:1194)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:119:12696)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:865:50)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:121:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T05:33:43.750Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description "effortLevel setting from settings.json does not propagate to subagents or team agents. No
CLAUDE_CODE_EFFORT_LEVEL env var exists to force it.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.119
  • Feedback ID: 818c761b-86b3-4efb-abb5-b901c3f2d3fd

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/ferrao/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T05:31:46.870Z"},{"error":"AxiosError: Request failed with status code 404\n    at zl (/$bunfs/root/src/entrypoints/cli.js:114:1194)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:119:12696)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:865:50)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:121:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T05:33:43.750Z"}]

extent analysis

TL;DR

The issue may be resolved by setting the CLAUDE_CODE_EFFORT_LEVEL environment variable to force the effort level setting to propagate to subagents or team agents.

Guidance

  • Check if the effortLevel setting in settings.json is correctly formatted and valid.
  • Verify that the CLAUDE_CODE_EFFORT_LEVEL environment variable is not set, as its absence might be causing the issue.
  • Investigate the error messages to determine if the issue is related to lock acquisition or request failures.
  • Review the documentation to ensure that the effortLevel setting is supported in the current version (2.1.119) and platform (darwin).

Example

No code snippet is provided as it is not clearly supported by the issue.

Notes

The issue might be specific to the darwin platform or version 2.1.119, and further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Set the CLAUDE_CODE_EFFORT_LEVEL environment variable to force the effort level setting to propagate to subagents or team agents, as its absence is likely causing the issue.

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] effortLevel setting not propagated to subagents/team agents [1 comments, 2 participants]