co-mono/packages
Mario Zechner af2d8509e6 Fix --no-skills flag not preventing skills from loading
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
2026-01-08 23:41:54 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-08 04:53:51 +01:00
ai fix(ai): remove <thinking> tag wrapping, convert to plain text on cross-model handoff 2026-01-08 21:19:16 +01:00
coding-agent Fix --no-skills flag not preventing skills from loading 2026-01-08 23:41:54 +01:00
mom Add [Unreleased] section for next cycle 2026-01-08 04:53:51 +01:00
pods Release v0.38.0 2026-01-08 04:52:55 +01:00
tui docs: add overlay documentation, mark as experimental 2026-01-08 22:44:12 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-08 04:53:51 +01:00