Skip to content

Add reprocess-from-picker with progress modal - #97

Merged
adn8naiagent merged 1 commit into
stagingfrom
dev
Jun 30, 2026
Merged

Add reprocess-from-picker with progress modal#97
adn8naiagent merged 1 commit into
stagingfrom
dev

Conversation

@adn8naiagent

Copy link
Copy Markdown
Owner

Right-click (or long-press) a session in the picker for a context menu: open, open in new tab, open in new window, or reprocess. Reprocess rebuilds the stored session via a background job and surfaces live progress (loading / track / laps / building frames / done) in a modal, so users can trigger a re-compute without the CLI.

  • backend: POST reprocess + GET status endpoints (auth-gated by the existing /api middleware); status carries the latest progress message
  • picker: custom context menu, progress modal, per-pill spinner
  • README: note that re-running precompute without --skip-existing recomputes an existing session
  • deps: pin postcss >=8.5.10 via overrides to clear npm audit (0 vulns)

Right-click (or long-press) a session in the picker for a context menu:
open, open in new tab, open in new window, or reprocess. Reprocess
rebuilds the stored session via a background job and surfaces live
progress (loading / track / laps / building frames / done) in a modal,
so users can trigger a re-compute without the CLI.

- backend: POST reprocess + GET status endpoints (auth-gated by the
  existing /api middleware); status carries the latest progress message
- picker: custom context menu, progress modal, per-pill spinner
- README: note that re-running precompute without --skip-existing
  recomputes an existing session
- deps: pin postcss >=8.5.10 via overrides to clear npm audit (0 vulns)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@adn8naiagent
adn8naiagent merged commit 440e8ef into staging Jun 30, 2026
1 check 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.

1 participant