Patrick Erichsen
0feffda3fc
fix(plugins): remove simpleicons icon color paths ( #95987 )
2026-06-23 12:16:02 -07:00
Patrick Erichsen
6343e1483f
fix(skills): accept owner-qualified verify refs ( #95992 )
...
Merged via squash.
Prepared head SHA: de9f1e566e
Co-authored-by: Patrick-Erichsen <20157849+Patrick-Erichsen@users.noreply.github.com >
Co-authored-by: Patrick-Erichsen <20157849+Patrick-Erichsen@users.noreply.github.com >
Reviewed-by: @Patrick-Erichsen
2026-06-23 12:06:56 -07:00
Vincent Koc
59713194fc
fix(ci): avoid relinking identical node tools
2026-06-24 02:43:25 +08:00
Vincent Koc
f1c8cda090
chore(plugin-sdk): refresh API baseline hash
2026-06-24 02:29:59 +08:00
Jamil Zakirov
a86ca4f4ba
perf(gateway): drop redundant per-access session-key case scan ( #95699 )
...
Merged via squash.
Prepared head SHA: 42c922460a
Co-authored-by: jzakirov <15848838+jzakirov@users.noreply.github.com >
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com >
Reviewed-by: @jalehman
2026-06-23 11:29:05 -07:00
Vincent Koc
3bed73f249
test(docs): skip i18n Go tests without toolchain
2026-06-24 01:54:22 +08:00
Josh Lehman
0dfa22c6e0
refactor: add embedded run session target seam ( #90439 )
2026-06-23 10:08:29 -07:00
Vincent Koc
6f80552ee9
fix(qa): prove direct reply routing via qa channel
2026-06-24 00:41:28 +08:00
Josh Lehman
258b83c438
refactor: migrate plugin transcript mirrors ( #89518 )
2026-06-23 09:32:45 -07:00
Vincent Koc
d095d98a02
fix(qa): reject duplicate rpc rtt controls
2026-06-23 18:00:53 +02:00
Vincent Koc
9ff7abc898
test(ci): read sparse android guard files from git
2026-06-23 23:50:51 +08:00
Vincent Koc
dc9c11be91
fix(qa): reject duplicate plugin gauntlet controls
2026-06-23 17:37:53 +02:00
Vincent Koc
58552f6d7c
ci: make release maturity scorecard opt-in
2026-06-23 23:32:45 +08:00
Vincent Koc
b8811b7dde
fix(qa): reject duplicate gateway cpu controls
2026-06-23 17:30:37 +02:00
Vincent Koc
0850d83de1
fix(qa): reject duplicate model resolution perf controls
2026-06-23 17:24:41 +02:00
Jesse Merhi
92c10d4edc
Fix WebChat dispatch failure session status ( #84352 )
...
Merged via squash.
Prepared head SHA: 562f2ac5a8
Co-authored-by: jesse-merhi <79823012+jesse-merhi@users.noreply.github.com >
Reviewed-by: @jesse-merhi
2026-06-24 01:19:21 +10:00
Vincent Koc
b22ae2a4da
fix(qa): reject duplicate model bench controls
2026-06-23 17:18:47 +02:00
Vincent Koc
a822c9abaa
fix(qa): reject duplicate gateway restart controls
2026-06-23 17:13:39 +02:00
Vincent Koc
c308295cd3
fix(qa): reject duplicate gateway startup controls
2026-06-23 17:08:08 +02:00
Vincent Koc
524e19726f
fix(qa): reject duplicate cli bench controls
2026-06-23 17:01:42 +02:00
Vincent Koc
bc243568e7
chore(acpx): bump bundled client to 0.11.2 ( #96124 )
2026-06-23 22:54:51 +08:00
Vincent Koc
2cbb4e70cc
fix(qa): reject duplicate telegram proof controls
2026-06-23 16:54:31 +02:00
Vincent Koc
e9b017d9dc
fix(qa): reject duplicate abort leak controls
2026-06-23 16:46:39 +02:00
Vincent Koc
bde5be874a
fix(qa): reject duplicate sqlite bench controls
2026-06-23 16:41:01 +02:00
Vincent Koc
8c09419f20
fix(qa): reject unknown docker timing options
2026-06-23 16:26:42 +02:00
Tony Wei
71f84f910a
fix(acpx): detect wrapper orphan on any PPID change, not just init reparenting ( #96032 )
...
* fix(acpx): detect wrapper orphan on any PPID change, not just init reparenting
The codex / claude adapter wrapper's orphan watcher (emitted by
buildAdapterWrapperScript) skipped cleanup when `process.ppid !== 1`,
intending to wait for the kernel to reparent the orphaned wrapper to
PID 1 (init). This only works on bare-metal hosts without an active
user-session manager.
On systemd-managed deployments (EC2 user services, most container
runtimes), an orphaned process is reparented to the user-session
manager or container init — not to init itself. The watcher therefore
never fires, and when the gateway exits, the adapter wrapper survives
and holds its child process group (codex-acp.js + native binary)
running indefinitely.
Real-world symptom: each gateway restart accumulates 3-process trees of
leftover codex adapters. Subsequent ACP spawns then contend with these
orphans, the main event loop is starved by acpx-runtime reap attempts,
and new sessions stall at "waiting for tool execution" for minutes.
Fix: trigger orphan cleanup as soon as PPID changes from the recorded
original, regardless of what the new PPID is. The killChildTree path
already covers process-group cleanup via `kill(-pid, SIGTERM)`, so
once the watcher fires, grandchildren are reaped correctly.
Adds a regression test asserting the wrapper template does not
re-introduce the `process.ppid !== 1` guard.
* test: document maturity ref handoff
---------
Co-authored-by: t2wei <t2wei@me.com >
Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com >
2026-06-23 22:24:29 +08:00
Vincent Koc
8e6624cb6c
fix(qa): reject duplicate sibling bench cases
2026-06-23 16:20:46 +02:00
Vincent Koc
273eed4c51
fix(harness): recover Copilot native subagent tasks
2026-06-23 22:13:59 +08:00
Vincent Koc
0bc5fb86a8
feat(copilot): mirror native plan and subagent events
2026-06-23 22:13:59 +08:00
Vincent Koc
7bde374c47
fix(qa): reject duplicate startup bench cases
2026-06-23 16:11:44 +02:00
Vincent Koc
fa263affd5
test(extensions): use real chutes response mocks
2026-06-23 22:00:32 +08:00
Vincent Koc
fa0427347a
test(extensions): use real provider response mocks
2026-06-23 22:00:32 +08:00
Vincent Koc
aad78d399c
test(extensions): use real response mocks
2026-06-23 22:00:32 +08:00
Vincent Koc
928607ac4a
fix(qa): reject missing memory fd args
2026-06-23 15:58:33 +02:00
Vincent Koc
010c7f7110
fix(qa): disable pnpm verify in cpu scenarios
2026-06-23 15:50:39 +02:00
Vincent Koc
69891cf2ac
fix(maint): protect pending hosted CI reruns
2026-06-23 21:49:36 +08:00
Vincent Koc
541f9b25d2
fix(maint): choose latest hosted CI run
2026-06-23 21:49:36 +08:00
Vincent Koc
c045fbf8ec
fix(maint): use rebase PR landing
2026-06-23 21:49:36 +08:00
Shakker
e63d11ea24
test: scope transcript reader env setup
2026-06-23 14:46:20 +01:00
Shakker
fed369085f
fix: restore task state env through helper
2026-06-23 14:36:55 +01:00
Shakker
6834a2d47b
test: scope send state env helper
2026-06-23 14:33:32 +01:00
Vincent Koc
52251261ca
fix(qa): reject duplicate gauntlet selectors
2026-06-23 15:32:12 +02:00
Shakker
e94deea4f2
fix: simplify Fly Machine env cleanup
2026-06-23 14:27:02 +01:00
Shakker
b827629418
test: route network runtime env setup
2026-06-23 14:25:43 +01:00
Vincent Koc
02556f9caf
fix(qa): reject polluted Tool Search proof lanes
2026-06-23 15:25:27 +02:00
Vincent Koc
3f2b205dde
fix(qa): require MCP API list evidence
2026-06-23 15:20:29 +02:00
Vincent Koc
3d2c52c935
fix(qa): reject duplicate RPC RTT methods
2026-06-23 15:14:40 +02:00
Shakker
e11539234b
fix: route shared auth secret env writes
2026-06-23 14:10:02 +01:00
Vincent Koc
720e295cff
fix(qa): require Telegram proof report before publish
2026-06-23 15:09:04 +02:00
Shakker
20d1dc8f0a
test: route shared token reload env writes
2026-06-23 14:02:24 +01:00