v8.11.0
·
465 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features
- feat(mcp, api): add convert support to MCP and JS programmatic APIs (872bfaf)
- Added
converttool to the MCP server and JS programmatic API, enabling rule conversion between tool formats via MCP and the programmatic interface.
- Added
Bug Fixes
- fix(copilot): preserve no-globs state in root rule roundtrip (664b065)
- Fixed an issue where the
no-globsstate was lost during root rule roundtrip for Copilot rules.
- Fixed an issue where the
Refactoring
- refactor(convert): align JS API with CLI/MCP and clarify docs (8e9980b)
- Aligned the JS API for convert with CLI and MCP interfaces and clarified documentation.
Dependencies
- ci(deps): bump the all-actions group with 2 updates (ec9ee7c)
Contributors
- @dyoshikawa
- @dependabot[bot]