golem icon indicating copy to clipboard operation
golem copied to clipboard

Dynamic or Context-aware CLI Completion

Open khajavi opened this issue 1 month ago • 1 comments

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>.

khajavi avatar Oct 31 '25 10:10 khajavi

Duplicate of https://github.com/golemcloud/golem/issues/1944 but with better description, thanks!

vigoo avatar Nov 01 '25 08:11 vigoo