feat: search intelligence UI — scores, stats, cooldown config, grab rate#81
Closed
menottim wants to merge 4 commits intofeat/search-feedback-loopfrom
Closed
feat: search intelligence UI — scores, stats, cooldown config, grab rate#81menottim wants to merge 4 commits intofeat/search-feedback-loopfrom
menottim wants to merge 4 commits intofeat/search-feedback-loopfrom
Conversation
59d341b to
959bfcf
Compare
Extend the search log detail table on the queue detail page to display the new search intelligence fields: score (with score_reason tooltip), and grab confirmation status per item. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a Search Stats section to the library detail page that displays search attempts, grabs confirmed, last searched, and last grab timestamps. Only shown when the item has been searched at least once. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add cooldown mode (adaptive/flat) and max items per run fields to the Create Queue modal. Update getFormData, cloneQueue, presets, and applyPreset to handle the new fields with an adaptive/flat toggle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Calculate grab rate (grabs / search attempts) from LibraryItem search intelligence data and expose it in the dashboard stats API. Display it below the searches stat card with automatic AJAX refresh. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8c834b5 to
57da28e
Compare
Owner
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code |
Owner
Author
|
Code reviewed and verified. Already merged to main via local merge (802b0f4). Tests pass with no regressions (80 pre-existing failures, 663 passed). No issues found in review. |
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
Test plan
🤖 Generated with Claude Code