Skip to content

feat(viewer): add timeline sort toggle#999

Merged
wbugitlab1 merged 6 commits into
mainfrom
issue/525-viewer-timeline-sort
Jun 18, 2026
Merged

feat(viewer): add timeline sort toggle#999
wbugitlab1 merged 6 commits into
mainfrom
issue/525-viewer-timeline-sort

Conversation

@wbugitlab1

Copy link
Copy Markdown
Owner

Summary

  • add a viewer Timeline sort-order control with Newest First as the default and Oldest First as an option
  • sort timeline observations by timestamp before filtering/pagination
  • add focused VM coverage and extract the shared viewer sandbox helper

Fixes #525.

Verification

  • corepack pnpm exec vitest run test/viewer-timeline-sort.test.ts test/viewer-session-id.test.ts test/viewer-memories-sort.test.ts test/viewer-i18n.test.ts
  • corepack pnpm test
  • corepack pnpm run build
  • git diff --check
  • semgrep scan --config p/default --error --metrics=off .
  • osv-scanner scan source .
  • gitleaks protect --staged --redact

Notes

  • Viewer-only change; no REST, MCP, storage, auth, dependency, or persistence changes.
  • PR target is wbugitlab1/agentmemory:main.

@wbugitlab1 wbugitlab1 merged commit a029b7e into main Jun 18, 2026
2 checks passed
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.

[upstream PR 672] feat(viewer): add timeline sort toggle

1 participant