Commit Graph

117 Commits

Author SHA1 Message Date
mogery c1994d143f feat(cli): add search highlights option 2026-07-20 13:03:41 +02:00
Himadri Mishra 5cf5c926d3 revert: remove managed MCP router cards (#153) 2026-07-12 02:28:13 +05:30
Himadri Mishra f7ce029608 feat: deliver managed MCP router cards (#152) 2026-07-12 02:17:50 +05:30
mogery 7662479fe9 fix(research): send integration=cli on research endpoints
Research commands bypassed the SDK's typed methods and never set
integration, so requests were logged with integration=NULL. Append
integration=cli as a query param in getResearch, covering all five
subcommands in both keyed and keyless modes. Bump to 1.19.24.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BJ3prpziToFecBhLGRiX6t
2026-07-03 18:47:53 +02:00
Developers Digest ac90d047aa Support conditional implicit stdin for monitor command
Allow monitor create/update to only read piped stdin when flags can't build a payload. Added allowImplicitStdin option to readJsonPayload and exported helpers hasCreateFlagPayload / hasUpdateFlagPayload to detect when flags are sufficient. Updated command actions to pass the allowImplicitStdin flag and extended tests to cover the stdin payload policy. Also bumped package version to 1.19.23.
2026-06-30 22:05:40 -04:00
Developers Digest 653c5671bc Update package.json 2026-06-29 17:55:21 -04:00
Developers Digest c34da18f6c Clarify monitor target modes + link to dashboard on create
- monitor create --help: a 'Target modes' section distinguishing single page,
  URL batch, whole-site crawl, and web-search targets.
- On create, print the Cloud dashboard link + a run-now hint (interactive only,
  so pipes/--output stay clean).
- SKILL.md: a target-mode table so agents pick the right flags.
- Bump version to 1.19.21.
2026-06-26 17:00:19 -04:00
Developers Digest 93b34037af Update package.json 2026-06-26 16:35:11 -04:00
Developers Digest 7d39907c87 Update package.json 2026-06-19 13:39:08 -04:00
Developers Digest aa7c6d0439 bump version to 1.19.16
Claude-Session: https://claude.ai/code/session_016Szz5ZgWNULKbvNGqt8sdm
2026-06-19 12:15:08 -04:00
Developers Digest a449a16a32 Add Hermes/OpenClaw MCP & skills support
Bump CLI version and add YAML dependency; implement native MCP installers for Hermes and OpenClaw and a hosted Firecrawl MCP URL. Normalize agent aliases and extend setup/installMcp to handle special launchers (hermes, openclaw, and --agent all) and to invoke add-mcp with the hosted MCP URL and transport option. Add functions to write Hermes config and configure OpenClaw via its CLI, and add installSkillsForAgent helper. Extend launch command to recognize hermes/openclaw targets, run their MCP installers, optionally install skills (new --skip-skills flag), and launch with correct args. Update command help text and expand tests to cover these new behaviors.
2026-06-19 11:27:57 -04:00
Developers Digest c0606d0eff Add interactive target picker for launch command
Introduce an interactive picker for the `launch` command when no agent argument is provided, and require an explicit target in non-interactive mode. Adds helper functions (promptInput, pickLaunchTarget, supportedTargets), makes targetName optional in handleLaunchCommand, and validates that extraArgs cannot be provided without an explicit target. Also adds a `launcher` alias for the command and updates error messages. Tests updated to cover the non-interactive error case.
2026-06-19 10:46:31 -04:00
mogery 36cd66c727 bump ver 2026-06-16 08:47:59 -07:00
mogery d276001a45 Support keyless parse 2026-06-16 08:44:08 -07:00
mogery 2fdc873af6 chore: updates 2026-06-15 15:07:38 -07:00
Abimael Martell cb009428ab feat(cli): add generic feedback command (#135)
* feat(cli): add generic feedback command

* chore: bump version to 1.19.7

* chore: bump version to 1.19.8

* feat(cli): add endpoint feedback opt-out

* chore: bump version to 1.19.9

* chore: bump version to 1.19.10
2026-06-15 14:33:07 -07:00
mogery dbac54238a chore: updates 2026-06-15 14:25:03 -07:00
mogery fb478ad145 fix: allow interact without an API key 2026-06-15 14:14:41 -07:00
mogery 46fe87fd7c bump 2026-06-15 13:55:53 -07:00
Developers Digest 961047a950 hide default web hint on final screen when already handled interactively 2026-06-09 13:02:59 -04:00
Developers Digest 8dc2521d49 move default web provider to a dedicated init step before final screen 2026-06-09 13:02:00 -04:00
Developers Digest 2f9f157571 bump version to 1.19.4 2026-06-09 12:59:50 -04:00
Developers Digest cd68791898 Merge remote-tracking branch 'origin/main' into disable-config
# Conflicts:
#	package.json
2026-06-09 12:53:17 -04:00
Developers Digest 4af64c8ea9 bump version to 1.19.1 2026-06-09 12:37:40 -04:00
Abimael Martell db25ace348 fix(cli): handle wrapper argv parsing (#129)
* fix(cli): handle wrapper argv parsing

* repro(cli): remove argv parsing fix

* Revert "repro(cli): remove argv parsing fix"

This reverts commit 4000f947e7.

* ci: matrix npm package smoke test

* ci: use portable npm package smoke command

* chore: bump version to 1.19.2
2026-06-08 10:31:21 -07:00
Abimael Martell 375adea8cf fix(deps): stabilize pnpm global install (#128)
* fix: pin zod-to-json-schema for pnpm global installs

* chore: bump version to 1.19.1
2026-06-08 10:19:40 -07:00
Abimael Martell 48a913d5b8 feat: Add doctor command (#112)
* Add firecrawl doctor command (ENG-4883)

* Fix doctor support diagnostics

* Refine doctor credit label

* Polish doctor option handling

* Respect terminal color support in doctor

* Bump CLI version to 1.18.7
2026-06-01 12:12:40 -07:00
Abimael Martell b4b333c377 feat(scrape): add redact-pii flag (#124)
* Add redact-pii scrape flag

* Bump CLI version
2026-06-01 11:27:43 -07:00
Erik Engervall 69c74ee7f9 Refactor package dependencies to replace '@mendable/firecrawl-js' wit… (#118)
* Refactor package dependencies to replace '@mendable/firecrawl-js' with 'firecrawl' in package.json and update related imports across the codebase. This change ensures consistency and aligns with the new package naming convention.

* Update import statement for Firecrawl in client.ts to use named import for consistency with new package structure.
2026-05-29 08:39:58 -04:00
Developers Digest b56e2c93bc Update package.json 2026-05-27 23:36:44 -04:00
Developers Digest b4581608e4 Update package.json 2026-05-27 23:32:36 -04:00
Developers Digest 2b1be2e2aa bump cli version 2026-05-27 16:57:59 -04:00
Developers Digest 45690534ed Add monitor goal/page flags, tests, and docs
Export and update monitor creation helpers to accept a --goal and single --page shorthand (constructs urls from page when provided) and include goal in the request body. Add CLI options and help text for --goal and --page, support goal on monitor update, and adjust example usage. Add unit tests for buildCreateBody covering goal and page behavior. Update README and SKILL docs to document monitor usage and guidance. Bump package version to 1.18.1.
2026-05-25 13:43:23 -04:00
Nicolas c3e8c8a931 Nick: 2026-05-17 12:51:44 -04:00
Nicolas dac0d071c1 Update package.json 2026-05-17 12:50:26 -04:00
Nicolas f873e5bfd2 Merge branch 'main' into monitoring 2026-05-17 12:48:54 -04:00
Eric Ciarla 32309be1c8 Add workflows to cli! 2026-05-15 09:44:34 -04:00
Nicolas 9fad8ca542 Update package.json 2026-05-14 14:34:08 -04:00
Developers Digest e251e6f012 bump @mendable/firecrawl-js to 4.22.2; document why monitor still uses raw fetch 2026-05-12 11:22:33 -04:00
Developers Digest 0aec57ad08 bump version to 1.16.2 2026-05-05 10:11:53 -04:00
Developers Digest 1c3c5ab02d bump version to 1.16.1 2026-05-04 12:06:22 -04:00
Developers Digest aaca75fd1b bump version to 1.16.0 2026-04-22 11:09:17 -04:00
Developers Digest fefadc0e5b bump version to 1.15.2 2026-04-16 12:17:44 -04:00
Developers Digest 535c23283b bump version to 1.15.1 2026-04-15 20:27:10 -04:00
Developers Digest fa0b300209 bump version to 1.15.0 2026-04-15 13:31:03 -04:00
Nicolas 3193905aa4 Nick: fixes when using -k 2026-04-13 17:58:57 -03:00
Developers Digest 1b48a69d99 swap interact example to action-oriented search + filter flow 2026-04-10 11:58:53 -04:00
Developers Digest 9d6cc65c4c split next-steps into web vs build sections + friendly install labels
During install, show "Installing core firecrawl skills..." and
"Installing skills to build with firecrawl..." instead of the raw repo
names firecrawl/cli and firecrawl/skills. SKILL_REPO_LABELS map drives
the friendly text.

In the next-steps summary, split into two distinct groupings:
  1. "Connect & interact with the web (direct or in your AI agent)"
     with scrape/search/interact examples showing the natural language
     prompt next to the equivalent CLI command.
  2. "Building with firecrawl?" at the bottom, pointing at the build
     skills with a concrete business example.

MCP + --help entries sit between the two sections as general utilities.
Bumped to 1.14.7.
2026-04-10 11:52:13 -04:00
Developers Digest 6da95bba24 use firecrawl-specific business example in next-steps tip 2026-04-10 11:04:36 -04:00
Developers Digest f91f069382 rephrase build-skills tip with concrete example, drop em dash 2026-04-10 11:01:50 -04:00