mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
af2d8509e6
The --no-skills flag set options.skills = [] in main.ts, but the
interactive mode UI would rediscover skills anyway because it called
loadSkills() directly instead of using the already-loaded skills.
Changes:
- Add AgentSession.skills and AgentSession.skillWarnings properties
- discoverSkills() now returns { skills, warnings } instead of Skill[]
- Interactive mode uses session.skills instead of calling loadSkills()
- Update SDK docs and examples for new return type
Fixes #577
af2d8509e6
ยท
2026-01-08 23:41:54 +01:00
History