-
Notifications
You must be signed in to change notification settings - Fork 438
QOL: Keep expired AskUserQuestion visible and send answers as messages
#121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@1code review this pr |
|
Task completed. Now I have a complete picture of the changes. Let me write up my review. PR Review: QOL: Keep expired
|
|
Addressed in latest commit ( 1. Unused 2. Duplicated code in
3. Dependency array correctness — Verified that |
|
@1code review this pr again |
|
@1code review this PR again |
|
Task completed. Now I have a good understanding of the existing code and the PR changes. Let me write my review. PR Review: QOL: Keep expired
|
## What's New ### Features - **Automations & Inbox** — New automations and inbox pages (beta — enable in Settings → Beta) - **Open in Editor** — Open worktree workspaces directly in your code editor ### Improvements & Fixes - **Expired Questions UX** — Keep expired AskUserQuestion visible and send answers as messages — thanks @jjjrmy! (#121) - **Default Model Fix** — Fixed chat UI disabled state when creating new chat with wrong default model
|
included in v0.0.50 |
Summary
AskUserQuestionand the 60-second backend timeout expires, the question dialog now stays visible instead of disappearingHow it works
expiredUserQuestionsAtom— when a question times out, it moves frompendingUserQuestionsAtomto this new atom instead of being discardeddisplayQuestions = pending ?? expired, so expired questions remain visiblerespondToolApprovalpathsendMessageTest plan
AskUserQuestion, wait 60s — question stays visibleGenerated with Claude Code