Skip to content

0.115.0-cometix

Choose a tag to compare

@github-actions github-actions released this 27 Mar 18:43
· 3624 commits to main since this release

release: rust-v0.115.0-cometix

New Features

Improvements

  • Preserve background terminals on interrupt and rename cleanup command to /stop. (openai#14602)
  • Move plugin/skill instructions into dev msg and reorder. (openai#14609)
  • Dynamic tool calls: add param exposeToContext. (openai#14501)
  • Make interrupt state not final for multi-agents. (openai#13850)
  • Python SDK generated type foundation. (openai#13953, openai#14646)

Bug Fixes

  • fix: tui freeze when sub-agents are present (openai#14816)
  • fix: sub-agent role when using profiles (openai#14807)
  • fix(core): preserve tool_params for elicitations (openai#14769)
  • fix: fix symlinked writable roots in sandbox policies (openai#14674)
  • fix: sync split sandbox policies for spawned subagents (openai#14650)
  • fix: persist future network host approvals across sessions (openai#14619)
  • Fix turn context reconstruction after backtracking (openai#14616)