@prover-coder-ai/docker-git 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/src/docker-git/main.js +430 -212
- package/dist/src/docker-git/main.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,6 +115,12 @@ This avoids `refresh_token` rotation issues that can happen when copying `auth.j
|
|
|
115
115
|
Disable sharing (per-project auth):
|
|
116
116
|
- Set `CODEX_SHARE_AUTH=0` in `.orch/env/project.env`.
|
|
117
117
|
|
|
118
|
+
## Claude Code Defaults
|
|
119
|
+
|
|
120
|
+
On container start, docker-git syncs Claude Code user settings under `$CLAUDE_CONFIG_DIR/settings.json`:
|
|
121
|
+
- `permissions.defaultMode = "bypassPermissions"` so local disposable containers behave like docker-git Codex containers (no permission prompts).
|
|
122
|
+
- Existing unrelated Claude settings are preserved.
|
|
123
|
+
|
|
118
124
|
## Playwright MCP (Chromium Sidecar)
|
|
119
125
|
|
|
120
126
|
Enable during create/clone:
|