You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix flaky SDK E2E tests
Avoid waiting for full assistant completions in tool-filter tests when the assertions only need captured CAPI requests. Replace fake echo MCP server configs with the shared Node MCP test server and wait for MCP connectivity before prompts in real MCP E2E tests.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Format Python E2E harness
Apply Ruff formatting to the new exchange polling helper.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address CodeQL review comments
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Avoid rooted path combine in test harness lookup
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Stabilize custom config dir E2E test
Use SendAndWaitAsync so the test subscribes for response events before sending the prompt, and dispose the session after the custom config dir check.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Stabilize permission handler E2E test
Start the send-and-wait operation before awaiting permission callbacks so response events are observed by the operation's subscription.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments