🚀. 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.12.0
to
0.13.0
+3
-1
dist/index.d.cts

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

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

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