@opencode-ai/protocol 0.0.0-next-16719 → 0.0.0-next-16727

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.
@@ -75,7 +75,7 @@ export declare const AgentGroup: HttpApiGroup.HttpApiGroup<"server.agent", HttpA
75
75
  readonly effect: Schema.Literals<readonly ["allow", "deny", "ask"]>;
76
76
  }>>;
77
77
  }> & {
78
- empty: (id: Agent.ID) => {
78
+ default: (id: Agent.ID) => {
79
79
  id: string & import("effect/Brand").Brand<"Agent.ID">;
80
80
  name: string & import("effect/Brand").Brand<"Agent.Name">;
81
81
  request: {
@@ -170,7 +170,7 @@ export declare const AgentGroup: HttpApiGroup.HttpApiGroup<"server.agent", HttpA
170
170
  readonly effect: Schema.Literals<readonly ["allow", "deny", "ask"]>;
171
171
  }>>;
172
172
  }> & {
173
- empty: (id: Agent.ID) => {
173
+ default: (id: Agent.ID) => {
174
174
  id: string & import("effect/Brand").Brand<"Agent.ID">;
175
175
  name: string & import("effect/Brand").Brand<"Agent.Name">;
176
176
  request: {
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-16719",
4
+ "version": "0.0.0-next-16727",
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-16719",
31
+ "@opencode-ai/schema": "0.0.0-next-16727",
32
32
  "effect": "4.0.0-beta.101"
33
33
  },
34
34
  "devDependencies": {