internal/config/config.go 🔗
@@ -428,6 +428,7 @@ func (c *Config) SetProviderAPIKey(providerID, apiKey string) error {
func allToolNames() []string {
return []string{
+ "agent",
"bash",
"download",
"edit",
tauraamui created
internal/config/config.go | 1 +
1 file changed, 1 insertion(+)
@@ -428,6 +428,7 @@ func (c *Config) SetProviderAPIKey(providerID, apiKey string) error {
func allToolNames() []string {
return []string{
+ "agent",
"bash",
"download",
"edit",