Ox now has an AI plug-in, allowing you to generate code and advice from within your file.
It will understand the context of the rest of your file, and make your files into an AI playground.
Find documentation on how to use the AI plugin here: https://github.com/curlpipe/ox/wiki/Plugins#ai
Also - windows binaries are back (they required some slight modification to work properly, but all should be good now)
Full list of changes:
Added ➕
- AI plug-in that can provide code and advice from within your files
- A run keyboard shortcut (ctrl+f5 by default) that compiles and runs your file (showing output in a terminal split)
Fixed 🔧
- Now compiles under windows correctly
- Attempted to fix syntax refresh issues in certain circumstances
- Terminals now handle ANSI codes much much better
- Attempted to fix paste issues on certain terminals and systems
- Fixed issues with Ox not refreshing in certain circumstances