refactor(codex): remove stale affinity cleanup leftovers

Drop the last affinity-related executor artifacts so the PR stays focused on the minimal Codex continuity fix set: stable prompt cache identity, stable session_id, and the executor-only behavior that was validated to restore cache reads.
This commit is contained in:
VooDisss
2026-03-27 20:40:26 +02:00
parent 79755e76ea
commit e5d3541b5a
2 changed files with 0 additions and 17 deletions

View File

@@ -14,8 +14,6 @@ import (
"github.com/tidwall/sjson"
)
const codexAuthAffinityMetadataKey = "auth_affinity_key"
type codexContinuity struct {
Key string
Source string