Skip to content

Changelog update v0.4.0 #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,26 @@

### Added

- support for matching workspace agent in the URI via the agent name

### Removed

- dropped support for `agent_id` as a URI parameter

## 0.4.0 - 2025-07-08

### Added

- support for basic authentication for HTTP/HTTPS proxy
- support for Toolbox 2.7 release
- support for matching workspace agent in the URI via the agent name

### Changed

- improved message while loading the workspace

### Removed

- dropped support for `agent_id` as a URI parameter

### Fixed

- URI protocol handler is now able to switch to the Coder provider even if the last opened provider was something else
- URI protocol handler is now able to switch to the Coder provider even if the last opened provider was something else

## 0.3.2 - 2025-06-25

Expand Down
Loading