mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
1a104751e4
Fixes https://github.com/coder/internal/issues/1067 - Adds `WorkspaceAgentWaiter.WithContext()` - Updates usage of `WorkspaceAgentWaiter` in `aitasks_test.go` with context bumped to `testutil.WaitMedium` Authored by Claude with manual review and updates.