You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.