@open330/oac-execution
Advanced tools
+3
-1
@@ -343,3 +343,4 @@ // src/agents/claude-code.adapter.ts | ||
| Object.entries(process.env).filter( | ||
| (entry) => typeof entry[1] === "string" | ||
| (entry) => typeof entry[1] === "string" && // Strip Claude Code session markers to allow spawning a fresh Claude subprocess | ||
| entry[0] !== "CLAUDECODE" && entry[0] !== "CLAUDE_CODE_SESSION" | ||
| ) | ||
@@ -354,2 +355,3 @@ ), | ||
| env: processEnv, | ||
| extendEnv: false, | ||
| reject: false, | ||
@@ -356,0 +358,0 @@ timeout: params.timeoutMs |
+2
-2
| { | ||
| "name": "@open330/oac-execution", | ||
| "version": "2026.3.3", | ||
| "version": "2026.3.4", | ||
| "description": "Agent execution engine and sandboxing for OAC", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
| "simple-git": "^3.27.0", | ||
| "@open330/oac-core": "2026.3.3" | ||
| "@open330/oac-core": "2026.3.4" | ||
| }, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
139873
0.34%1632
0.12%+ Added
- Removed
Updated