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: distinct lifecycle error codes and stricter required_features (#105#111#113)
- handleCancel/handleInterrupt return NOT_FOUND for an unknown job and reserve
FAILED_PRECONDITION for an existing-but-terminal job.
- handleResume surfaces a buffer miss as a correlated nack (DATA_LOSS) instead
of an out-of-context tool.error.
- HandshakeNegotiator rejects a non-string entry in required_features rather
than silently skipping it.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments