co-mono/packages
Carlos Villela c865ec1d19
fix(coding-agent): --no-skills flag not preventing skills from loading (#577)
The --no-skills flag set options.skills = [] in main.ts, but the interactive mode UI would rediscover skills anyway because it called loadSkills() directly.

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()

Co-authored-by: Carlos Villela <cv@lixo.org>
2026-01-08 23:40:05 +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(coding-agent): --no-skills flag not preventing skills from loading (#577) 2026-01-08 23:40:05 +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