From 961a2866894820953a71954d26012243abdd6159 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Thu, 3 Sep 2026 05:10:12 +0000 Subject: [PATCH] test(install): expect the Codex interface.logo field in the packed host-install proof #364 made the Codex adapter honor plugin.logo (interface.logo + shipped image). The host-install fixture declares plugin.logo, so the binary-gated Codex host-install proofs started failing on the interfaceFields key list. #368 fixed the built-bundle proof; this brings the packed-tarball proof (packed-host-install-proof.test.ts) in line. Test-expectation-only; product behavior is unchanged. Found by the #181/#242 closed-issue re-verification. --- packages/agent-bundle/tests/packed-host-install-proof.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/agent-bundle/tests/packed-host-install-proof.test.ts b/packages/agent-bundle/tests/packed-host-install-proof.test.ts index 11ee6108c..e11bbca39 100644 --- a/packages/agent-bundle/tests/packed-host-install-proof.test.ts +++ b/packages/agent-bundle/tests/packed-host-install-proof.test.ts @@ -201,6 +201,7 @@ codexPluginIt( 'defaultPrompt', 'developerName', 'displayName', + 'logo', 'longDescription', 'shortDescription', ],