Skip to content

Commit 44e3719

Browse files
chore: update llm config
1 parent fc5846b commit 44e3719

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

opencode.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"fd *": "allow",
1717
"find *": "allow",
1818
"git add *": "allow",
19+
"git checkout *": "ask",
1920
"git commit *": "allow",
2021
"git diff *": "allow",
2122
"git log *": "allow",
@@ -25,6 +26,7 @@
2526
"git reset --hard*": "ask",
2627
"git show *": "allow",
2728
"git status *": "allow",
29+
"git switch *": "ask",
2830
"grep *": "allow",
2931
"head *": "allow",
3032
"jq *": "allow",

0 commit comments

Comments
 (0)