Dax Raad 1 kuukausi sitten
vanhempi
sitoutus
4f1ef93910
3 muutettua tiedostoa jossa 2 lisäystä ja 11 poistoa
  1. 0 1
      .opencode/opencode.jsonc
  2. 2 9
      AGENTS.md
  3. 0 1
      packages/opencode/src/server/server.ts

+ 0 - 1
.opencode/opencode.jsonc

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

+ 2 - 9
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`

+ 0 - 1
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"