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
Added anthropic-xml as a valid compat.toolCallFormat in custom models.json provider and model definitions.
Changed
Hardened the GPT-5.6 prompt preset's stop contract to Hephaestus parity: the intent line now declares a binding per-turn stop condition, and the Stop Rules section became a Stop Goal that makes stopping mandatory and immediate once every done-condition holds.
Fixed
Preserved Anthropic server-side web search encrypted_content during same-model replay so follow-up turns no longer fail after native web searches (#208).
Preserved final output from fast-exiting persistent-terminal commands by draining native PTY readers before exit and subscribing before session startup (#207).