Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add slash command and editing with an arbitrary editor | flu0r1ne | 2023-05-11 | 1 | -2/+9 |
| | |||||
* | Rewrote the argparsing functionality to enable autocompletion via the ↵ | flu0r1ne | 2023-05-09 | 1 | -165/+35 |
| | | | | | | | | | | | | | | "kislyuk/argcomplete" package. This essentially means: - `argparsing.py` does a minimal amount of work to initialize the arg parser. Then it attempts dynamic completion. - `argvalidation.py` processes the raw arguments parsed in `argparsing.py`, validates them, issues warnings (if required), and splits them into logical groupings - Commands in `gcli.py` have been moved to `cmd.py` - `main.py` provides an initial control path to call these functions in succession | ||||
* | lessen context | flu0r1ne | 2023-05-06 | 1 | -2/+2 |
| | |||||
* | Correct prefix | flu0r1ne | 2023-05-06 | 1 | -19/+20 |
| | |||||
* | Add alternative file sources, specify system message | flu0r1ne | 2023-05-06 | 1 | -4/+48 |
| | |||||
* | Allow --load-response-from-file without message | flu0r1ne | 2023-05-05 | 1 | -1/+3 |
| | |||||
* | Add interactive mode | flu0r1ne | 2023-05-05 | 1 | -3/+2 |
| | |||||
* | Refactor command structure, add validation for interactive sessions | flu0r1ne | 2023-05-05 | 1 | -4/+27 |
| | |||||
* | Add command to list models | flu0r1ne | 2023-05-05 | 1 | -2/+10 |
| | |||||
* | Add stdin as a input source for the inital prompt | flu0r1ne | 2023-05-05 | 1 | -10/+21 |
| | |||||
* | Disable color when redirection occurs. Only save query arguments with ↵ | flu0r1ne | 2023-05-05 | 1 | -4/+69 |
| | | | | save/load API. | ||||
* | Add packaging info | flu0r1ne | 2023-05-04 | 1 | -0/+193 |