Skip to content
Discussion options

You must be logged in to vote

Hey @zs819! Glad you got past the install -- and thanks for staying constructive about it. This one is a real difference in defaults, not something you configured wrong. Two knobs are almost certainly biting you, and a 9router template will not carry either of them over.

1. Codex session affinity is OFF by default (this is the "zero continuity" part).

codexSessionAffinityTtlMs defaults to 0 (src/lib/db/settings.ts:135) = disabled. With it off, every turn of your Codex conversation is routed independently by the combo strategy and can land on a different account, which breaks upstream session/prompt-cache continuity mid-task. It is opt-in by design (it trades load-balancing for continuity)…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by diegosouzapw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants