fix(plugins): reject malformed channel registrations

This commit is contained in:
Vincent Koc
2026-04-28 21:23:07 -07:00
parent 8d58ad4c15
commit 24adf2c8e6
3 changed files with 36 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ function assertInstalled() {
const expectedErrorMessages = new Set([
"only bundled plugins can register agent tool result middleware",
'channel "kitchen-sink-channel-probe" registration missing required config helpers',
"cli registration missing explicit commands metadata",
"only bundled plugins can register Codex app-server extension factories",
"http route registration missing or invalid auth: /kitchen-sink/http-route",