fix: search older sessions #153

Merged
dries merged 1 commit from fix/session-search-cutoff into main 2026-06-24 23:24:49 +02:00
Owner

Summary

  • remove the 12-hour cutoff when loading sessions for command palette search
  • keep the existing 100-session cap, so search can find older recent sessions by title/path

Testing

  • pnpm exec tsc -b
  • make test
  • make lint (fails on existing host-helper check in internal/server/loop_engine.go)
## Summary - remove the 12-hour cutoff when loading sessions for command palette search - keep the existing 100-session cap, so search can find older recent sessions by title/path ## Testing - pnpm exec tsc -b - make test - make lint (fails on existing host-helper check in internal/server/loop_engine.go)
fix: search older sessions
All checks were successful
CI / Backend (pull_request) Successful in 2m42s
CI / Frontend (pull_request) Successful in 3m2s
CI / Build Desktop (macOS arm64) (pull_request) Successful in 1m40s
CI / Build (pull_request) Successful in 4m4s
CI / Coverage Ratchet (pull_request) Successful in 5m1s
CI / Playwright E2E (pull_request) Successful in 3m23s
CI / Semantic Tag (pull_request) Has been skipped
3b478de1d9

Coverage ratchet: pass

Suite Baseline This PR Δ
go 68.90% 68.90% +0.00
frontend 54.21% 54.22% +0.01

Tolerance: -0.1%. Baseline stored on gh-pages.

<!-- coverage-ratchet --> ### Coverage ratchet: ✅ pass | Suite | Baseline | This PR | Δ | | |---|---|---|---|---| | go | 68.90% | 68.90% | +0.00 | ✅ | | frontend | 54.21% | 54.22% | +0.01 | ✅ | _Tolerance: -0.1%. Baseline stored on `gh-pages`._
dries merged commit 91a2316d3b into main 2026-06-24 23:24:49 +02:00
dries referenced this pull request from a commit 2026-06-24 23:24:51 +02:00
Sign in to join this conversation.
No description provided.