This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

v0.3.0
7a958c82 Oleksii Topolianskyi

v0.3.0 — Native subagents

Replaces the @tintinweb/pi-subagents peer dependency with an in-tree
subagent module built on PI's public createAgentSession SDK.

Behavior:
- RPC contract preserved bit-for-bit (subagents:rpc:{ping,spawn,stop}
with the same reply envelope; subagents:{created,started,completed,
failed} lifecycle events). Existing call sites in
src/orchestrator/spawn.ts and src/doctor.ts are unchanged.
- New module: src/subagents/{agent-defs,manager,rpc}.ts (~390 LOC).
- /rnd-doctor bumped to v0.3 with native-module messaging.

Breaking:
- @tintinweb/pi-subagents removed from peerDependencies.
- Steered-event and /agents-command surfaces from the original
protocol are not emitted/registered (they were unused by pi-rnd).

Manual verification before publishing:
pi -e ./src/index.ts
/rnd-doctor
Expect: 'pi-rnd — doctor v0.3' header and round-trip OK against
the configured LLM provider.

Artifacts