feat: Add tool restriction flags for non-interactive mode (#29)

This commit is contained in:
Ed Zynda 2025-05-17 16:23:13 +03:00 committed by GitHub
commit 307982a099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 372 additions and 105 deletions

5
go.mod
View file

@ -34,6 +34,11 @@ require (
github.com/stretchr/testify v1.10.0
)
require (
github.com/charmbracelet/log v0.4.2 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
)
require (
cloud.google.com/go v0.116.0 // indirect
cloud.google.com/go/auth v0.13.0 // indirect