Context
Version: VibeProxy 1.8.142
Authenticated providers: Anthropic, OpenAI
Followed the Amp code setup.
Description
The following tools are failing:
Which fail with not allowed for smart mode. I don't think the error is correct here. What shows up from the amp logs is the following:
{"@timestamp":"2026-05-07T08:12:52.159Z","level":"WARN","message":"1 tool(s) failed in batch","logger":"","name":"executeToolBatchesSequentially","threadID":"T-019e0178-f046-7048-9ef0-7d9f6fcabf3a","errors":[{"name":"Error","message":"tool \"bash\" is not allowed for smart mode","stack":"Error: tool \"bash\" is not allowed for smart mode\n at <anonymous> (/$bunfs/root/amp-darwin-arm64:46:4425)\n at new oqT (/$bunfs/root/amp-darwin-arm64:10:11339)\n at subscribe (/$bunfs/root/amp-darwin-arm64:5234:51736)\n at <anonymous> (/$bunfs/root/amp-darwin-arm64:10:15789)\n at new oqT (/$bunfs/root/amp-darwin-arm64:10:11339)\n at subscribe (/$bunfs/root/amp-darwin-arm64:5234:51736)\n at <anonymous> (/$bunfs/root/amp-darwin-arm64:10:16087)\n at new oqT (/$bunfs/root/amp-darwin-arm64:10:11339)\n at subscribe (/$bunfs/root/amp-darwin-arm64:5234:51736)\n at invokeTool (/$bunfs/root/amp-darwin-arm64:1456:15655)"}],"pid":58863}
This is interesting because the tool calls (like bash in this case) are lowercased, which is not how they're supposed to be invoked from what I can tell.
Context
Version: VibeProxy 1.8.142
Authenticated providers: Anthropic, OpenAI
Followed the Amp code setup.
Description
The following tools are failing:
Which fail with
not allowed for smart mode. I don't think the error is correct here. What shows up from the amp logs is the following:This is interesting because the tool calls (like
bashin this case) are lowercased, which is not how they're supposed to be invoked from what I can tell.