chore(deps): update pi-subagents to 0.64.0 - #205
Open
patchmill-release-please-bot[bot] wants to merge 1 commit into
Open
chore(deps): update pi-subagents to 0.64.0#205patchmill-release-please-bot[bot] wants to merge 1 commit into
patchmill-release-please-bot[bot] wants to merge 1 commit into
Conversation
patchmill-release-please-bot
Bot
force-pushed
the
automation/pi-subagents-upgrade
branch
from
September 2, 2026 07:29
a3ce68e to
609ea4e
Compare
patchmill-release-please-bot
Bot
force-pushed
the
automation/pi-subagents-upgrade
branch
from
September 3, 2026 07:27
609ea4e to
22372a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pi-subagents dependency upgrade
Updates
pi-subagentsfrom0.61.0to0.64.0.Release notes
v0.62.0
Pi subagents 0.62.0 makes delegated work safer and more predictable. Child agents can now provide completion evidence in a cleaner shape, and agent configs can keep specific tools out of reach. Scheduled work can stay tied to the session that created it, which helps avoid surprising cross-session runs. This release also tightens async recovery and Windows child launches, especially around forked runs and missing Pi CLI resolution.
Highlights
Full changelog
Highlights
Added
outputSchemainclude required acceptance evidence in the samestructured_outputcall withacceptance.report: "on";acceptance.report: "off"keeps fenced acceptance reports. Thanks @mapleluvr for #1770.excludeToolsdeny-lists that compose with Pi's ambient or explicit child tool selection. Thanks @expoli for #1776.Fixed
cwdwhen they start or resume. Thanks @stekman08 for #1785.PI_SUBAGENT_PI_BINARYoverrides with Node. Thanks @caohuipeng for #1768.v0.63.0
pi-subagents 0.63.0 makes larger delegated workflows easier to follow and easier to keep isolated. Workflow progress is now clearer in status, Fleet, and live widgets, so you can see what is happening without expanding every child. Worktrunk users get managed worktrees automatically while native Git remains available as a fallback. This release also tightens several async and read-only edge cases so background work cleans up and reports results more reliably.
Highlights
Full changelog
Highlights
Added
Changed
Fixed
PI_CODING_AGENT_DIR. Thanks to @mapleluvr for #1809.subagents.agentOverrides.<name>replace matching custom-agent frontmatter fields, consistently with builtin agents. Thanks to @expoli for #1796.v0.64.0
This release makes watchdogs more useful before and during delegated work. They can now stop risky child launches up front, review diffs with a safer read-only tool, and reuse standing project guidance from
WATCHDOG.md. Watchdog findings are also easier to notice because they show up in parent results, completion notices, acceptance evidence, and Fleet. Workflow status and async result reporting are less noisy and more accurate, especially around preflight checks, thinking metadata, and idle attention.Highlights
WATCHDOG.mdinstructions, and configurable child review cadence.Need to know
autoFollowwatchdog configautoFollowis removed. Pi 0.84+ already continues after displayed boundary warnings, and repeated identical warnings stop aftersubagents.watchdog.stalemateRepeats.Full changelog
Highlights
WATCHDOG.mdinstructions, and configurable child review cadence.Added
subagents.watchdog.rules, with per-role model allow and deny globs that warn or block before a child starts.watchdog_difftool for session-start diffs, untracked paths, path narrowing, and stat summaries.children.cadenceandchildren.overrides.<agent>.cadence.wd:<n>chips.WATCHDOG.mdfiles.Changed
delivery,showDuringRun,syncBacklog,lateWarningPolicy,compactAtPercent,reviewRetryDelayMs,maxReviewFailures,asyncCompletion, andguidance.systemPromptPath.subagents.watchdog.stalemateRepeats. TheautoFollowsettings block is now unknown.Fixed
Changed files
package.jsonpackage-lock.jsonnpm-shrinkwrap.jsonnix/package.nixValidation
node --test src/pi/pi-subagents-dependency-contract.test.tsbun scripts/verify-pi-subagents-bun-workflow.mjsnpm testnode scripts/smoke-packed-artifact.mjsnpm run lintscripts/update-npm-deps-hash.shnix build .#patchmill --print-build-logs(cd result/share/patchmill && node --test --test-name-pattern='pi loads the resolved pi-subagents extension package without model execution' src/pi/pi-subagents-dependency-contract.test.ts)nix flake check --accept-flake-config --print-build-logsThis pull request is review-gated and does not auto-merge or publish.