Release v0.0.42
What's Changed
✨ Features
- [skills]: Add dark-factory autonomous implementation skill (#175)
- [agents]: Add shell hooks injection and SQLite session discovery (#170)
- [agents]: Add shell hooks injection for opencode plugins (#162)
- [agents]: Add Windows-specific hooks.json for Claude plugin (#160)
- [agents]: Add RTK integration to Claude plugin (#164)
- [providers]: Add JWT Bearer Authorization provider (#152)
🐛 Bug Fixes
- [proxy]: Strip unsupported reasoningSummary param for GPT-5 models (#173)
- [agents]: Fix built-in handler arg corruption and opencode run format (#172)
- [agents]: Support --profile flag for codemie-code and codemie-opencode (#171)
- [agents]: Correct isInstalled check for Claude Code ACP plugin (#161)
- [providers]: Align CodeMieUserInfo interface with snake_case API response (#169)
- [providers]: Fetch project-level LiteLLM integrations from /v1/settings/user/available (#163)
🔧 Maintenance
- [skills]: Remove typescript-best-practices and mr skills (#166)
Full Changelog: v0.0.41...v0.0.42