@opencode-ai/protocol 0.0.0-next-16931 → 0.0.0-next-16974

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.
@@ -83,7 +83,7 @@ export declare const AgentGroup: HttpApiGroup.HttpApiGroup<"server.agent", HttpA
83
83
  headers: {};
84
84
  body: {};
85
85
  };
86
- mode: "all";
86
+ mode: "primary";
87
87
  hidden: false;
88
88
  permissions: ({
89
89
  action: string;
@@ -178,7 +178,7 @@ export declare const AgentGroup: HttpApiGroup.HttpApiGroup<"server.agent", HttpA
178
178
  headers: {};
179
179
  body: {};
180
180
  };
181
- mode: "all";
181
+ mode: "primary";
182
182
  hidden: false;
183
183
  permissions: ({
184
184
  action: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/protocol",
4
- "version": "0.0.0-next-16931",
4
+ "version": "0.0.0-next-16974",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "typecheck": "tsgo --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@opencode-ai/schema": "0.0.0-next-16931",
31
+ "@opencode-ai/schema": "0.0.0-next-16974",
32
32
  "effect": "4.0.0-beta.101"
33
33
  },
34
34
  "devDependencies": {