coding-agent-adapters
Advanced tools
+3
-1
@@ -1,2 +0,2 @@ | ||
| import { BaseCLIAdapter, SpawnConfig, AutoResponseRule, LoginDetection, BlockingPromptDetection, ToolRunningInfo, ParsedOutput } from 'pty-manager'; | ||
| import { BaseCLIAdapter, SpawnConfig, AutoResponseRule, LoginDetection, BlockingPromptDetection, ToolRunningInfo, ParsedOutput } from 'adapter-types'; | ||
@@ -400,2 +400,4 @@ /** | ||
| markerPrefix?: string; | ||
| httpUrl?: string; | ||
| sessionId?: string; | ||
| }): { | ||
@@ -402,0 +404,0 @@ markerPrefix: string; |
+3
-1
@@ -1,2 +0,2 @@ | ||
| import { BaseCLIAdapter, SpawnConfig, AutoResponseRule, LoginDetection, BlockingPromptDetection, ToolRunningInfo, ParsedOutput } from 'pty-manager'; | ||
| import { BaseCLIAdapter, SpawnConfig, AutoResponseRule, LoginDetection, BlockingPromptDetection, ToolRunningInfo, ParsedOutput } from 'adapter-types'; | ||
@@ -400,2 +400,4 @@ /** | ||
| markerPrefix?: string; | ||
| httpUrl?: string; | ||
| sessionId?: string; | ||
| }): { | ||
@@ -402,0 +404,0 @@ markerPrefix: string; |
+5
-3
| { | ||
| "name": "coding-agent-adapters", | ||
| "version": "0.12.0", | ||
| "version": "0.13.0", | ||
| "description": "CLI adapters for AI coding agents - Claude Code, Gemini CLI, OpenAI Codex, Aider, and Hermes Agent", | ||
@@ -43,4 +43,6 @@ "type": "module", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "adapter-types": "^0.1.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "pty-manager": "^1.9.5", | ||
| "agent-adapter-monitor": "^0.3.0" | ||
@@ -58,3 +60,3 @@ }, | ||
| "vitest": "^1.0.0", | ||
| "pty-manager": "1.9.5" | ||
| "pty-manager": "1.10.0" | ||
| }, | ||
@@ -61,0 +63,0 @@ "engines": { |
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
713625
0.95%6669
0.6%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed