@opencode-ai/server 0.0.0-dev-18252 → 0.0.0-dev-18257

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/api.d.ts +5 -0
  2. package/package.json +6 -6
package/dist/api.d.ts CHANGED
@@ -1233,6 +1233,7 @@ export declare const Api: import("@opencode-ai/protocol/api").Api<LocationMiddle
1233
1233
  readonly skills: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Array<import("effect/Schema").Struct<{
1234
1234
  readonly id: import("effect/Schema").brand<import("effect/Schema").String, "Skill.ID">;
1235
1235
  readonly name: import("effect/Schema").brand<import("effect/Schema").String, "Skill.Name">;
1236
+ readonly text: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").String>>, import("effect/Schema").optionalKey<import("effect/Schema").String>, never, never>;
1236
1237
  readonly mention: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
1237
1238
  readonly start: import("effect/Schema").Finite;
1238
1239
  readonly end: import("effect/Schema").Finite;
@@ -1245,6 +1246,7 @@ export declare const Api: import("@opencode-ai/protocol/api").Api<LocationMiddle
1245
1246
  }>>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Array<import("effect/Schema").Struct<{
1246
1247
  readonly id: import("effect/Schema").brand<import("effect/Schema").String, "Skill.ID">;
1247
1248
  readonly name: import("effect/Schema").brand<import("effect/Schema").String, "Skill.Name">;
1249
+ readonly text: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").String>>, import("effect/Schema").optionalKey<import("effect/Schema").String>, never, never>;
1248
1250
  readonly mention: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
1249
1251
  readonly start: import("effect/Schema").Finite;
1250
1252
  readonly end: import("effect/Schema").Finite;
@@ -1414,6 +1416,7 @@ export declare const Api: import("@opencode-ai/protocol/api").Api<LocationMiddle
1414
1416
  readonly skills: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Array<import("effect/Schema").Struct<{
1415
1417
  readonly id: import("effect/Schema").brand<import("effect/Schema").String, "Skill.ID">;
1416
1418
  readonly name: import("effect/Schema").brand<import("effect/Schema").String, "Skill.Name">;
1419
+ readonly text: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").String>>, import("effect/Schema").optionalKey<import("effect/Schema").String>, never, never>;
1417
1420
  readonly mention: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
1418
1421
  readonly start: import("effect/Schema").Finite;
1419
1422
  readonly end: import("effect/Schema").Finite;
@@ -1426,6 +1429,7 @@ export declare const Api: import("@opencode-ai/protocol/api").Api<LocationMiddle
1426
1429
  }>>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Array<import("effect/Schema").Struct<{
1427
1430
  readonly id: import("effect/Schema").brand<import("effect/Schema").String, "Skill.ID">;
1428
1431
  readonly name: import("effect/Schema").brand<import("effect/Schema").String, "Skill.Name">;
1432
+ readonly text: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").String>>, import("effect/Schema").optionalKey<import("effect/Schema").String>, never, never>;
1429
1433
  readonly mention: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
1430
1434
  readonly start: import("effect/Schema").Finite;
1431
1435
  readonly end: import("effect/Schema").Finite;
@@ -6490,6 +6494,7 @@ export declare const Api: import("@opencode-ai/protocol/api").Api<LocationMiddle
6490
6494
  readonly skills?: readonly {
6491
6495
  readonly id: string & import("effect/Brand").Brand<"Skill.ID">;
6492
6496
  readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
6497
+ readonly text?: string | undefined;
6493
6498
  readonly mention?: {
6494
6499
  readonly start: number;
6495
6500
  readonly end: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/server",
4
- "version": "0.0.0-dev-18252",
4
+ "version": "0.0.0-dev-18257",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -30,11 +30,11 @@
30
30
  "dependencies": {
31
31
  "@effect/platform-node": "4.0.0-rc.111",
32
32
  "@effect/platform-node-shared": "4.0.0-rc.111",
33
- "@opencode-ai/core": "0.0.0-dev-18252",
34
- "@opencode-ai/protocol": "0.0.0-dev-18252",
35
- "@opencode-ai/schema": "0.0.0-dev-18252",
36
- "@opencode-ai/simulation": "0.0.0-dev-18252",
37
- "@opencode-ai/util": "0.0.0-dev-18252",
33
+ "@opencode-ai/core": "0.0.0-dev-18257",
34
+ "@opencode-ai/protocol": "0.0.0-dev-18257",
35
+ "@opencode-ai/schema": "0.0.0-dev-18257",
36
+ "@opencode-ai/simulation": "0.0.0-dev-18257",
37
+ "@opencode-ai/util": "0.0.0-dev-18257",
38
38
  "drizzle-orm": "1.0.0-rc.5-169397b",
39
39
  "effect": "4.0.0-rc.111"
40
40
  },