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: address review findings for session submit intents
- Guard cmdSessionSuspend and cmdSessionWait with cityUsesManagedReconciler
to prevent silently succeeding on unmanaged ad-hoc cities
- Add SubmissionCapabilities to createAgentSession response to match
createProviderSession
- Restore StopTurn (POST /stop) to always use SIGINT; soft Escape is
reserved for the submit interrupt_now path via stopTurnLocked
- Fix emitSessionSubmitResult to distinguish queued follow-ups from
immediately delivered ones on suspended sessions
- Skip redundant stopTurnLocked before hard restart in interruptAndSubmitLocked
since Stop() is a superset
- Add justifying comment on PID file usage in nudge poller
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments