Skip to content

v1.13.0-beta

Pre-release
Pre-release

Choose a tag to compare

@garrytrinder garrytrinder released this 03 Mar 14:10
· 43 commits to main since this release
b049ec3

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