Skip to content

v1.5.7

Choose a tag to compare

@github-actions github-actions released this 17 May 20:33
· 15 commits to main since this release

PrimeCode v1.5.7

New

  • OpenAI Responses API support — Provider Manager now offers openai-responses protocol option, enabling compatibility with OpenAI's Responses API format in addition to standard chat completions
  • Smarter tool output preview — when a bash command is running, its streaming output appears after a short delay (500ms) instead of immediately, reducing visual noise for quick commands while still showing progress for long-running ones

Changed

  • Backend connection handling simplified — removed legacy reconnection and health-check logic that was superseded by SSE event bridge
  • Windows paths now consistently normalized (drive letter casing) across ServiceRegistry, Settings, and runtime services
  • Session diff tracking migrated from SnapshotFileDiff to SessionDiffSnapshot with richer metadata

Internal

  • Added structured logging to ChatProvider (session lifecycle events) and Header (status transitions) for easier debugging
  • Test suite updated for new diff snapshot shape and event runtime changes