This repository has no description
0

Configure Feed

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

v0.2.8
dc2eda90 Oleksii Topolianskyi

pi-rnd v0.2.8

Self-installing agents. pi-rnd now auto-copies its bundled agent .md files into ~/.pi/agent/agents/ at extension load time (only if not already present — never overwrites user customizations). This fixes the v0.2.7 hole where /rnd-doctor reported ✓ on bundled-path agents but /rnd-start failed because pi-subagents' loadCustomAgents only reads .pi/agents/ and ~/.pi/agent/agents/.

The doctor's discovery check no longer probes the bundled package path — that path was misleading because pi-subagents never reads from there. After v0.2.8 the agents are always at ~/.pi/agent/agents/ on second pi startup (first startup auto-installs).

Long-term fix is upstream: pi-subagents (or pi-coding-agent) should support a 'pi.agents' package manifest field for npm-published agent definitions, mirroring how 'pi.skills' already auto-discovers from npm packages. Not pi-rnd's call to make.

Artifacts