🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@open330/oac-execution

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open330/oac-execution - npm Package Compare versions

Comparing version
2026.3.3
to
2026.3.4
+3
-1
dist/index.js

@@ -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

{
"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