aboutsummaryrefslogtreecommitdiff
path: root/src/gpt_chat_cli/gcli.py
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote the argparsing functionality to enable autocompletion via the ↵flu0r1ne2023-05-091-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
* Fix issue with wrap around caused by escape sequence mishandling in GNU readlineflu0r1ne2023-05-081-0/+21
|
* Add alternative file sources, specify system messageflu0r1ne2023-05-061-42/+92
|
* Add automatic code highlightingflu0r1ne2023-05-061-18/+51
|
* Allow --load-response-from-file without messageflu0r1ne2023-05-051-1/+0
|
* remove dead codeflu0r1ne2023-05-051-15/+0
|
* Add interactive modeflu0r1ne2023-05-051-30/+101
|
* Refactor command structure, add validation for interactive sessionsflu0r1ne2023-05-051-16/+24
|
* Add command to list modelsflu0r1ne2023-05-051-0/+8
|
* Add stdin as a input source for the inital promptflu0r1ne2023-05-051-7/+20
|
* Disable color when redirection occurs. Only save query arguments with ↵flu0r1ne2023-05-051-26/+39
| | | | save/load API.
* Add READMEflu0r1ne2023-05-041-1/+1
|
* Add packaging infoflu0r1ne2023-05-041-0/+142