mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 03:00:23 +00:00
0ed63968b6
Note: PR #1827 was branched before v0.51.19 shipped #1812, which introduced an initial (pure live-fetch) Codex provider card hook in api/providers.py at the same line range. The contributor's PR was filed AFTER #1812 shipped but their diff didn't yet account for it. Stage 314 absorbs the contributor's intent (visible Codex cache merge for gpt-5.3-codex-spark visibility) by replacing the v0.51.19 hook with the richer merged version directly in stage. Production code change ≡ what the contributor's PR would have produced if rebased onto current master. Test file + pr-media adopted verbatim. Marker commit so the stage log makes the absorption visible.