Skip to content

Commit c9cb642

Browse files
authored
chore(deps): bump cloned OpenCode source to v1.15.1 (#382)
Updates the locally-inspected OpenCode upstream from v1.14.41 (2026-05-12) to v1.15.1 (2026-05-16). Pure tooling artifact for internal inspection only; no shipped behavior changes. The manifest reason for the @opencode-ai/plugin entry is also refined to point at the multi-source plugin-loader topology question that this clone helped resolve empirically.
1 parent f8a1d2c commit c9cb642

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.slim/clonedeps.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"version": "1.0.0",
3-
"updatedAt": "2026-05-12T21:59:00.000Z",
3+
"updatedAt": "2026-05-16T10:00:00.000Z",
44
"dependencies": [
55
{
66
"name": "@opencode-ai/sdk",
7-
"resolvedVersion": "1.14.41",
7+
"resolvedVersion": "1.15.1",
88
"repoUrl": "https://github.com/anomalyco/opencode.git",
9-
"ref": "v1.14.41",
9+
"ref": "v1.15.1",
1010
"path": ".slim/clonedeps/repos/anomalyco__opencode",
1111
"packagePath": "packages/sdk/js",
12-
"reason": "Inspect OpencodeClient construction, client.provider.list() and client.model.list() runtime behavior — unknowns deferred to Unit 2 implementation in the active client-API source-model resolution plan"
12+
"reason": "Inspect OpencodeClient construction, client.provider.list() and client.model.list() runtime behavior — supports provider-availability hardening work and future plan deferred-to-implementation questions"
1313
},
1414
{
1515
"name": "@opencode-ai/plugin",
16-
"resolvedVersion": "1.14.41",
16+
"resolvedVersion": "1.15.1",
1717
"repoUrl": "https://github.com/anomalyco/opencode.git",
18-
"ref": "v1.14.41",
18+
"ref": "v1.15.1",
1919
"path": ".slim/clonedeps/repos/anomalyco__opencode",
2020
"packagePath": "packages/plugin",
21-
"reason": "Inspect plugin loader hook iteration order, PluginInput.client construction site, and config-hook invocation lifecycle — verifies the FIFO assumption and per-invocation freshness contract from PR #352"
21+
"reason": "Inspect plugin loader hook iteration order, PluginInput.client construction site, and config-hook invocation lifecycle — verifies the FIFO assumption and per-invocation freshness contract from PR #352 and resolves multi-source plugin-loader topology questions for the DX hardening brainstorm"
2222
}
2323
]
2424
}

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ The top-level `commands/` directory has been removed (all bundled commands were
184184

185185
Read-only dependency source repositories are available under `.slim/clonedeps/repos/` for inspection. Do not edit these clones.
186186

187-
- `.slim/clonedeps/repos/anomalyco__opencode/``anomalyco/opencode` at `v1.14.41`; OpenCode monorepo containing `packages/sdk/js` (the `OpencodeClient` runtime that `client.provider.list()` and `client.model.list()` are dispatched through) and `packages/plugin` (the `PluginInput` type definitions and the plugin loader/hook iteration semantics — useful for verifying the FIFO assumption and `output` reference-sharing contract from PR #352).
187+
- `.slim/clonedeps/repos/anomalyco__opencode/``anomalyco/opencode` at `v1.15.1`; OpenCode monorepo containing `packages/sdk/js` (the `OpencodeClient` runtime that `client.provider.list()` and `client.model.list()` are dispatched through) and `packages/plugin` (the `PluginInput` type definitions and the plugin loader/hook iteration semantics — useful for verifying the FIFO assumption and `output` reference-sharing contract from PR #352).

0 commit comments

Comments
 (0)