From c4ef2d7f9646e403a69edcbbd5a8a5544a7fbcc6 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 10 Apr 2026 00:31:58 +0500 Subject: [PATCH] add CCR_FORCE_BUNDLE env var to CLI startup flags for --remote bundling Co-Authored-By: Claude --- best-practice/claude-cli-startup-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/best-practice/claude-cli-startup-flags.md b/best-practice/claude-cli-startup-flags.md index 4d1910a..f817cf7 100644 --- a/best-practice/claude-cli-startup-flags.md +++ b/best-practice/claude-cli-startup-flags.md @@ -216,6 +216,7 @@ These startup-only environment variables are set in your shell before launching | `USE_BUILTIN_RIPGREP=0` | Use system ripgrep instead of built-in (Alpine Linux) | | `CLAUDE_CODE_SIMPLE` | Enable simple mode (Bash + Edit tools only). Also configurable via `env` key — see [Settings Reference](./claude-settings.md#environment-variables-via-env) | | `CLAUDE_BASH_NO_LOGIN=1` | Skip login shell for BashTool | +| `CCR_FORCE_BUNDLE=1` | Force bundling/uploading local repository when using `claude --remote` | For environment variables configurable via the `"env"` key in `settings.json` (including `MAX_THINKING_TOKENS`, `CLAUDE_CODE_SHELL`, `CLAUDE_CODE_ENABLE_TASKS`, `CLAUDE_CODE_DISABLE_BACKGROUND_TASKS`, `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS`, and more), see the [Claude Settings Reference](./claude-settings.md#environment-variables-via-env).