mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-03 14:15:19 +02:00
structure tools the same
- add some tests - fix some tests - change how we handle permissions
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{
|
||||
|
||||
go func() {
|
||||
// Set this up once
|
||||
agent.GetMcpTools(ctx)
|
||||
agent.GetMcpTools(ctx, app.Permissions)
|
||||
for msg := range ch {
|
||||
tui.Send(msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user