stefanstokic-oai
f65ea998c7
Keep external agent detection from blocking config requests ( #37528 )
...
## Why
External agent detection can spend time reading session transcripts. Sharing the
configuration serialization queue causes unrelated configuration requests to
wait for detection to finish.
## What changed
- Give `externalAgentConfig/detect` its own global serialization queue.
- Keep configuration reads, requirements reads, writes, and external agent
imports responsive while detection is still running.
## Testing
Add a Unix app-server test that blocks transcript detection on a FIFO and
verifies the unrelated requests complete before detection is released.
GitOrigin-RevId: d2764dcdb0e96d810c790c570c48fa45690a3dc1
2026-08-08 03:52:37 +00:00
..
2026-07-29 13:53:15 +00:00
2026-08-06 02:30:18 +00:00
2026-07-29 13:53:15 +00:00
2026-08-08 03:52:37 +00:00
2026-08-04 15:23:43 +00:00
2026-08-08 03:52:37 +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-08-07 18:05:17 +00:00
2026-07-30 21:49:53 +00:00
2026-08-04 22:23:40 +00:00
2026-08-07 13:54:24 +00:00
2026-08-05 18:09:26 +00:00
2026-08-05 18:09:26 +00:00
2026-08-07 21:10:49 +00:00
2026-08-07 21:10:49 +00:00
2026-08-07 23:27:39 +00:00
2026-08-05 16:09:01 +00:00
2026-08-07 19:56:29 +00:00
2026-07-30 21:49:53 +00:00
2026-08-07 18:33:46 +00:00
2026-08-07 19:36:52 +00:00
2026-08-04 22:58:02 +00:00
2026-08-08 00:59:39 +00:00
2026-08-07 00:23:38 +00:00
2026-08-03 11:39:51 +00:00
2026-08-08 00:59:39 +00:00
2026-08-04 16:28:46 +00:00
2026-08-07 16:20:38 +00:00
2026-08-07 11:30:17 +00:00
2026-08-07 03:40:06 +00:00
2026-08-07 17:54:41 +00:00
2026-08-07 17:54:41 +00:00
2026-08-07 21:36:33 +00:00
2026-08-07 13:54:24 +00:00
2026-08-07 23:49:12 +00:00
2026-08-07 19:56:29 +00:00
2026-07-31 21:37:56 +00:00
2026-08-05 20:23:35 +00:00
2026-08-08 03:48:34 +00:00
2026-08-07 18:33:46 +00:00
2026-07-31 04:20:56 +00:00
2026-08-07 01:30:07 +00:00
2026-08-07 02:30:18 +00:00
2026-08-06 03:11:42 +00:00
2026-08-07 22:41:20 +00:00
2026-08-05 14:20:59 +00:00
2026-08-04 22:07:56 +00:00
2026-08-05 20:03:13 +00:00
2026-08-06 03:57:10 +00:00
2026-07-30 04:26:36 +00:00
2026-08-07 00:28:32 +00:00
2026-08-05 04:54:33 +00:00
2026-08-07 14:08:13 +00:00
2026-08-07 18:33:46 +00:00
2026-08-07 19:36:52 +00:00
2026-08-06 03:11:42 +00:00
2026-08-06 03:11:42 +00:00
2026-07-30 22:45:04 +00:00
2026-08-04 15:14:57 +00:00
2026-08-07 16:20:38 +00:00
2026-08-07 19:56:29 +00:00
2026-08-04 03:49:53 +00:00
2026-08-07 14:08:13 +00:00
2026-08-07 01:26:42 +00:00
2026-08-05 20:03:13 +00:00
2026-08-07 23:43:14 +00:00
2026-08-07 20:10:08 +00:00
2026-08-08 03:48:34 +00:00
2026-08-07 21:36:33 +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