Fixed
- Async subagent execution no longer fails with "jiti not found" on machines without a global
jitiinstall. The jiti resolution now tries three strategies: vanillajiti, the@mariozechner/jitifork, and finally resolves@mariozechner/jitifrom pi's own installation viaprocess.argv[1]. Since pi always ships the fork as a dependency, async mode now works out of the box. - Improved the "jiti not found" error message to explain what's needed and how to fix it.