🎩 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.2.17
to
2026.3.0
+12
-10
dist/index.js
// src/agents/claude-code.adapter.ts
import { createInterface } from "readline";
import { OacError, executionError } from "@open330/oac-core";
import {
OacError,
executionError
} from "@open330/oac-core";
import { execa } from "execa";

@@ -493,3 +496,6 @@ var AsyncEventQueue = class {

import { createInterface as createInterface2 } from "readline";
import { OacError as OacError2, executionError as executionError2 } from "@open330/oac-core";
import {
OacError as OacError2,
executionError as executionError2
} from "@open330/oac-core";
import { execa as execa2 } from "execa";

@@ -707,10 +713,6 @@ var AsyncEventQueue2 = class {

if (/rate.limit|429|too many requests|throttl/i.test(message)) {
return executionError2(
"AGENT_RATE_LIMITED",
`Codex execution rate-limited for ${executionId}`,
{
context: { executionId, message },
cause: error
}
);
return executionError2("AGENT_RATE_LIMITED", `Codex execution rate-limited for ${executionId}`, {
context: { executionId, message },
cause: error
});
}

@@ -717,0 +719,0 @@ if (/network|ECONN|ENOTFOUND|EAI_AGAIN/i.test(message)) {

{
"name": "@open330/oac-execution",
"version": "2026.2.17",
"version": "2026.3.0",
"description": "Agent execution engine and sandboxing for OAC",

@@ -33,3 +33,3 @@ "license": "MIT",

"simple-git": "^3.27.0",
"@open330/oac-core": "2026.2.17"
"@open330/oac-core": "2026.3.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display