Skip to content

Releases: necarlson97/codex-ai-sublime

Updated Readme

22 Feb 13:37
38e27e6
Compare
Choose a tag to compare

Now that the package has been published in package control for windows and osx, reflect that in the documentation.

Windows Compatibility - Minor Fix

20 Feb 21:46
Compare
Choose a tag to compare

Added back placeholder for api key

Windows Compatibility

20 Feb 21:41
297237b
Compare
Choose a tag to compare

Added key bindings for windows, checked compatibility, and fixed some error-handling

Fix Sublime 3 Incompatibility

20 Feb 16:46
Compare
Choose a tag to compare

Rewrites single line of code to allow compatibility with Sublime Text 3
Thanks to @skyhighpn for locating and fixing this bug!

Adds OSX support

05 Dec 14:44
090c9fa
Compare
Choose a tag to compare

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

02 May 17:44
183e712
Compare
Choose a tag to compare

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

01 Apr 17:53
Compare
Choose a tag to compare

Added codex to command palette, and added MIT License

Asynchronous API Fetch

29 Nov 20:01
Compare
Choose a tag to compare

Perform API fetch asynchronously, removed superfluous files, minor improvements

Initial Release

10 Nov 17:34
Compare
Choose a tag to compare
v1.0.0

Packaged with new settings