@ycodium-ai/agent-opencode 0.2.2098

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.
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @ycodium-ai/agent-opencode
2
+
3
+ OpenCode executor plugin. Talks to OpenCode through `@opencode-ai/sdk/v2`
4
+ (`createOpencodeClient`), not ACP. The host OpenCode driver stays in this
5
+ batch; both cards coexist in the catalog.
6
+
7
+ Facts:
8
+
9
+ - `driverKind` is `opencode`. Existing envelopes are `driver: "opencode"`;
10
+ disk field names are unchanged.
11
+ - Isolation is XDG (`XDG_DATA_HOME` / `XDG_CONFIG_HOME` under the account
12
+ directory). `HOME` is never overridden (macOS keychain lookup lives under
13
+ `$HOME`).
14
+ - Manifest permission is `{ kind: "executor" }`.
15
+ - Card capabilities: `sessionModelSwitch: "in-session"`,
16
+ `runtimeModeSwitch: "next-turn"`, `contextCompaction: "native"`,
17
+ `turnSteering: true`.
18
+ - Auth is inferred from the connected-provider inventory, not a credential
19
+ file. `credentialSources` is empty.
20
+
21
+ Develop with `vp run --filter @ycodium-ai/agent-opencode typecheck`, `build`, and `test`.
22
+
23
+ ## License
24
+
25
+ UNLICENSED.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512"><svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="512" height="512" fill="#131010"></rect><path d="M320 224V352H192V224H320Z" fill="#5A5858"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M384 416H128V96H384V416ZM320 160H192V352H320V160Z" fill="white"></path></svg></svg>