This repository has no description
0

Configure Feed

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

v0.2.3
7895e99e Oleksii Topolianskyi

pi-rnd v0.2.3

Fix: /rnd-doctor round-trip probe now sets bypassQueue: true in its spawn options. Without it, the doctor's general-purpose probe gets queued behind existing background agents (maxConcurrent default = 4) and stays queued indefinitely if no other agent completes. The doctor probe is a one-shot test; bypassing the queue is correct.

Source reference: @tintinweb/pi-subagents agent-manager.ts:135 — queueing logic; schedule.ts uses bypassQueue:true for the same reason.

Artifacts