@opencode-ai/protocol 0.0.0-next-16010 → 0.0.0-next-16016

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.
@@ -14,7 +14,7 @@ export const ModelGroup = HttpApiGroup.make("server.model")
14
14
  .annotateMerge(OpenApi.annotations({
15
15
  identifier: "v2.model.list",
16
16
  summary: "List models",
17
- description: "Retrieve available models ordered by release date.",
17
+ description: "Retrieve the current snapshot of available models ordered by release date. The snapshot may precede initial plugin settlement.",
18
18
  })))
19
19
  .add(HttpApiEndpoint.get("model.default", "/api/model/default", {
20
20
  query: LocationQuery,
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-16010",
4
+ "version": "0.0.0-next-16016",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "typecheck": "tsgo --noEmit"
27
27
  },
28
28
  "dependencies": {
29
- "@opencode-ai/schema": "0.0.0-next-16010",
29
+ "@opencode-ai/schema": "0.0.0-next-16016",
30
30
  "effect": "4.0.0-beta.98"
31
31
  },
32
32
  "devDependencies": {