Skip to content
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
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# Coder Gateway Changelog
# code-gateway Changelog

## [Unreleased]

### Added
- initial scaffold for Gateway plugin
- browser based authentication on Coder environments
- REST client for Coder V2 public API
- coder-cli orchestration for setting up the SSH configurations for Coder Workspaces
- basic panel to display live Coder Workspaces
- support for multi-agent Workspaces
- Gateway SSH connection to a Coder Workspace

* welcome screen
* basic Coder Workspaces wizard triggered by the Coder's welcome view. It asks the user a Coder hostname, port, email and password,
authenticates with the Coder server and lists a collection of Workspaces created by the user.
* back button to return to the main welcome view
* basic Coder http client which authenticates, retrieves a session token and uses it to retrieve the Workspaces created by the
user that is logged.