Skip to content

1.5.0

Choose a tag to compare

@bQvle bQvle released this 21 Feb 01:32
5aebef2

πŸš€ 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.