diff options
| author | Kit Langton <[email protected]> | 2026-04-10 23:50:50 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-10 23:50:50 -0400 |
| commit | d84cc337428d3825caba14f97ec463c7781b5c77 (patch) | |
| tree | 477b354a5b5179ece35c8b6e6e203825a3f8f3ff /packages/plugin/package.json | |
| parent | c92c462148a48a9e9496735f7754a69e4a695b31 (diff) | |
| download | opencode-d84cc337428d3825caba14f97ec463c7781b5c77.tar.gz opencode-d84cc337428d3825caba14f97ec463c7781b5c77.zip | |
refactor(plugin): return Effect from ToolContext.ask (#21986)
Diffstat (limited to 'packages/plugin/package.json')
| -rw-r--r-- | packages/plugin/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json index ced1523da..ba4735371 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -18,6 +18,7 @@ ], "dependencies": { "@opencode-ai/sdk": "workspace:*", + "effect": "catalog:", "zod": "catalog:" }, "peerDependencies": { |
