@exreve/exk 1.0.19 → 1.0.20
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/dist/agentSession.js +2 -0
- package/dist/ttc-cli.tar.gz +0 -0
- package/package.json +1 -1
package/dist/agentSession.js
CHANGED
|
@@ -195,6 +195,8 @@ function envForClaudeCodeChild(localModel) {
|
|
|
195
195
|
// ~/.claude/settings.json (which may have ANTHROPIC_BASE_URL set to z.ai)
|
|
196
196
|
// is never read during the CLI process initialization.
|
|
197
197
|
env.CLAUDE_CONFIG_DIR = getEmptyConfigDir();
|
|
198
|
+
// Allow Claude to run as root (e.g. inside Docker containers)
|
|
199
|
+
env.IS_SANDBOX = '1';
|
|
198
200
|
return env;
|
|
199
201
|
}
|
|
200
202
|
/** Get env overrides for a local model (adapter proxy URL + dummy key). Returns null if not a local model. */
|
package/dist/ttc-cli.tar.gz
CHANGED
|
Binary file
|