summaryrefslogtreecommitdiffhomepage
path: root/.opencode
diff options
context:
space:
mode:
authorDax <[email protected]>2026-01-01 17:54:11 -0500
committerGitHub <[email protected]>2026-01-01 17:54:11 -0500
commit351ddeed914d237138fc6f3f8b3d65d2e559357a (patch)
treea3009b5b42e80b50095835152e334596f843f3cb /.opencode
parentdccb8875ad0e114242fce3dabc7f7e31c1bac29b (diff)
downloadopencode-351ddeed914d237138fc6f3f8b3d65d2e559357a.tar.gz
opencode-351ddeed914d237138fc6f3f8b3d65d2e559357a.zip
Permission rework (#6319)
Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]>
Diffstat (limited to '.opencode')
-rw-r--r--.opencode/agent/git-committer.md10
-rw-r--r--.opencode/opencode.jsonc8
2 files changed, 7 insertions, 11 deletions
diff --git a/.opencode/agent/git-committer.md b/.opencode/agent/git-committer.md
deleted file mode 100644
index 49c3e3de1..000000000
--- a/.opencode/agent/git-committer.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-description: Use this agent when you are asked to commit and push code changes to a git repository.
-mode: subagent
----
-
-You commit and push to git
-
-Commit messages should be brief since they are used to generate release notes.
-
-Messages should say WHY the change was made and not WHAT was changed.
diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc
index cbcbb0c65..f547e874d 100644
--- a/.opencode/opencode.jsonc
+++ b/.opencode/opencode.jsonc
@@ -10,7 +10,13 @@
"options": {},
},
},
- "mcp": {},
+ "permission": "ask",
+ "mcp": {
+ "context7": {
+ "type": "remote",
+ "url": "https://mcp.context7.com/mcp",
+ },
+ },
"tools": {
"github-triage": false,
},