Skip to content

Add command to switch between stable and beta releases#366

Merged
garrytrinder merged 3 commits into
mainfrom
copilot/add-command-switch-releases
May 13, 2026
Merged

Add command to switch between stable and beta releases#366
garrytrinder merged 3 commits into
mainfrom
copilot/add-command-switch-releases

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

Switching between stable and beta Dev Proxy requires manually editing the dev-proxy-toolkit.version setting. This adds a command to toggle it directly.

Changes

  • src/constants.ts: New switchVersion command ID
  • src/commands/index.ts: Command handler that toggles dev-proxy-toolkit.version between stable/beta, updates global config, and prompts to reload
  • package.json: Command contribution — "Switch Version (Stable/Beta)"
  • src/test/commands.test.ts: Registration test
  • CHANGELOG.md: Entry under unreleased version

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • update.code.visualstudio.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/toolkit/toolkit/node_modules/.bin/vscode-test (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Add command to switch between stable and beta releases of Dev Proxy Add command to switch between stable and beta releases May 13, 2026
Copilot AI requested a review from garrytrinder May 13, 2026 15:05
@garrytrinder
Copy link
Copy Markdown
Member

@copilot add the new command to the readme file

Agent-Logs-Url: https://github.com/dev-proxy-tools/toolkit/sessions/1f02bcf0-ad65-4613-b487-dad37aa0a0c9

Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 13, 2026

@copilot add the new command to the readme file

Added in 5251f5b — the new command is listed in the README commands table.

@garrytrinder garrytrinder marked this pull request as ready for review May 13, 2026 17:58
@garrytrinder garrytrinder merged commit 27a39f2 into main May 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command to switch between stable and beta releases of Dev Proxy

2 participants