File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(gh issue:*)" ,
5+ " mcp__plugin_everything-claude-code_github__get_issue" ,
6+ " Bash(grep -E \"\\\\ .go$\" )" ,
7+ " mcp__plugin_everything-claude-code_github__create_issue" ,
8+ " Bash(brew list:*)" ,
9+ " Read(//opt/homebrew/bin/**)" ,
10+ " Read(//usr/local/bin/**)" ,
11+ " Bash(go build:*)" ,
12+ " Bash(go test:*)" ,
13+ " Bash(echo:*)" ,
14+ " Bash(git checkout:*)" ,
15+ " Bash(git restore:*)" ,
16+ " Bash(git add:*)" ,
17+ " Bash(git commit:*)" ,
18+ " Bash(git push:*)" ,
19+ " mcp__plugin_everything-claude-code_github__create_pull_request"
20+ ]
21+ }
22+ }
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
2222 "github.com/coder/aibridge/intercept/eventstream"
2323 "github.com/coder/aibridge/mcp"
2424 "github.com/coder/aibridge/recorder"
25- "github.com/coder/quartz"
2625 "github.com/coder/aibridge/tracing"
26+ "github.com/coder/quartz"
2727)
2828
2929const (
You can’t perform that action at this time.
0 commit comments