Skip to content

ChatGPT CLI v1.7.4

Compare
Choose a tag to compare
@kardolus kardolus released this 16 Oct 17:38
· 71 commits to main since this release

New Features

  • Conversation History Command (--show-history): Introduced a new command-line flag to display human-readable conversation history for the specified thread or the default thread if no argument is provided.

Improvements

  • Error Handling in Tests: Enhanced error output in integration tests to improve debugging efficiency by printing detailed error messages.

Bug Fixes

  • Minor Typographical Error in README: Corrected a typographical error in the README.md to improve documentation clarity.

Other Changes

  • Makefile Cleanup: Removed the run_test target and its script to streamline the build process.
  • Test Refactoring: Updated test assertions in configmanager_test.go to use Gomega Expect for better readability and reliability.
  • Addition of Test Mocks: Added new mock generation for testing history functionalities to enhance test coverage and reliability.

Upgrade Notes

To upgrade to version v1.7.4, you can use one of the following methods:

  • Homebrew Upgrade: Run brew upgrade chatgpt-cli if you have installed the application via Homebrew.
  • Direct Download: Alternatively, you can download the latest binaries for your specific operating system from the releases page on our GitHub repository.

Ensure your development environment is consistent and up-to-date by following these recommendations.