·
3 commits
to main
since this release
Patch Changes
- #81
e2616b2Thanks @Destiner! - ResolveclaudeCodefile-tool paths against the sessioncwd.Read,Edit, andWritepassedfile_pathstraight to the filesystem, so a relative path resolved againstprocess.cwd()and escaped the directory the session was scoped to — thepiharness already resolved againstctx.cwd. Their schemas demanded absolute paths, which masked the bug with models that reliably send them; models that send./note.txtwrote to the wrong directory. Absolute paths are unaffected.