# pi-processes: Fix cwd parameter being ignored on process start

release · 2026-06-02 · #pi-processes · v0.9.4

The process tool always used the session working directory (`ctx.cwd`) when spawning processes, ignoring the `cwd` parameter passed by the LLM. This caused commands with relative paths to fail when a different working directory was specified.

- [github](https://github.com/aliou/pi-processes/releases/tag/v0.9.4)
- [npm](https://www.npmjs.com/package/@aliou/pi-processes/v/0.9.4)
