jif
b836aecd4d
Preserve one-shot exec when unified exec is disabled ( #41393 )
...
## Why
Managed configuration can disable resumable unified execution while leaving shell tools enabled. This should not remove command execution entirely or grant access to retained processes.
## What changed
- Keep `exec_command` available in completion-only mode when `unified_exec` is disabled.
- Remove `tty`, `yield_time_ms`, `session_id`, and `write_stdin` from that mode, and add a `timeout_ms` argument.
- Terminate one-shot commands on timeout or turn cancellation, reporting timed-out commands with exit code 124.
## Testing
Added integration coverage for tool availability, timeout cleanup, and interruption cleanup under managed configuration.
GitOrigin-RevId: a382d34f922fdc4ba52889272c6db985abd42e47
2026-08-28 19:04:54 +00:00
..
2026-08-24 22:40:35 +00:00
2026-08-27 02:19:10 +00:00
2026-08-28 18:07:40 +00:00
2026-08-18 23:05:52 +00:00
2026-08-28 18:07:40 +00:00
2026-08-25 03:08:33 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 08:10:08 +00:00
2026-08-25 07:37:42 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 19:28:32 +00:00
2026-08-14 05:03:39 +00:00
2026-08-17 22:37:14 +00:00
2026-08-26 19:02:02 +00:00
2026-08-25 16:38:46 +00:00
2026-08-25 21:34:05 +00:00
2026-08-27 01:55:53 +00:00
2026-08-27 01:55:53 +00:00
2026-08-27 01:55:53 +00:00
2026-08-21 16:50:34 +00:00
2026-08-27 21:03:09 +00:00
2026-08-18 23:47:00 +00:00
2026-08-25 21:20:51 +00:00
2026-08-28 14:53:53 +00:00
2026-08-28 02:09:07 +00:00
2026-08-23 18:53:15 +00:00
2026-08-28 19:04:54 +00:00
2026-08-25 21:20:51 +00:00
2026-08-28 17:33:10 +00:00
2026-08-28 01:14:02 +00:00
2026-08-27 23:24:21 +00:00
2026-08-27 21:05:40 +00:00
2026-08-17 04:37:50 +00:00
2026-08-28 18:23:47 +00:00
2026-08-26 15:02:21 +00:00
2026-08-28 17:33:10 +00:00
2026-08-18 21:46:18 +00:00
2026-08-27 20:44:47 +00:00
2026-08-25 21:34:05 +00:00
2026-08-28 19:02:26 +00:00
2026-08-25 01:03:20 +00:00
2026-08-25 10:29:26 +00:00
2026-08-17 00:09:44 +00:00
2026-08-26 23:41:18 +00:00
2026-08-25 21:08:22 +00:00
2026-08-28 01:14:02 +00:00
2026-08-28 15:10:58 +00:00
2026-08-28 01:14:02 +00:00
2026-08-26 14:36:48 +00:00
2026-08-27 21:03:09 +00:00
2026-08-25 18:41:03 +00:00
2026-08-25 22:46:49 +00:00
2026-08-21 21:01:59 +00:00
2026-08-25 15:50:19 +00:00
2026-08-28 18:07:40 +00:00
2026-08-26 17:45:42 +00:00
2026-08-21 16:45:05 +00:00
2026-08-27 20:05:08 +00:00
2026-08-28 16:04:26 +00:00
2026-08-28 01:14:02 +00:00
2026-08-26 23:49:05 +00:00
2026-08-27 23:58:09 +00:00
2026-08-20 06:10:03 +00:00
2026-08-27 23:43:46 +00:00
2026-08-28 02:09:07 +00:00
2026-08-28 16:04:26 +00:00
2026-08-27 02:00:31 +00:00
2026-08-28 18:07:40 +00:00
2026-08-27 21:15:37 +00:00
2026-08-20 14:55:08 +00:00
2026-08-27 21:15:37 +00:00
2026-08-15 14:31:04 +00:00
2026-08-25 21:44:43 +00:00
2026-08-28 19:02:26 +00:00
2026-08-28 19:02:26 +00:00
2026-08-18 22:00:25 +00:00