You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
π New Features
OpenAI Adapter β Full support for OpenAI's Responses API including web search, reasoning, file management, and code interpreter tools.
Interactive Terminal Input β Terminal commands that prompt for input (passwords, confirmations, read prompts) now work correctly β the AI's end-of-command marker no longer interferes.
β‘ Improvements
Terminal Rendering β Progress indicators that update in-place (like dotnet publish) now render correctly instead of stacking new lines.
Temperature Disabled Option β Set temperature to -1 to skip sending it to the model entirely. Fixes errors with models like Codex that don't support the parameter.
"Search Complete" State β Web search tool now shows a clear completed state in the UI.
π Bug Fixes
Fixed non-zero exit codes from terminal commands being incorrectly treated as success.
Fixed a stray newline being consumed by the next interactive prompt after running a command.