Bug Fixes
- Fixed skill loading performance - eliminated 4.3s cold-start delay
- Fixed first message response time (19.9s → <1s with lazy loading)
- Fixed permission log spam creating 11GB log files
- Fixed duplicate skill warnings (15,214 → DEBUG level)
- Fixed undefined permission rule errors
- Fixed TypeScript agent type errors in skill tool
- Protected SKILL.md files from Prettier formatting (added to .prettierignore)
Performance Improvements
- Agent initialization: 4.3s → ~500ms (lightweight directory scan)
- First message: 19.9s → <1s (lazy skill loading)
- Log files: 11GB/3min → <100MB (debug level + filtered logs)
- Startup: Silenced 15,214 duplicate skill warnings
Technical Details
All performance and bug fixes committed in this release.