ChatGPT CLI v1.3.0
Release Notes
New Features
-
Per Thread Contexts: In this release, we're introducing per-thread contexts for the ChatGPT CLI. Now, each thread can maintain its own unique context, providing an experience similar to the one users are familiar with on the OpenAI website. This makes it even easier to manage multiple chat sequences or use cases at the same time.
You can specify a thread by setting the
thread
option in your configuration or by using the--thread
flag. If no thread is specified, the application defaults to using the thread nameddefault
. -
Clear History Flag: Want to start a new conversation in the same thread without the baggage of previous interactions? The
--clear-history
flag allows you to easily clear the history of a specific thread.
Improvements
-
Improved Configuration Section: Our README now includes a detailed table explaining each configuration option, its default value, and how to override it.
-
Enhanced README: We have made several updates to our README to provide clearer instructions and more comprehensive information about the application's features.
Bug Fixes
- A number of minor bug fixes and performance improvements.
Remember to check the updated README for more detailed information about these new features and improvements. As always, we welcome your feedback and suggestions for future releases. Enjoy chatting with GPT-3!
How to Update
Using Homebrew (macOS)
brew upgrade chatgpt-cli
Direct Download
For a quick and easy installation without compiling, you can directly download the pre-built binary for your operating
system and architecture.