golem
golem copied to clipboard
Dynamic or Context-aware CLI Completion
Golem CLI already has a fuzzy match, which introduces a better experience when working with it. However, I would like to have something like this, which helps users avoid having to remember and write their proper agent ID, etc.
golem agent get <Tab>
It makes a quick API call to the server and retrieves a list of agents, returning those IDs as suggestions. It can apply to any other command line arguments that require an option that is not fixed, e.g., golem agent update <Tab>.
Duplicate of https://github.com/golemcloud/golem/issues/1944 but with better description, thanks!