pi-interactive-shell 0.16.1 restores OpenAI compatibility for users affected after installing 0.16.0. Requests now pass schema validation again, so the extension no longer prevents OpenAI and Codex sessions from starting. Existing input validation and behavior remain unchanged, making this a drop-in patch update.
Highlights
- OpenAI and Codex requests work again with
interactive_shellinstalled. - Installing the extension no longer causes whole requests to fail during schema validation.
- Semantic monitor action safeguards continue to enforce the same input rules.
Full changelog
Fixed
- OpenAI requests no longer fail when
interactive_shellis installed. The tool schema now avoids unsupported regex lookaround while preserving input validation. Thanks to @rainysteven1 for #69.