🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

coding-agent-adapters

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coding-agent-adapters - npm Package Compare versions

Comparing version
0.16.1
to
0.16.2
+11
-0
dist/index.d.cts

@@ -528,2 +528,13 @@ import { BaseCLIAdapter, SpawnConfig, AutoResponseRule, LoginDetection, BlockingPromptDetection, ParsedOutput, ToolRunningInfo } from 'adapter-types';

getCommand(): string;
/**
* When using a cloud proxy, create an isolated CODEX_HOME directory with
* an `auth.json` set to apikey mode and a `config.toml` pointing at the
* proxy. This bypasses the user's `~/.codex/auth.json` (which may have a
* persisted ChatGPT subscription session) so requests actually route
* through the proxy with our API key instead of being silently routed
* back to OpenAI's chat backend via the user's stored OAuth tokens.
*
* Returns the path to the temp dir, or null if no proxy is configured.
*/
private prepareIsolatedCodexHome;
getArgs(config: SpawnConfig): string[];

@@ -530,0 +541,0 @@ getEnv(config: SpawnConfig): Record<string, string>;

@@ -528,2 +528,13 @@ import { BaseCLIAdapter, SpawnConfig, AutoResponseRule, LoginDetection, BlockingPromptDetection, ParsedOutput, ToolRunningInfo } from 'adapter-types';

getCommand(): string;
/**
* When using a cloud proxy, create an isolated CODEX_HOME directory with
* an `auth.json` set to apikey mode and a `config.toml` pointing at the
* proxy. This bypasses the user's `~/.codex/auth.json` (which may have a
* persisted ChatGPT subscription session) so requests actually route
* through the proxy with our API key instead of being silently routed
* back to OpenAI's chat backend via the user's stored OAuth tokens.
*
* Returns the path to the temp dir, or null if no proxy is configured.
*/
private prepareIsolatedCodexHome;
getArgs(config: SpawnConfig): string[];

@@ -530,0 +541,0 @@ getEnv(config: SpawnConfig): Record<string, string>;

+1
-1
{
"name": "coding-agent-adapters",
"version": "0.16.1",
"version": "0.16.2",
"description": "CLI adapters for AI coding agents - Claude Code, Gemini CLI, OpenAI Codex, Aider, and Hermes Agent",

@@ -5,0 +5,0 @@ "type": "module",

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

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

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

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