What’s Changed
* Pull Request - Manager (1) jpal91
:rocket: Features
- Adds `ChatManager` class and `chat-manager` alias to manage instances of `ChatGPT`
- `chat-manager` is meant to replace prior direct usage of utilizing the `ChatGPT` python class directly
- Direct usage of `ChatGPT` will not be deprecated, yet, but the plan is to have `chat-manager` be the defacto usage of this package
- `chat-manager` is also getting passed to the global ctx for debugging purposes for now as `chat_manager`, but will later be deprecated
- The one-off alias `chatgpt` is also available, but will be deprecated in later versions
:wrench: Fixes & Refactoring
- Minor changes made to `ChatGPT` to work with new `ChatManager` class
:pencil: Documentation
- Added [old usage](/docs/old_usage.md) docs to show lower level interaction with `ChatGPT` from v0.1.2 and back
- Added [events](/docs/events.md) to explain new `ChatManager` events
- Updated README
:busts_in_silhouette: List of contributors
jpal91
**Full Changelog**: https://github.com/jpal91/xontrib-chatgpt/compare/v0.1.2...v0.1.3