Skip to content

Fix tui_app_server resume-by-name lookup regression#16050

Merged
etraut-openai merged 2 commits intomainfrom
etraut/tuiappserver-resume-regression
Mar 28, 2026
Merged

Fix tui_app_server resume-by-name lookup regression#16050
etraut-openai merged 2 commits intomainfrom
etraut/tuiappserver-resume-regression

Conversation

@etraut-openai
Copy link
Copy Markdown
Collaborator

@etraut-openai etraut-openai commented Mar 27, 2026

Addresses #16049

codex resume <name> and /resume <name> could fail in the app-server TUI path because name lookup pre-filtered thread/list with the backend search_term, but saved thread names are hydrated after listing and are not part of that search index. Resolve names by scanning listed threads client-side instead, and add a regression test for saved sessions whose rollout title does not match the thread name.

@fcoury
Copy link
Copy Markdown
Contributor

fcoury commented Mar 27, 2026

@etraut-openai looks good to me!

@etraut-openai etraut-openai merged commit 8e24d5a into main Mar 28, 2026
38 checks passed
@etraut-openai etraut-openai deleted the etraut/tuiappserver-resume-regression branch March 28, 2026 01:04
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants