New:Socket for Asana Is Now Available.Learn more
Get Started

@opencode-ai/ai

Package Overview
Dependencies
Maintainers
2
Versions
1157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/ai - npm Package Compare versions

Comparing version
0.0.0-dev-18699
to
0.0.0-dev-18700
+5
-0
dist/protocols/gemini.js

@@ -589,2 +589,7 @@ import { Effect, Option, Schema } from "effect";

}
if (textId !== undefined) {
lifecycle = Lifecycle.textEnd(lifecycle, events, textId, textSignature ? providerMetadata(state.providerMetadataKey, { thoughtSignature: textSignature }) : undefined);
textId = undefined;
textSignature = undefined;
}
lifecycle = Lifecycle.stepStart(lifecycle, events);

@@ -591,0 +596,0 @@ events.push(LLMEvent.toolCall({

+3
-3
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.0.0-dev-18699",
"version": "0.0.0-dev-18700",
"name": "@opencode-ai/ai",

@@ -33,3 +33,3 @@ "type": "module",

"@effect/platform-node": "4.0.0-rc.112",
"@opencode-ai/http-recorder": "0.0.0-dev-18699",
"@opencode-ai/http-recorder": "0.0.0-dev-18700",
"@tsconfig/bun": "1.0.9",

@@ -43,3 +43,3 @@ "@types/bun": "1.3.13",

"@smithy/util-utf8": "4.2.2",
"@opencode-ai/schema": "0.0.0-dev-18699",
"@opencode-ai/schema": "0.0.0-dev-18700",
"aws4fetch": "1.0.20",

@@ -46,0 +46,0 @@ "effect": "4.0.0-rc.112",