0.22.0
agent0ai/agent-zero0.22.0Jun 4, 2026by cliffhall
AI Summary
This release introduces OIDC trusted publishing for npm, adds URL-mode elicitation support, and includes security updates to address transitive advisories.
Key Highlights
- Switch npm publish to OIDC trusted publishing
- Add URL-mode elicitation support
- Update package.json for npm trusted publisher setup
- Fix npm audit for transitive security advisories
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