This commit is contained in:
Dax Raad
2026-01-01 20:42:06 -05:00
parent 05eee679a3
commit 4f1ef93910
3 changed files with 2 additions and 11 deletions

View File

@@ -10,7 +10,6 @@
"options": {},
},
},
// "permission": "ask",
"mcp": {
"context7": {
"type": "remote",

View File

@@ -1,11 +1,4 @@
## Debugging
- To test opencode in the `packages/opencode` directory you can run `bun dev`
## SDK
To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts
## Tool Calling
- To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
- the default branch in this repo is `dev`

View File

@@ -20,7 +20,6 @@ import { LSP } from "../lsp"
import { Format } from "../format"
import { MessageV2 } from "../session/message-v2"
import { TuiRoute } from "./tui"
import { Permission } from "../permission"
import { Instance } from "../project/instance"
import { Vcs } from "../project/vcs"
import { Agent } from "../agent/agent"