huangyz0918 / termax

Termax: an open-sourced implementation of Github Copilot CLI, with command suggestion, explanation, and power by LLMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POC: group command and optimize

huangyz0918 opened this issue · comments

After command intent detection, we know what kind of operations the user wants to do, and then we can further fetch related information (e.g., git-related information, docker manual, etc).