Skip to content

Agent uses timeout xx command instead of setting the timeout arg on the bash tool #652

@deansheather

Description

@deansheather

This has been a recurring problem for me in many chats on https://github.com/coder/mux-llm-proxy.

In pretty much every chat mux will try to run a command which times out with the default 3s timeout. Then instead of bumping the timeout parameter for the bash tool call, it will just prepend the command with timeout 30 or something similar, which doesn't work.

Image

Maybe we could change the documentation for the bash tool to make it less likely to try this? Or maybe we could detect timeout commands and use that as the timeout?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions