Releases: dev-proxy-tools/toolkit
Releases · dev-proxy-tools/toolkit
v1.11.3-beta
New in v1.11.3
✨ New Features
New Setting
devProxyPath— Custom path to Dev Proxy executable (uses auto-detection if empty)
Improved Detection
- Auto-detection fallback using login shell and common installation paths
v1.11.2-beta
New in v1.11.2
✨ New Features
Enhanced Diagnostics
invalidConfigSectionSchemawarning when config section schema version doesn't match installed Dev ProxyunknownConfigPropertywarning when config section has properties not defined in its schemainvalidConfigValueerror when config section property value doesn't match schema requirements
New Quick Fixes
- Update config section schema version (single or all at once)
- Remove unknown config section properties
🔄 Changes
- Update schema action now supports all Dev Proxy file schemas, not just config files
v1.11.1-beta
✨ New Features
New Snippets
devproxy-plugin-graph-connector-guidance- GraphConnectorGuidancePlugin instancedevproxy-plugin-mock-stdio-response- MockStdioResponsePlugin instancedevproxy-plugin-mock-stdio-response-config- MockStdioResponsePlugin config sectiondevproxy-plugin-mock-stdio-response-file- MockStdioResponsePlugin mocks filedevproxy-plugin-mock-stdio-response-file-schema- MockStdioResponsePlugin mocks file schema
Enhanced Diagnostics
- Diagnostic codes are now clickable links to documentation
- New
emptyUrlsToWatchwarning when no URLs are configured - New
pluginConfigOptionalinfo for plugins with optional configuration
New Quick Fixes
- Add optional plugin configuration - automatically adds
configSectionproperty and config section - Add missing config section - creates config section when referenced but not defined
🔄 Changes
- All schema references updated to Dev Proxy v2.1.0
- Diagnostics now highlight specific nodes instead of entire objects
- All diagnostics use unique codes for better identification
🐛 Bug Fixes
- AuthPlugin now shows documentation link and configuration diagnostics
- LanguageModelFailurePlugin no longer incorrectly warns about requiring language model
v2.1.0-beta
Update schema versions to v2.1.0 Closes #339
v1.10.0
What's Changed
- Update schemas to v2.0.0. Closes #336 by @garrytrinder in #337
Full Changelog: v1.8.0...v1.10.0
v1.9.0-beta
What's Changed
- Update schemas to v2.0.0. Closes #336 by @garrytrinder in #337
Full Changelog: v1.7.1-beta...v1.9.0-beta
v1.8.0
What's Changed
- Update schemas to v1.3.0. Closes #326 by @garrytrinder in #327
- Add HAR Generator plugin. Closes #328 by @garrytrinder in #331
- Add OpenAIUsageDebuggingPlugin snippet. Closes #329 by @garrytrinder in #332
- Fix plugin warning when plugin is unknown but enabled. Closes #330 by @garrytrinder in #333
Full Changelog: v1.6.0...v1.8.0
v1.7.1-beta
What's Changed
- Add HAR Generator plugin. Closes #328 by @garrytrinder in #331
- Add OpenAIUsageDebuggingPlugin snippet. Closes #329 by @garrytrinder in #332
- Fix plugin warning when plugin is unknown but enabled. Closes #330 by @garrytrinder in #333
Full Changelog: v1.5.0-beta...v1.7.1-beta
v1.7.0-beta
What's Changed
- Update snippet schemas to v1.3.0.