From def22d67e5a307e2e12e07dd5f1ab9e2d8545445 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:31:31 +0000 Subject: [PATCH 1/2] Initial plan From b8eea49bb871450ef853d7b3e549985699063292 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:32:27 +0000 Subject: [PATCH 2/2] Fix Dev Proxy Toolkit bullet points: split logging/diagnostics and correct extension prompt feature Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> --- ...ith-yaml-config-detached-mode-and-openai-responses-api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/blog/dev-proxy-v2-2-with-yaml-config-detached-mode-and-openai-responses-api.md b/src/content/blog/dev-proxy-v2-2-with-yaml-config-detached-mode-and-openai-responses-api.md index d7d0a34..3439682 100644 --- a/src/content/blog/dev-proxy-v2-2-with-yaml-config-detached-mode-and-openai-responses-api.md +++ b/src/content/blog/dev-proxy-v2-2-with-yaml-config-detached-mode-and-openai-responses-api.md @@ -176,11 +176,12 @@ In this version, we've: - Added a "Start with Options..." command to launch Dev Proxy with interactive prompts for CLI settings - Added automated install and upgrade support for Linux -- Added detection of outdated config files with schema version warnings +- Added prompt to recommend Dev Proxy Toolkit when a project contains Dev Proxy config files but doesn't have it listed in recommended workspace extensions - Added an "Upgrade Configs" command that uses Copilot Chat with Dev Proxy MCP tools - Added quick fixes for orphaned config sections (remove or link to a plugin) - Updated all JSON snippets to use v2.2.0 schemas -- Fixed logging issues and improved diagnostics accuracy +- Introduced improved logging output +- Fixed incorrect diagnostics Checkout out the [changelog](https://marketplace.visualstudio.com/items/garrytrinder.dev-proxy-toolkit/changelog) for more information on changes and bug fixes.