diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 210b37b8c2..ad9925767d 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -10,7 +10,6 @@ "options": {}, }, }, - // "permission": "ask", "mcp": { "context7": { "type": "remote", diff --git a/AGENTS.md b/AGENTS.md index 7fc710f6de..87d59d4c92 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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` diff --git a/packages/opencode/src/server/server.ts b/packages/opencode/src/server/server.ts index 9d75308c1c..4c6dac415b 100644 --- a/packages/opencode/src/server/server.ts +++ b/packages/opencode/src/server/server.ts @@ -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"