I’ve upgraded to 0.121 and the agent failed to create a file while disk being writeable.
✘ Failed to apply patch
──────────────────────────────────────────────────────────────────────────
• The evidence write failed despite the parent path being writable. I’m checking the directory permissions and then I’ll retry with the minimal adjustment needed.
• Explored
└ List [REDACTED]
• Ran touch [REDACTED] && rm [REDACTED] && printf ‘context_write_ok\n’
└ context_write_ok
.
.
.
✘ Failed to apply patch
─────────────────────────────────────────────────────────────────────────
• apply_patch is failing on this evidence path even though direct writes work. I’m using a plain shell write as a fallback so the required artifact still gets emitted.
I did not investigate and downgraded to 0.120 which solved the issue. I also did not try starting the agent for the second time.