fix: bridge codex image generation over responses

This commit is contained in:
gaoren002
2026-04-23 15:13:57 +00:00
parent 0a80ec80e3
commit 5f41899705
8 changed files with 406 additions and 3 deletions

View File

@@ -434,6 +434,8 @@ func TestFrontendServer_Middleware(t *testing.T) {
"/api/v1/users",
"/v1/models",
"/v1beta/chat",
"/backend-api/codex/responses",
"/backend-api/codex/responses/compact",
"/antigravity/test",
"/setup/init",
"/health",
@@ -636,6 +638,8 @@ func TestServeEmbeddedFrontend(t *testing.T) {
"/api/users",
"/v1/models",
"/v1beta/chat",
"/backend-api/codex/responses",
"/backend-api/codex/responses/compact",
"/antigravity/test",
"/setup/init",
"/health",