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
- Go CreateSession/ResumeSession: requestPermission=true was inside
the 'if config != nil' block, so nil config skipped it entirely.
Move it unconditionally after the block (matching Node.js/.NET/Python).
- Add 'deny by default after resume' e2e test to all 4 languages,
verifying that resumeSession with no handler also denies tool calls.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments