mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
bf3224e373
* fix: Refactor agent to consume API client This simplifies a lot of code by creating an interface for the codersdk client into the agent. It also moves agent authentication code so instance identity will work between restarts. Fixes #3485 and #4082. * Fix client reconnections