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
Add MessageOptions.agentMode and fix per-message mode misuse
Adds a public agentMode field on MessageOptions across .NET, Node, Python, and Go SDKs so callers can set the per-message UI mode (interactive/plan/autopilot/shell) without abusing the queue-delivery mode field. Fixes the misleading Mode XML doc in .NET, and updates the four E2E/unit tests that were setting mode=`plan` (via casts, type:ignore, or silently in .NET) to use the new agentMode field and assert the runtime echoes it back on user.message.
0 commit comments