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
- nodejs/dotnet/go: best-effort disconnect/destroy session when the
post-create options.update RPC fails so empty mode never leaves a
runtime session alive with permissive defaults. Logic lives inside
updateSessionOptionsForMode so call sites stay one line.
- python: same cleanup already happens; harden it so a failing
disconnect doesn't mask the original error.
- python _normalize_tool_filter: reject bare str so passing
'builtin:bash' fails fast instead of silently splitting into chars.
- nodejs client.ts: fix doc comment claiming append-mode is rejected
in empty mode (we promote it to customize).
- go toolset.go: drop misleading 'implicit conversion' wording.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments