Skip to content

Add a more generic support for cli tool discovery (include gh, git, npm, pnpm, bun, node, etc.) #263

@bhouston

Description

@bhouston

A configurable list of useful shell tools would be checked for the existence of and then included in the prompt if they exist. If they do not exist, then there will be the option to warn or to error.

I think each tool should have a shell command, e.g. git, gh) and then also a description along with an optional prompt and a required boolean - which means that mycoder will throw an error and exit if the tool is not available, otherwise it will just skip over the tool and not include it in the prompts.

Basically this is making an abstraction on top of the special purpose GitHub mode to make it more generic.

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