Skip to content

Commit 4f1ef93

Browse files
committed
ignore
1 parent 05eee67 commit 4f1ef93

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

.opencode/opencode.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"options": {},
1111
},
1212
},
13-
// "permission": "ask",
1413
"mcp": {
1514
"context7": {
1615
"type": "remote",

AGENTS.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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`

packages/opencode/src/server/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { LSP } from "../lsp"
2020
import { Format } from "../format"
2121
import { MessageV2 } from "../session/message-v2"
2222
import { TuiRoute } from "./tui"
23-
import { Permission } from "../permission"
2423
import { Instance } from "../project/instance"
2524
import { Vcs } from "../project/vcs"
2625
import { Agent } from "../agent/agent"

0 commit comments

Comments
 (0)