Skip to content

Fix regression: "not available in TUI" error message#16273

Open
etraut-openai wants to merge 1 commit intomainfrom
etraut/not-availalbe-in-tui-error
Open

Fix regression: "not available in TUI" error message#16273
etraut-openai wants to merge 1 commit intomainfrom
etraut/not-availalbe-in-tui-error

Conversation

@etraut-openai
Copy link
Copy Markdown
Collaborator

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

Addresses a recent TUI regression

Problem: Pressing Ctrl+C during early TUI startup could route an interrupt with no active turn into the generic unsupported-op fallback, showing “Not available in app-server TUI yet for thread …” repeatedly.

Solution: Treat interrupt requests as handled when no active turn exists yet, preventing fallback error spam during startup, and add a regression test covering interrupt-without-active-turn behavior.

@etraut-openai etraut-openai changed the title Fix interrupt fallback to unsupported-thread error when no active turn exists Fix regression: "not available in TUI" error message Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant