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
Automatically instructs the chat server to not use unicode characters the Amiga cannot display such as emoji since these characters display in AmigaGPT as question marks
All config options are now immediately saved to disk
Added NEWCHAT and PROFILE=PR options for AskGPT
ARexx say.rexx now supports different profiles and voices
The returned chat response string in ARexx will no longer contain unnecessary characters such as escape backslashes and escaped markdown characters
Removed the maximum size limit for conversations. Chat max length is now only determined by available memory and the model's context window
Greatly improved performance and memory usage when sending chat messages in the Responses API
Fix bug where conversation titles were getting displayed in the incorrect encoding
Fix bug where the app would get stuck after sending a few messages to Gemini
Fix bug where say.rexx did not ask you what you want to say
Fix bug where the first paragraph in every response is always black even if you have custom colours set
Fix bug where a missing or incorrect API key could cause the app to enter an infinite loop of displaying an error and retrying
Correctly handle reponses that contain JSON in the response header such as those received from Cloudfare