0.22.0
TabbyML/tabby0.22.0Jun 4, 2026by cliffhall
AI Summary
This release introduces URL-mode elicitation support and enhances CI/CD security by implementing OIDC trusted publishing for the npm package.
Key Highlights
- Added URL-mode elicitation support
- Switched npm publish to OIDC trusted publishing
- Added repository fields to workspace package.json files
- Gated CI workflow on author_association to skip unauthorized invokes
New Features
- URL-mode elicitation support
Full Release Notes
## What's Changed * ci: switch npm publish to OIDC trusted publishing by @pcarleton in https://github.com/modelcontextprotocol/inspector/pull/1199 * Update package.json to contain repository.url in for npm trusted publisher setup by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1201 * fix: add repository field to workspace package.json files for npm trusted publishing by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1202 * ci: gate claude.yml on author_association to skip unauthorized invokes by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1270 * chore(deps): npm audit fix for transitive security advisories by @olaservo in https://github.com/modelcontextprotocol/inspector/pull/1380 * feat: add URL-mode elicitation support by @cliffhall in https://github.com/modelcontextprotocol/inspector/pull/1423 * chore: bump version to 0.22.0 by @Copilot in https://github.com/modelcontextprotocol/inspector/pull/1428 **Full Changelog**: https://github.com/modelcontextprotocol/inspector/compare/0.21.2...0.22.0