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 E2E sqlite test session_id recording and Windows flaky test
Go/Python/Rust: Fix E2E stub providers to record actual session ID
from stored state instead of hardcoded strings, so filterCalls
assertions match the real session.
Node.js: Move SQLite database Map to describe scope so it survives
handler re-creation. The factory-scoped closure variable caused each
handler invocation to create a fresh :memory: database, losing
previously inserted data. This caused intermittent failures on
Windows where the CLI re-creates the handler between tool calls.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments