Commit 9bbb6be
fix: update claude mount paths to /root for coder workspaces (#421)
* fix: remove unnecessary coder binary move step in deployment workflow
* fix: update claude mount paths to /root for coder workspaces
- Changed Claude data directory mount from /home/vscode/.claude to /root/.claude
- Added Claude configuration file mount at /root/.claude.json
- Resolves issue where Claude CLI running as root couldn't access mounted data
This ensures Claude CLI data persists correctly across workspace restarts
since the CLI runs as root user in Coder containers.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent c2d3c8e commit 9bbb6be
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
327 | 333 | | |
328 | 334 | | |
329 | 335 | | |
| |||
0 commit comments