summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-08 19:15:23 +0200
committerKujtim Hoxha <[email protected]>2025-04-08 19:15:23 +0200
commit94923948e1a1525988bf13025a10cc9226652684 (patch)
tree91d6b5b78b6af47a7272e92b54386eee42f21e50 /cmd
parent5acf0cba6040aaf90acb5dcacd3e4127d6833ac5 (diff)
downloadopencode-94923948e1a1525988bf13025a10cc9226652684.tar.gz
opencode-94923948e1a1525988bf13025a10cc9226652684.zip
structure tools the same
- add some tests - fix some tests - change how we handle permissions
Diffstat (limited to 'cmd')
-rw-r--r--cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 3ed809328..c4e99985a 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -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)
}