Skip to content

roboport@0.9.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:30
· 3 commits to main since this release
94a81ed

Patch Changes

  • #81 e2616b2 Thanks @Destiner! - Resolve claudeCode file-tool paths against the session cwd. Read, Edit, and Write passed file_path straight to the filesystem, so a relative path resolved against process.cwd() and escaped the directory the session was scoped to — the pi harness already resolved against ctx.cwd. Their schemas demanded absolute paths, which masked the bug with models that reliably send them; models that send ./note.txt wrote to the wrong directory. Absolute paths are unaffected.