Skip to content

Commit 20b52a0

Browse files
committed
fix
1 parent e580896 commit 20b52a0

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

intercept/responses/streaming.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2929
const (

0 commit comments

Comments
 (0)