mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: fix bugged example (#3068)
This commit is contained in:
parent
f3b5021936
commit
47dfebf277
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree })
|
|||
Plugins can also add custom tools to opencode:
|
||||
|
||||
```ts title=".opencode/plugin/custom-tools.ts"
|
||||
import type { Plugin, tool } from "@opencode-ai/plugin"
|
||||
import { type Plugin, tool } from "@opencode-ai/plugin"
|
||||
|
||||
export const CustomToolsPlugin: Plugin = async (ctx) => {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue