Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 1.07 KB

Change Log

All notable changes to the "codex" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

Release Notes

  • Initial Release of the exten

Release: 1.0.0

{
    // Specification for extension
    "model_used": "davinci-codex",
    
    // Tokens generated by AI per exection
    // (Can be changed through settings)
    "token_generation": 128,
    
}

Release: 1.01

  • README improvements, changelog added

Release: 1.10

  • Some known issues added, improved key verification

Release 1.20

  • How to added in the README.

Release 1.21

  • API verification gets stuck, due to the error while certificate verification, temporarily resolved.

Release 1.23

{
    // Specification for extension
    "model_used": "davinci-codex",

    // Tokens generated by AI per exection
    // (Can be changed through settings)
    "token_generation": 128,
    "bug fixes": "extension.ts",
    "fixes": "Resolved the certificate verification isssue"
    
}