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/codexoptional dependency from^0.77.0to^0.87.0
Full Changelog: v1.0.4...v1.0.5