Releases: necarlson97/codex-ai-sublime
Updated Readme
Now that the package has been published in package control for windows and osx, reflect that in the documentation.
Windows Compatibility - Minor Fix
Added back placeholder for api key
Windows Compatibility
Added key bindings for windows, checked compatibility, and fixed some error-handling
Fix Sublime 3 Incompatibility
Rewrites single line of code to allow compatibility with Sublime Text 3
Thanks to @skyhighpn for locating and fixing this bug!
Adds OSX support
Adds support for OSX, 'completions' and 'edits' parameters in the config, switches to http lib for making requests, and fleshes out readme with the new improvements.
Thanks to the kind work of x85446!
Access New 'Edits' Endpoint
Adds a new 'edit' command, highlighting text and providing a specific instruction.
Allows users to have Codex try:
- Adding documentation to written code
- Translating code from one language to another
- Refactoring a method to be faster running, more terse, etc
Whatever you can think of a short 'instruction' for, Codex will try to perform.
Of course, results vary widely, but it is fun to experiment with nonetheless.
Command Palette and License
Added codex to command palette, and added MIT License
Asynchronous API Fetch
Perform API fetch asynchronously, removed superfluous files, minor improvements
Initial Release
v1.0.0 Packaged with new settings