@opencode-ai/client 0.0.0-dev-17681 → 0.0.0-dev-17688

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.
@@ -811,7 +811,6 @@ export declare const make: (options?: {
811
811
  readonly skills?: readonly {
812
812
  readonly id: string & import("effect/Brand").Brand<"Skill.ID">;
813
813
  readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
814
- readonly text: string;
815
814
  readonly mention?: {
816
815
  readonly start: number;
817
816
  readonly end: number;
@@ -389,7 +389,6 @@ export type PromptAgentAttachment = {
389
389
  export type PromptSkillAttachment = {
390
390
  id: string;
391
391
  name: string;
392
- text: string;
393
392
  mention?: PromptMention;
394
393
  };
395
394
  export type ToolFileContent = {
@@ -3348,7 +3347,6 @@ export type SessionImportInput = {
3348
3347
  readonly skills?: ReadonlyArray<{
3349
3348
  readonly id: string;
3350
3349
  readonly name: string;
3351
- readonly text: string;
3352
3350
  readonly mention?: {
3353
3351
  readonly start: number;
3354
3352
  readonly end: number;
@@ -3759,7 +3757,6 @@ export type SessionImportInput = {
3759
3757
  readonly skills?: ReadonlyArray<{
3760
3758
  readonly id: string;
3761
3759
  readonly name: string;
3762
- readonly text: string;
3763
3760
  readonly mention?: {
3764
3761
  readonly start: number;
3765
3762
  readonly end: number;
@@ -4170,7 +4167,6 @@ export type SessionImportInput = {
4170
4167
  readonly skills?: ReadonlyArray<{
4171
4168
  readonly id: string;
4172
4169
  readonly name: string;
4173
- readonly text: string;
4174
4170
  readonly mention?: {
4175
4171
  readonly start: number;
4176
4172
  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/client",
4
- "version": "0.0.0-dev-17681",
4
+ "version": "0.0.0-dev-17688",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -57,8 +57,8 @@
57
57
  "typecheck": "tsgo --noEmit"
58
58
  },
59
59
  "dependencies": {
60
- "@opencode-ai/schema": "0.0.0-dev-17681",
61
- "@opencode-ai/protocol": "0.0.0-dev-17681"
60
+ "@opencode-ai/schema": "0.0.0-dev-17688",
61
+ "@opencode-ai/protocol": "0.0.0-dev-17688"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "effect": "4.0.0-beta.107",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@effect/platform-node": "4.0.0-beta.107",
77
- "@opencode-ai/httpapi-codegen": "0.0.0-dev-17681",
77
+ "@opencode-ai/httpapi-codegen": "0.0.0-dev-17688",
78
78
  "@tsconfig/bun": "1.0.9",
79
79
  "@types/bun": "1.3.13",
80
80
  "@typescript/native-preview": "7.0.0-dev.20251207.1",