The TUI can display prompts for queued jobs that haven't started yet (handlers_review.go:18), reading the Prompt field directly from the job object. The CLI show --prompt path still goes through /api/review, which requires a review row to exist.
roborev show --prompt <job_id> should return the stored prompt for queued jobs the same way the TUI does.
The TUI can display prompts for queued jobs that haven't started yet (
handlers_review.go:18), reading thePromptfield directly from the job object. The CLIshow --promptpath still goes through/api/review, which requires a review row to exist.roborev show --prompt <job_id>should return the stored prompt for queued jobs the same way the TUI does.