Releases: lmatosevic/chatgpt-cli
Releases · lmatosevic/chatgpt-cli
Version 1.11.2
- Updated default model to gpt-5.1 and increased required python version to 3.11.0
Version 1.11.1
- Fixed OpenAI API key resolving using env variable
Version 1.11.0
- Switched to the OpenAI Responses API endpoints instead of the ChatCompletion API
- Added support for providing input images when generating new image using gpt-img command
Version 1.10.2
- Pinned requirements versions in setup script
Version 1.10.1
- Improve the system prompt for the gpt-refactor command
- Update build system to comply with PEP 625
Version 1.10.0
- Added gpt-refactor command for refactoring any number of files using glob search pattern and prompt
Version 1.9.0
- Added support for the image model configuration
Version 1.8.3
- updated readme with CLI examples
Version 1.8.2
- Add slash prefix for quit and reset interactive chat commands
Version 1.8.1
- Updated readme description for handling existing conversation files