Commit 551cc38
fix: remove .claude.json file bind mount regression (#911)
* fix: remove .claude.json file bind mount regression
File bind mounts on Linux prevent atomic writes (temp file + rename()
returns EBUSY). Claude Code uses atomic writes for ~/.claude.json config,
causing silent failure with 0 tool calls. The writable home volume already
provides a writable $HOME, and entrypoint.sh creates .claude.json from
CLAUDE_CODE_API_KEY_HELPER env var.
Fixes github/gh-aw#16214
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: remove stale docker-manager reference in entrypoint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b3356df commit 551cc38
2 files changed
+5
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
569 | 556 | | |
570 | 557 | | |
571 | 558 | | |
| |||
0 commit comments