@opencode-ai/client
Advanced tools
@@ -44,3 +44,2 @@ import { Effect, FileSystem, Schema } from "effect"; | ||
| readonly password: Schema.optional<Schema.String>; | ||
| readonly startedAt: Schema.optional<Schema.Int>; | ||
| }>; | ||
@@ -79,4 +78,3 @@ /** Effect-based local service lifecycle operations. */ | ||
| readonly password: Schema.optional<Schema.String>; | ||
| readonly startedAt: Schema.optional<Schema.Int>; | ||
| }>; | ||
| }; |
@@ -145,3 +145,2 @@ import { ServiceStatus } from "@opencode-ai/protocol/groups/health"; | ||
| password: Schema.optional(Schema.String), | ||
| startedAt: Schema.optional(Schema.Int.check(Schema.isGreaterThan(0))), | ||
| }); | ||
@@ -148,0 +147,0 @@ const decode = Schema.decodeUnknownEffect(Schema.fromJsonString(Info)); |
@@ -48,4 +48,2 @@ /** Connection details for a local OpenCode service. */ | ||
| readonly password?: string; | ||
| /** Registration generation used to resolve owner write races. */ | ||
| readonly startedAt?: number; | ||
| }; |
+4
-4
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/client", | ||
| "version": "0.0.0-next-15778", | ||
| "version": "0.0.0-next-15779", | ||
| "type": "module", | ||
@@ -56,4 +56,4 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@opencode-ai/schema": "0.0.0-next-15778", | ||
| "@opencode-ai/protocol": "0.0.0-next-15778" | ||
| "@opencode-ai/schema": "0.0.0-next-15779", | ||
| "@opencode-ai/protocol": "0.0.0-next-15779" | ||
| }, | ||
@@ -70,3 +70,3 @@ "peerDependencies": { | ||
| "@effect/platform-node": "4.0.0-beta.98", | ||
| "@opencode-ai/httpapi-codegen": "0.0.0-next-15778", | ||
| "@opencode-ai/httpapi-codegen": "0.0.0-next-15779", | ||
| "@tsconfig/bun": "1.0.9", | ||
@@ -73,0 +73,0 @@ "@types/bun": "1.3.13", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
977627
-0.03%19052
-0.03%5
25%+ Added
+ Added
- Removed
- Removed