feat: Add tool restriction flags for non-interactive mode (#29)
This commit is contained in:
parent
ba416e787b
commit
307982a099
7 changed files with 372 additions and 105 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue