Skip to content

v0.0.4

Choose a tag to compare

@hetpatel-11 hetpatel-11 released this 10 Aug 03:07
· 73 commits to main since this release

What's new

  • Real image and PDF attachments carry over across a resume/hop, for every supported agent (Claude Code, Codex, OpenCode, Pi, Grok Build) -- verified as an exact byte-for-byte round trip against real generated sessions, not just schema reading.
  • Native structured tool calls -- shell commands, file edits, MCP calls now write as real tool_use/function_call/toolCall/ToolPart-style entries in the target agent's own format, the same shape that agent's own client produces for a call it made itself, instead of being flattened into plain text.
  • Context-overflow safety fix -- a long session's full tool-call I/O can be large enough that the target agent's own context window can't load it on resume. Conversion now keeps the most recent slice that fits instead of silently handing over something unusable.

Full changelog: v0.0.3...v0.0.4