Skip to content

Commit a86e1e9

Browse files
Copilotgarrytrinder
andcommitted
docs: add changelog and readme entries for config upgrade feature
- CHANGELOG: Add notification and upgrade-configs command entries under [1.13.0] - README: Add Upgrade config files command to Commands table - README: Add Notifications section with outdated config files description Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent db1062b commit a86e1e9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added:
1313

14+
- Notification: Detect outdated Dev Proxy config files in workspace and show warning when schema versions don't match installed version
15+
- Command: `dev-proxy-toolkit.upgrade-configs` - Upgrade config files with Copilot Chat using Dev Proxy MCP tools
1416
- Quick Fixes: Enable local language model fix now adds or updates `languageModel.enabled: true` for supported plugins only
1517

1618
### Fixed:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Control Dev Proxy directly from VS Code via the Command Palette (`Cmd+Shift+P` /
3434
| Create configuration file | Dev Proxy installed |
3535
| Discover URLs to watch | Dev Proxy not running |
3636
| Generate JWT | Dev Proxy installed |
37+
| Upgrade config files | Dev Proxy installed |
3738

3839
### Snippets
3940

@@ -201,6 +202,10 @@ Shows Dev Proxy status at a glance:
201202
- Running state (radio tower icon when active)
202203
- Error indicator if Dev Proxy is not installed
203204

205+
### Notifications
206+
207+
- **Outdated config files** - On activation, scans workspace for Dev Proxy config files with a schema version that doesn't match the installed Dev Proxy version. Offers a one-click upgrade using Copilot Chat and Dev Proxy MCP tools.
208+
204209
## Configuration
205210

206211
| Setting | Type | Default | Description |

0 commit comments

Comments
 (0)