github nicobailon/pi-subagents v0.13.4

latest releases: v0.26.0, v0.25.0, v0.24.4...
one month ago

Fixed

  • Intercom orchestration now uses a runtime-only subagent-chat-<id> fallback target for unnamed sessions instead of persisting a generic session title, so pi --resume keeps showing transcript snippets while delegated intercom routing still works.
  • GitHub Actions test workflow now uses actions/checkout@v5 and actions/setup-node@v5, removing Node 20 action-runtime deprecation warnings ahead of the enforced Node 24 transition.
  • Worktree cwd mapping now derives repo-relative prefixes from git rev-parse --show-prefix instead of path.relative(realpath, realpath), fixing Windows 8.3/canonical-path mismatches that could map agentCwd back to the source repo instead of the created worktree.
  • Async background runs now pass the parent process argv[1] through to the detached runner, so Windows child spawning keeps targeting the intended pi CLI entry point instead of accidentally treating the runner's jiti bootstrap script as pi.
  • Intercom detach listeners now guard optional event-bus subscriptions with optional-call semantics, so delegated runs no longer fail when host event buses expose emit without on.
  • Skill discovery no longer depends on runtime imports from @mariozechner/pi-coding-agent; it now resolves skills directly from configured filesystem paths, preventing ERR_MODULE_NOT_FOUND crashes in local/integration test environments.

Don't miss a new pi-subagents release

NewReleases is sending notifications on new releases.