You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the Executor's behavior when requesting continuation from ChatGPT. It now specifies the last received line and instructs ChatGPT not to resend previously received content.
Enhanced the management of the initial prompt by moving it to the server side. This reduces dependency on the plugin protocol and ensures ongoing compatibility between different versions. To enable this functionality, a new config parameter has been added on the plugin side. When new communication is detected, the plugin can now send a command to the server using the "_START_NEW" protocol-independent command.