claude-code - 💡(How to fix) Fix [BUG] /ultraplan fails with "seed bundle import: file not found: firestore: not found" [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#60558Fetched 2026-05-20 03:55:28
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Error Message

with a Firestore "not found" error during seed bundle import. The local Two consecutive attempts produced an identical error. The repo is a

  • Error literal: seed bundle import: failed to import files: file not found: firestore: not found

Error Messages/Logs

Actual behavior / Error output (literal, en bloque code): ultraplan: session creation failed — 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"} out — the error wording ("not_found") does not match a quota/auth/rate

Fix Action

Fix / Workaround


Additional context

  • Concurrent Claude Desktop usage was tested as a possible cause and ruled out — the error wording ("not_found") does not match a quota/auth/rate conflict.
  • Local transcripts in ~/.claude/projects contain no prior successful ultraplan session URLs (claude.ai/code/*), so this is not a stale-session collision.
  • Workaround in use: running the plan locally with the CLI.
  • Happy to provide debug logs (claude --debug + retry) if useful; will redact any path/identifier the team flags as sensitive.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Running /ultraplan <prompt> consistently fails at session-creation time with a Firestore "not found" error during seed bundle import. The local client (Claude Code 2.1.144) reports the failure immediately; no remote session URL is produced.

Two consecutive attempts produced an identical error. The repo is a private monorepo (~25 services, Java/Spring Boot + Terraform); the prompt referenced a local file in ~/Downloads/.

claude update reports 2.1.144 is the latest version, so I cannot test on a newer client.

/ultrareview was not tested in this session, but other local CLI features (chat, tools, plugins) work normally — the failure appears isolated to the cloud session bootstrap path.

What Should Happen?

Comando: /ultraplan con prompt + ref archivo md - Error literal: seed bundle import: failed to import files: file not found: firestore: not found - Repo path local, sin info sensible - 2 intentos consecutivos, ambos fallan idéntico

Error Messages/Logs

Steps to Reproduce

Steps to reproduce

  1. cd into a non-trivial git repo (monorepo, ~few hundred MB working tree).
  2. Run claude to start an interactive session.
  3. Run /ultraplan <a multi-paragraph prompt that references a local file>.
  4. Observe immediate failure (no remote URL emitted).

Expected behavior Remote Claude Code on the web session is created; a session URL is printed and the plan begins generating remotely.


Actual behavior / Error output (literal, en bloque code): ultraplan: session creation failed — 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"}

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.144 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

Environment

  • Claude Code version: 2.1.144
  • OS: macOS 26.3 (build 25D125)
  • Arch: arm64 (Apple Silicon)
  • Shell: zsh (/bin/zsh)
  • Node: v24.11.1
  • Auth: (poné el que uses: "Claude.ai subscription" o "Anthropic API key" o "Bedrock/Vertex")
  • Plugins active: superpowers, caveman, aws-dev-toolkit, developer-kit-java, fullstack-dev-skills, pr-review-toolkit (largo set, posiblemente relevante para tamaño del seed bundle) Frequency 100% reproducible in this repo (2/2 attempts). Other repos not tested.

Additional context

  • Concurrent Claude Desktop usage was tested as a possible cause and ruled out — the error wording ("not_found") does not match a quota/auth/rate conflict.
  • Local transcripts in ~/.claude/projects contain no prior successful ultraplan session URLs (claude.ai/code/*), so this is not a stale-session collision.
  • Workaround in use: running the plan locally with the CLI.
  • Happy to provide debug logs (claude --debug + retry) if useful; will redact any path/identifier the team flags as sensitive.

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