@opencode-ai/client
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import type { AgentInfo, CommandInfo, FormCancelInput, FormInfo, FormReplyInput, IntegrationInfo, LocationRef, LocationGetOutput, McpResource, McpServer, ModelInfo, ModelRef, PermissionSavedInfo, PermissionRequest, PermissionReplyInput, Project, ProviderInfo, ReferenceInfo, SessionMessageInfo, SessionInfo, SessionInboxInfo, ShellInfo, SkillInfo, VcsInfo, OpenCodeEvent, OpenCodeClient, WebSearchProvider } from "../promise"; | ||
| import type { AgentInfo, CommandInfo, FormCancelInput, FormInfo, FormReplyInput, IntegrationInfo, LocationRef, LocationGetOutput, McpResource, McpServer, ModelInfo, ModelRef, PermissionSavedInfo, PermissionRequest, PermissionReplyInput, Project, ProviderInfo, ReferenceInfo, SessionMessageInfo, SessionInfo, SessionInboxInfo, SessionInboxCompaction, ShellInfo, SkillInfo, VcsInfo, OpenCodeEvent, OpenCodeClient, WebSearchProvider } from "../promise"; | ||
| import { type SessionPromptInput } from "../promise"; | ||
@@ -65,4 +65,9 @@ export type DataSessionStatus = "idle" | "running"; | ||
| }; | ||
| compact(input: { | ||
| sessionID: string; | ||
| model?: ModelRef; | ||
| }): Promise<SessionInboxCompaction>; | ||
| prompt(input: SessionPromptInput & { | ||
| gate?: Promise<unknown>; | ||
| prepare?: () => Promise<unknown>; | ||
| }): Promise<import("../promise").SessionInboxUser>; | ||
@@ -69,0 +74,0 @@ sync(sessionID: string, options?: { |
+4
-4
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/client", | ||
| "version": "0.0.0-beta-18593", | ||
| "version": "0.0.0-beta-18600", | ||
| "type": "module", | ||
@@ -60,4 +60,4 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@opencode-ai/schema": "0.0.0-beta-18593", | ||
| "@opencode-ai/protocol": "0.0.0-beta-18593" | ||
| "@opencode-ai/schema": "0.0.0-beta-18600", | ||
| "@opencode-ai/protocol": "0.0.0-beta-18600" | ||
| }, | ||
@@ -78,3 +78,3 @@ "peerDependencies": { | ||
| "@effect/platform-node": "4.0.0-rc.112", | ||
| "@opencode-ai/httpapi-codegen": "0.0.0-beta-18593", | ||
| "@opencode-ai/httpapi-codegen": "0.0.0-beta-18600", | ||
| "@tsconfig/bun": "1.0.9", | ||
@@ -81,0 +81,0 @@ "@types/bun": "1.3.13", |
Sorry, the diff of this file is too big to display
801213
0.48%19209
0.41%+ Added
+ Added
- Removed
- Removed