File tree Expand file tree Collapse file tree
packages/opencode/src/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "options" : {},
1111 },
1212 },
13- // "permission": "ask",
1413 "mcp" : {
1514 "context7" : {
1615 "type" : " remote" ,
Original file line number Diff line number Diff line change 1- ## Debugging
2-
31- To test opencode in the ` packages/opencode ` directory you can run ` bun dev `
4-
5- ## SDK
6-
7- To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts
8-
9- ## Tool Calling
10-
2+ - To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts
113- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
4+ - the default branch in this repo is ` dev `
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import { LSP } from "../lsp"
2020import { Format } from "../format"
2121import { MessageV2 } from "../session/message-v2"
2222import { TuiRoute } from "./tui"
23- import { Permission } from "../permission"
2423import { Instance } from "../project/instance"
2524import { Vcs } from "../project/vcs"
2625import { Agent } from "../agent/agent"
You can’t perform that action at this time.
0 commit comments