| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-11 | Add slash command and editing with an arbitrary editor | Furkan Sahin | -2/+9 | |
| 2023-05-09 | Rewrote the argparsing functionality to enable autocompletion via the ↵ | Furkan Sahin | -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 | ||||
| 2023-05-06 | lessen context | Furkan Sahin | -2/+2 | |
| 2023-05-06 | Correct prefix | Furkan Sahin | -19/+20 | |
| 2023-05-06 | Add alternative file sources, specify system message | Furkan Sahin | -4/+48 | |
| 2023-05-05 | Allow --load-response-from-file without message | Furkan Sahin | -1/+3 | |
| 2023-05-05 | Add interactive mode | Furkan Sahin | -3/+2 | |
| 2023-05-05 | Refactor command structure, add validation for interactive sessions | Furkan Sahin | -4/+27 | |
| 2023-05-05 | Add command to list models | Furkan Sahin | -2/+10 | |
| 2023-05-05 | Add stdin as a input source for the inital prompt | Furkan Sahin | -10/+21 | |
| 2023-05-05 | Disable color when redirection occurs. Only save query arguments with ↵ | Furkan Sahin | -4/+69 | |
| save/load API. | ||||
| 2023-05-04 | Add packaging info | Furkan Sahin | -0/+193 | |
