Skip to content

v0.9.4

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 12:49
· 1 commit to main since this release

Patch Changes

  • 96bbcd3: Fix cwd parameter being ignored on process start

    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.