claude-code - 💡(How to fix) Fix /ultrareview fails: seed bundle import error from Firestore

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}

Code Example

Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}
RAW_BUFFERClick to expand / collapse

Bug

Running /ultrareview (no args) on a local branch consistently fails to start the remote session.

Error

Ultrareview could not start the remote session: seed bundle: seed bundle import: failed to import files: error executing request: file not found: {"code":"not_found","message":"file to import not found: error retrieving file to import: firestore: not found"}

Reproduction

  1. In any git repo on a non-main branch with uncommitted local changes
  2. Run /ultrareview
  3. Observe the error above (reproduces on retry — not transient)

Environment

  • Claude Code (CLI)
  • Platform: darwin 24.5.0
  • Shell: zsh
  • Model: claude-opus-4-7[1m]

Expected

/ultrareview should bundle the local branch and start the remote multi-agent review session.

Actual

Server-side Firestore lookup for the seed bundle returns not_found, blocking session creation. Appears to be a backend issue rather than a client/local issue, since the failure is on the seed bundle import step before any local data is uploaded.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix /ultrareview fails: seed bundle import error from Firestore