feat(history): comprehensive history enhancements — pagination, deep search, temporal grouping, UX, export, and tests#23
Merged
Conversation
98985d6 to
9242e7f
Compare
…search, temporal grouping, UX, export, and tests - Temporal grouping (today/yesterday/this week/this month/last month/older) - Deep content search in conversation messages (fuzzy search) - Server-side pagination with infinite scroll (50 items/page) - UX/UI refinements: skeleton loaders, empty states, ARIA accessibility, status badges - Multi-format export (JSON/Markdown/CSV) with preview + batch selection - 175+ tests covering all components, edge cases, and accessibility - 18 missing i18n translation keys added (en/es) - Await taskHistoryStore initialization to prevent empty results
9242e7f to
047e1f5
Compare
proyectoauraorg
added a commit
that referenced
this pull request
Jun 3, 2026
…erge Restores CLAUDE.md, scripts/upstream-guard.sh, scripts/install-hooks.sh, zZooContrib.code-workspace, and .husky/pre-push guard integration. These files were accidentally removed by GitHub squash-merge of PR #23. They are fork-exclusive governance infrastructure that must be preserved.
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
Comprehensive history enhancements across 7 sub-features merged into a single branch.
Features Implemented
Bug Fixes (commit 98985d6)
await taskHistoryStore.initializedin getHistoryPage handler to prevent empty resultsTest Results
Files Changed
webview-ui/src/components/history/— 15+ componentswebview-ui/src/i18n/locales/{en,es}/history.json— translationssrc/core/webview/webviewMessageHandler.ts— getHistoryPage handlersrc/core/task-persistence/TaskHistoryStore.ts— paginated store