@exreve/exk 1.0.53 → 1.0.55

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.
@@ -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
  ? {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exreve/exk",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "exk - Control Claude CLI with voice and programmable interfaces",
5
5
  "type": "module",
6
6
  "bin": {