Releases: dev-proxy-tools/toolkit
v1.19.0-beta
New in v1.19.0-beta
🔄 Changes
First pre-release for the next Dev Proxy Toolkit release cycle. No new features yet — stay tuned!
v1.18.0
v1.17.1-beta
New in v1.17.1
🔄 Changes
• All snippets updated to use v2.4.0 schema
v1.17.0-beta
New in v1.17.0
First pre-release for the next Dev Proxy Toolkit release cycle. No new features yet — stay tuned!
v1.16.0
New in v1.16.0
🔄 Changes
- Updated extension icon to new purple design
- All snippets that reference schemas updated to use
v2.3.0schema
v1.15.1-beta
New in v1.15.1-beta
🔄 Changes
- Icon: Updated extension icon to new purple design
- Snippets: All snippets that reference schemas updated to use
v2.3.0schema
v1.15.0-beta
New in v1.15.0-beta
Pre-release of the Dev Proxy Toolkit extension targeting Dev Proxy v2.3.0. Same functionality as v1.14.0 stable release.
v1.14.0
New in v1.14.0
✨ New Features
New Commands
• Start with Options... — Launch Dev Proxy with interactive prompts for CLI settings
• Upgrade Config Files — Upgrade outdated config files with Copilot Chat using Dev Proxy MCP tools
• Add to Workspace Recommendations — Manually add extension to workspace recommendations
• Reset State — Clear all extension state
Linux Support
• Automated install and upgrade support for Linux using official setup scripts
Outdated Config Detection
• Detects outdated Dev Proxy config files in workspace and shows a warning when schema versions don't match the installed version
New Quick Fixes
• Remove orphaned config sections not linked to any plugin
• Link orphaned config section to a plugin
• Enable local language model now adds or updates languageModel.enabled: true for supported plugins only
Workspace Recommendations
• Automatic prompt to recommend extension in .vscode/extensions.json when Dev Proxy config files are detected
Logging
• Leveled logging to Output panel (Dev Proxy Toolkit) across the entire extension to help investigate issues
🔄 Changes
• Snippets updated schema URLs from Dev Proxy v2.1.0 to v2.2.0
🐛 Fixed
• Fixed log flooding from repeated running state checks — now only logs on state changes
• Fixed log feedback loop caused by Output Channel document events triggering diagnostics
• Diagnostics now run for Dev Proxy files already open before extension activation
• Language model diagnostic now correctly targets plugins that support local language model (OpenAIMockResponsePlugin, OpenApiSpecGeneratorPlugin, TypeSpecGeneratorPlugin) and shows as an informational hint instead of a warning
v1.13.1-beta
New in v1.13.1-beta
🔄 Changes
- Updated schema URLs in JSON and YAML snippets from Dev Proxy v2.1.0 to v2.2.0
v1.13.0-beta
New in v1.13.0
✨ New Features
Start with Options
• Start with Options... command to launch Dev Proxy with interactive prompts for CLI settings — configure port, log level, config file, and more from a single menu
Config Upgrade with Copilot
• Detect outdated Dev Proxy config files in workspace and show a warning when schema versions don't match the installed version
• Upgrade Configs command to upgrade config files with Copilot Chat using Dev Proxy MCP tools
Linux Install & Upgrade
• Automated install and upgrade support for Linux using official setup scripts
Quick Fixes
• Fix to remove orphaned config sections not linked to any plugin
• Fix to link an orphaned config section to a plugin
• Enable local language model fix now adds or updates languageModel.enabled: true for supported plugins only
Workspace Integration
• Automatic prompt to recommend extension in .vscode/extensions.json when Dev Proxy config files are detected
• Add to Workspace Recommendations command to manually add extension to workspace recommendations
• Reset State command to clear all extension state
Logging
• Leveled logging to Output panel (Dev Proxy Toolkit) across the entire extension
🐛 Fixed
• Fixed log flooding from repeated running state checks by only logging on state changes
• Fixed log feedback loop caused by Output Channel document events triggering diagnostics
• Diagnostics now run for Dev Proxy files already open before extension activation
• Language model diagnostic now correctly targets plugins that support a local language model and shows as an informational hint instead of a warning