claude-code - 💡(How to fix) Fix [Bug] Team Agent ignores selected model configuration [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#53161Fetched 2026-04-26 05:22:50
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×5commented ×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 Team Agent does not honor the selected model.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.119
  • Feedback ID: 2a6496a3-8ca1-4f41-a6da-88a1741e6a6e

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 addressing the lock acquisition failure and the 404 status code error in the request.

Guidance

  • Investigate the lock acquisition failure error, which may be related to multi-process scenarios, and consider implementing a retry mechanism or adjusting the locking mechanism.
  • Examine the AxiosError with a 404 status code, which suggests that the requested resource is not found, and verify that the request URL is correct and the resource exists.
  • Check the claude version and configuration to ensure that it is compatible with the selected model and the environment.
  • Review the error logs to identify any patterns or correlations between the errors.

Example

No code snippet is provided as the issue does not contain sufficient information to create a specific example.

Notes

The issue lacks detailed information about the claude configuration, the selected model, and the environment setup, which makes it challenging to provide a definitive solution. Further investigation and debugging are necessary to determine the root cause of the issue.

Recommendation

Apply a workaround by investigating and addressing the lock acquisition failure and the 404 status code error, as these errors may be related to the issue with the Team Agent not honoring the selected model.

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] Team Agent ignores selected model configuration [1 comments, 2 participants]