File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 *
44 * Hidden from --help until the flow is battle-tested in the wild. The
55 * scaffolder is vendored under `src/utils/agent-scaffold/` (mirrored from
6- * `firecrawl/firecrawl -agent`). At runtime it clones the public agent repo
6+ * `firecrawl/web -agent`). At runtime it clones the public agent repo
77 * to get templates — no separate npm package for the agent CLI.
88 *
99 * Once visible, the command tree will grow to include additional kinds
Original file line number Diff line number Diff line change 11/**
2- * Vendored from firecrawl/firecrawl -agent:.internal/cli/src/commands/init.ts
2+ * Vendored from firecrawl/web -agent:.internal/cli/src/commands/init.ts
33 *
44 * This is the interactive-to-non-interactive create flow. The original file
55 * also exposed a `createInitCommand` commander builder — we drop that here
Original file line number Diff line number Diff line change 11/**
2- * Vendored from firecrawl/firecrawl -agent:.internal/cli/src/utils/credentials.ts
2+ * Vendored from firecrawl/web -agent:.internal/cli/src/utils/credentials.ts
33 *
44 * Resolves the Firecrawl API key from env or the shared `firecrawl-cli` config
55 * directory. Same path as the root CLI's own credentials store (that's the
Original file line number Diff line number Diff line change 11/**
2- * Vendored from firecrawl/firecrawl -agent:.internal/cli/src/utils/manifest.ts
2+ * Vendored from firecrawl/web -agent:.internal/cli/src/utils/manifest.ts
33 *
44 * Divergence from upstream: removed the "look for agent-manifest.json next to
55 * the bundled CLI" branch — when this code runs inside the root firecrawl-cli
@@ -50,7 +50,7 @@ export interface Manifest {
5050let cached : Manifest | null = null ;
5151let cachedSourceRoot : string | null = null ;
5252
53- const DEFAULT_REMOTE = 'firecrawl/firecrawl -agent' ;
53+ const DEFAULT_REMOTE = 'firecrawl/web -agent' ;
5454
5555export function loadManifest ( ) : Manifest {
5656 if ( cached ) return cached ;
Original file line number Diff line number Diff line change 11/**
2- * Vendored from firecrawl/firecrawl -agent:.internal/cli/src/utils/scaffold.ts
2+ * Vendored from firecrawl/web -agent:.internal/cli/src/utils/scaffold.ts
33 * Copies templates from the cloned agent repo into the user's project dir,
44 * then merges agent-core deps and writes .env. No divergence from upstream
55 * — keep in sync if upstream changes scaffolding behavior.
Original file line number Diff line number Diff line change 11/**
2- * Vendored from firecrawl/firecrawl -agent:.internal/cli/src/utils/ui.ts
2+ * Vendored from firecrawl/web -agent:.internal/cli/src/utils/ui.ts
33 * Keep in sync if upstream changes — this file intentionally mirrors the
44 * agent repo's CLI output style so scaffold messages match docs verbatim.
55 */
You can’t perform that action at this time.
0 commit comments