yaroslavyaroslav / OpenAI-sublime-text

First class Sublime Text AI assistant with GPT-4o and llama.cpp support!
MIT License
130 stars 11 forks source link

Completion legacy to chatgpt migration #28

Closed yaroslavyaroslav closed 9 months ago

yaroslavyaroslav commented 9 months ago

Well, there's a TON of changes have been made. The whole release note could be found in messages/2.5.0.md

But here's the copy of a Table of content from those release notes.

  • The user selected text capture as an input for a chat request,
  • Selection Panel for Assistants,
  • Settings for multi-assistant,
  • Status bar state of a currently used assistant,
  • Manipulating the content of the main buffer (an editor view) - including appending, replacing, and editing, and passing to general GPT chat - in an instructive manner.

Closes: #19 Closes: #22