@exreve/exk 1.0.53 → 1.0.54
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/cli/agentSession.js +1 -0
- package/dist/ttc-cli.tar.gz +0 -0
- package/package.json +1 -1
package/dist/cli/agentSession.js
CHANGED
|
@@ -726,6 +726,7 @@ export class AgentSessionManager {
|
|
|
726
726
|
: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin';
|
|
727
727
|
const spawnEnv = {
|
|
728
728
|
...env,
|
|
729
|
+
IS_SANDBOX: '1', // Tell Claude Code it's in a sandbox — skip root-user checks
|
|
729
730
|
PATH: env.PATH || process.env.PATH || defaultPath,
|
|
730
731
|
...(isWin
|
|
731
732
|
? {
|
package/dist/ttc-cli.tar.gz
CHANGED
|
Binary file
|