Skip to content

Releases: lmatosevic/chatgpt-cli

Version 1.11.2

28 Jan 18:50

Choose a tag to compare

  • Updated default model to gpt-5.1 and increased required python version to 3.11.0

Version 1.11.1

28 Jan 11:35

Choose a tag to compare

  • Fixed OpenAI API key resolving using env variable

Version 1.11.0

10 Sep 18:07

Choose a tag to compare

  • 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

16 May 21:01

Choose a tag to compare

  • Pinned requirements versions in setup script

Version 1.10.1

11 Mar 13:58

Choose a tag to compare

  • Improve the system prompt for the gpt-refactor command
  • Update build system to comply with PEP 625

Version 1.10.0

11 Mar 13:17

Choose a tag to compare

  • Added gpt-refactor command for refactoring any number of files using glob search pattern and prompt

Version 1.9.0

24 Jun 10:31

Choose a tag to compare

  • Added support for the image model configuration

Version 1.8.3

24 Oct 12:05

Choose a tag to compare

  • updated readme with CLI examples

Version 1.8.2

26 Jul 08:34

Choose a tag to compare

  • Add slash prefix for quit and reset interactive chat commands

Version 1.8.1

20 Jul 21:51

Choose a tag to compare

  • Updated readme description for handling existing conversation files