Sean Huang
9d00bb01c0
Add per-session code-mode execution limits ( #37114 )
...
## What changed
- Add `create_session_with_limits` and session-scoped cell execution limits.
- Clamp execute and wait yield times to the session's `max_yield_time_ms`
without terminating the running cell.
- Negotiate support with remote code-mode hosts and include non-default limits
in `session/open`, while keeping unlimited sessions compatible with hosts and
providers that do not support limits.
## Testing
- Cover yield-time clamping, zero-timeout behavior, and isolation between
sessions.
- Cover wire serialization, capability negotiation, unsupported hosts, and
shared process-host execution.
GitOrigin-RevId: 9517321cd605bb87f93eeaa6ba331cc2e346e582
2026-08-05 16:09:01 +00:00
..
2026-07-29 13:53:15 +00:00
2026-07-23 19:19:35 +00:00
2026-07-21 22:44:43 +00:00
2026-08-05 04:54:33 +00:00
2026-07-29 13:53:15 +00:00
2026-08-05 08:04:15 +00:00
2026-08-04 15:23:43 +00:00
2026-07-21 08:50:21 +00:00
2026-08-05 08:04:15 +00:00
2026-07-30 19:47:30 +00:00
2026-08-04 15:23:43 +00:00
2026-07-29 18:29:26 +00:00
2026-07-22 02:19:45 +00:00
2026-07-21 08:59:41 +00:00
2026-07-30 21:49:53 +00:00
2026-08-04 22:23:40 +00:00
2026-08-05 04:54:33 +00:00
2026-07-30 21:49:53 +00:00
2026-08-04 16:53:33 +00:00
2026-07-21 08:28:51 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 08:04:15 +00:00
2026-07-30 21:49:53 +00:00
2026-08-05 14:04:39 +00:00
2026-08-04 22:58:02 +00:00
2026-08-05 04:00:50 +00:00
2026-08-04 15:49:49 +00:00
2026-08-03 11:39:51 +00:00
2026-08-05 14:20:59 +00:00
2026-08-04 16:28:46 +00:00
2026-08-05 04:54:33 +00:00
2026-08-05 04:54:33 +00:00
2026-08-04 22:23:40 +00:00
2026-08-04 22:28:15 +00:00
2026-07-30 19:23:33 +00:00
2026-07-20 06:13:29 +00:00
2026-08-05 04:54:33 +00:00
2026-08-04 21:45:28 +00:00
2026-08-05 04:00:50 +00:00
2026-07-28 17:51:37 +00:00
2026-07-31 21:37:56 +00:00
2026-07-23 23:35:29 +00:00
2026-08-04 16:53:33 +00:00
2026-08-03 17:29:42 +00:00
2026-08-04 22:18:09 +00:00
2026-07-31 04:20:56 +00:00
2026-08-03 17:01:37 +00:00
2026-07-22 04:17:34 +00:00
2026-08-04 22:23:40 +00:00
2026-08-04 19:52:09 +00:00
2026-08-03 00:30:57 +00:00
2026-07-17 20:52:42 +00:00
2026-08-05 14:20:59 +00:00
2026-08-04 22:07:56 +00:00
2026-08-05 08:04:15 +00:00
2026-08-03 18:25:28 +00:00
2026-07-30 04:26:36 +00:00
2026-08-05 15:20:21 +00:00
2026-08-05 04:54:33 +00:00
2026-07-22 19:14:11 +00:00
2026-08-05 08:04:15 +00:00
2026-08-05 09:43:26 +00:00
2026-08-04 13:56:52 +00:00
2026-07-30 21:09:15 +00:00
2026-07-30 22:45:04 +00:00
2026-08-04 15:14:57 +00:00
2026-07-23 21:50:17 +00:00
2026-08-04 15:37:42 +00:00
2026-08-04 19:23:29 +00:00
2026-08-04 03:49:53 +00:00
2026-08-04 22:23:40 +00:00
2026-08-04 19:23:29 +00:00
2026-08-05 08:04:15 +00:00
2026-08-05 15:20:21 +00:00
2026-08-05 09:43:26 +00:00
2026-07-22 16:18:08 +00:00
2026-07-24 00:16:42 +00:00
2026-07-27 18:37:11 +00:00
2026-08-05 04:54:33 +00:00
2026-08-03 22:46:26 +00:00
2026-07-28 20:49:22 +00:00
2026-07-29 13:53:15 +00:00
2026-07-30 04:26:36 +00:00