fix(release): keep core runtime plugins installed

This commit is contained in:
Peter Steinberger
2026-05-02 11:48:28 +01:00
parent 5dff0397cf
commit ad264a9f5a
4 changed files with 42 additions and 1 deletions

View File

@@ -148,7 +148,6 @@ const INVALID_PROBE_DIAGNOSTIC_SURFACE_MODES = new Set(["full", "conformance", "
function assertExpectedDiagnostics(surfaceMode, errorMessages) {
const expectedErrorMessages = new Set([
'agent harness "kitchen-sink-agent-harness" registration missing required runtime methods',
'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",