ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

A ChatGPT C# client for MacOS, Windows, Linux, Android, iOS and Browser. Powered by Avalonia UI framework.

Results 8 ChatGPT issues
Sort by recently updated
recently updated
newest added

When there are a lot of prompts/directions stored, it can be difficult to find the one you're looking for. A search engine would be helpful. Search across the "Act" and...

enhancement

Is it possible to automate the release of fresh builds for new versions? Beta 21 is July 2023, and Jan 2024 there is a Beta 22

When you select code inside a codeblock, the whole scrollviewer jumps and it's extremely annoying. Can be seen [here](https://github.com/whistyun/Markdown.Avalonia/issues/109) This is a simple way to fix that.

size/M

Example: ChatGpt.app -> Contents Info.plist MacOS -> All the files from release (ChatGPT.UI.Desktop, *.dylib, System.Native.a ) Resources -> Clippy.icns Example Info.plist CFBundleDevelopmentRegion English CFBundleExecutable ChatGPT.UI.Desktop CFBundleIconFile Clippy.icns CFBundleIdentifier com.yourcompany.ChatGPT CFBundleName...

Looks good on Chrome but on Safari some how the App does not load and stays at the splash screen: ![image](https://github.com/wieslawsoltes/ChatGPT/assets/464256/458c7be9-cffd-4ac3-9872-4d9b5fae24e2)

``` ╰─λ dotnet run System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.ObjectModel.Collection`1.System.Collections.IList.get_Item(Int32 index) at...

The (Ask me anything) textbox in Android does not work well when trying to delete the last character (e.g. it unexpectedly deletes the fourth char instead of the last one...