fix: hydrate thread titles from Codex session index#8
fix: hydrate thread titles from Codex session index#8SeleiXi wants to merge 4 commits intofriuns2:mainfrom
Conversation
Review Summary by QodoHydrate thread titles from Codex session index
WalkthroughsDescription• Read thread titles from local Codex session_index.jsonl file • Merge session index titles with persisted thread title cache • Prefer session index titles over cached fallback values • Implement cache merging and trimming logic for consistency Diagramflowchart LR
SI["session_index.jsonl"] -->|"read and parse"| SITC["Session Index<br/>Thread Cache"]
PC["Persisted Cache<br/>thread-titles"] -->|"read"| PTC["Persisted<br/>Thread Cache"]
SITC -->|"merge with<br/>preference"| MTC["Merged Thread<br/>Title Cache"]
PTC --> MTC
MTC -->|"trim to<br/>MAX_THREAD_TITLES"| API["GET /codex-api/<br/>thread-titles"]
File Changes1. src/server/codexAppServerBridge.ts
|
Code Review by Qodo
1.
|
|
Thanks but what are those commits? @SeleiXi |
Sorry, those were unrelated commits to this issue. I've reverted them all and double-checked. |
fix: hydrate thread titles from Codex session index
Closes #7