coding-agent-adapters
Advanced tools
+11
-0
@@ -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>; |
+11
-0
@@ -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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances in 1 package
822170
0.98%7671
1.09%6
-14.29%