We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56724c7 commit 43350ecCopy full SHA for 43350ec
cli/exp_mcp_test.go
@@ -905,6 +905,10 @@ func TestExpMcpReporter(t *testing.T) {
905
URI: "https://dev.coder.com",
906
},
907
908
+ // A completed update at this point from the watcher should be discarded.
909
+ {
910
+ event: makeStatusEvent(agentapi.StatusStable),
911
+ },
912
// Terminal becomes active again according to the screen watcher, but no
913
// new user message. This could be the LLM being active again, but it
914
// could also be the user messing around. We will prefer not updating the
0 commit comments