Show an empty state when the AI finds no tasks, instead of an error - #505
Open
Guotai812 wants to merge 8 commits into
Open
Show an empty state when the AI finds no tasks, instead of an error#505Guotai812 wants to merge 8 commits into
Guotai812 wants to merge 8 commits into
Conversation
Test Results98 tests 98 ✅ 9s ⏱️ Results for commit 5743d10. ♻️ This comment has been updated with latest results. |
|
nxn-nicole
requested changes
Aug 3, 2026
…ult state management
…ng quota exceeded errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The backend expressed "the user said nothing task-shaped" by throwing (
AiErrorCode.NoTasksExtracted), so a valid empty outcome arrived on the error channel: red toast, transcript wiped, blank screen. Users could not tell a mis-hearing from a genuinely task-free sentence, or keep what they said.AiGenerateMessagewithisEmptyResult. Genuine faults (cancel, 429, content filter, unhandled) still throw.extracted*lists are cumulative for the whole session, so a barren turn can still return a non-empty snapshot.ToolCallCountis the only per-turn signal.ai_task_generation_failed, which they were 59% of.Backend and app must ship together: older app versions get no empty-state feedback.
Release note
Status: