Packages
@agentworkforce/persona-kit@4.1.15(tag:persona-kit-v4.1.15)@agentworkforce/runtime@4.1.15(tag:runtime-v4.1.15)@agentworkforce/delivery@4.1.15(tag:delivery-v4.1.15)@agentworkforce/workload-router@4.1.15(tag:workload-router-v4.1.15)@agentworkforce/deploy@4.1.15(tag:deploy-v4.1.15)@agentworkforce/mcp-workforce@4.1.15(tag:mcp-workforce-v4.1.15)@agentworkforce/daytona-runner@4.1.15(tag:daytona-runner-v4.1.15)@agentworkforce/cli@4.1.15(tag:cli-v4.1.15)agentworkforce@4.1.15(tag:agentworkforce-v4.1.15)
Release Notes
Added
@agentworkforce/cli: warm fast path foragent <persona>. Repeat
launches of the same persona in the same repo reuse the previous session's
sandbox mount plus a digest-validated launch plan, spawning the harness in
tens of milliseconds; the mount reconciles with the repo in the background
while the harness boots. Any change to the persona, its source dirs,
skills, dotfiles, or relevant environment falls back to the full launch.
Disable withAGENTWORKFORCE_NO_FAST=1. Launch-phase timings are printable
withAGENTWORKFORCE_PERF=1.
Changed
@agentworkforce/cli: cold launches are an order of magnitude faster.
Sandbox mounts populate fromgit ls-files(@relayfile/local-mount
population: 'auto'), so gitignored trees never get mirrored or rescanned;
autosync starts from population-seeded state instead of re-reading every
file pair; the skill-cache mirror no longer copies the install-time npm
cache into the mount; and cloud subcommand handlers load lazily off the
launch path. In the relay repo, launch-to-harness went from ~26s to ~2.5s
cold and ~20ms warm, and session teardown from ~11s to under 1s.@agentworkforce/cli: requires@relayfile/local-mount^0.10.23
(git-list population,attachMount, exported autosync state, and the
external-teardown safety guard).
Package Changelogs
@agentworkforce/persona-kit
Fixed
- Harden the warm fast path per review
Dependencies
- Consume published @relayfile/local-mount 0.10.23
@agentworkforce/cli
Added
- Warm fast path spawns the harness in ~20ms; 10x faster cold launches
Fixed
- Split PATH on the platform delimiter in resolveBinOnPath
- Harden the warm fast path per review
- Resolve fast-session exit even when the child exits during module load
Dependencies
- Consume published @relayfile/local-mount 0.10.23