| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-09 | Rewrote the argparsing functionality to enable autocompletion via the ↵ | Furkan Sahin | -343/+0 | |
| "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-08 | Fix issue with wrap around caused by escape sequence mishandling in GNU readline | Furkan Sahin | -0/+21 | |
| 2023-05-06 | Add alternative file sources, specify system message | Furkan Sahin | -42/+92 | |
| 2023-05-06 | Add automatic code highlighting | Furkan Sahin | -18/+51 | |
| 2023-05-05 | Allow --load-response-from-file without message | Furkan Sahin | -1/+0 | |
| 2023-05-05 | remove dead code | Furkan Sahin | -15/+0 | |
| 2023-05-05 | Add interactive mode | Furkan Sahin | -30/+101 | |
| 2023-05-05 | Refactor command structure, add validation for interactive sessions | Furkan Sahin | -16/+24 | |
| 2023-05-05 | Add command to list models | Furkan Sahin | -0/+8 | |
| 2023-05-05 | Add stdin as a input source for the inital prompt | Furkan Sahin | -7/+20 | |
| 2023-05-05 | Disable color when redirection occurs. Only save query arguments with ↵ | Furkan Sahin | -26/+39 | |
| save/load API. | ||||
| 2023-05-04 | Add README | Furkan Sahin | -1/+1 | |
| 2023-05-04 | Add packaging info | Furkan Sahin | -0/+142 | |
