Skip to content

Conversation

kacpersaw
Copy link
Contributor

Description

The command for agent instructions was incorrectly displayed in the CLI.

@kacpersaw kacpersaw requested a review from deansheather August 19, 2025 13:27
@kacpersaw kacpersaw enabled auto-merge (squash) August 19, 2025 13:28

<-doneChan
testutil.TryReceive(context.Background(), t, doneChan)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to use a context with a timeout, e.g. ctx := testutil.Context(t, testutil.WaitLong)

Also, you should probably use RequireRecv instead for these, since you want the test to fail if the doneChan never gets closed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, you need to use TryReceive, you're right.

@kacpersaw kacpersaw merged commit c429020 into main Aug 19, 2025
50 of 52 checks passed
@kacpersaw kacpersaw deleted the kacpersaw/fix-external-workspaces-cli branch August 19, 2025 13:54
@github-actions github-actions bot locked and limited conversation to collaborators Aug 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants