Skip to content

v1.0.5

Latest

Choose a tag to compare

@ben-vargas ben-vargas released this 17 Jan 19:36
f781c62

Fixed

  • Windows command line limit and special character escaping: Fix bug where long prompts or prompts containing special characters (Chinese text, newlines, backticks, template literals) would fail on Windows due to command line length limits (~8191 chars) and shell escaping issues. Prompts are now passed via stdin instead of command line arguments. (#22)

Changed

  • Update @openai/codex optional dependency from ^0.77.0 to ^0.87.0

Full Changelog: v1.0.4...v1.0.5