Commit Graph

319 Commits

Author SHA1 Message Date
Developers Digest 4c73d74c41 fix unbound variable error in install.sh cleanup trap
tmp_dir was declared local inside main(), but the EXIT trap
fires after main() returns when the local is out of scope.
With set -u this causes "unbound variable" on exit.
2026-03-25 16:02:57 -04:00
Developers Digest c1429aba24 Merge pull request #71 from firecrawl/install-sh
add multi-channel distribution: binaries, install scripts, homebrew
v1.12.2
2026-03-25 19:34:28 +00:00
Nicolas 40b3fdd9a3 Nick: improvements 2026-03-23 17:17:03 -03:00
Nicolas c05b34af06 Nick: version 2026-03-23 17:03:34 -03:00
Nicolas 8c3b8eb2f0 Merge pull request #74 from firecrawl/nsc/interact-scrape
(feat/interact) Interact
2026-03-23 16:44:33 -03:00
Nicolas 5bdaed26c8 Nick: skills update 2026-03-23 12:59:02 -03:00
Nicolas 726d90f677 Nick: 2026-03-23 12:56:44 -03:00
Nicolas c084d98486 Nick: 2026-03-23 12:54:22 -03:00
Nicolas 954d3830e4 Nick: 2026-03-22 21:23:48 -03:00
Nicolas 0bdf2b7426 Nick: 2026-03-22 20:25:44 -03:00
Nicolas 5abd341e30 Nick: updates 2026-03-19 15:44:35 -07:00
Nicolas 8607c7797d Nick: fixes 2026-03-18 16:46:50 -07:00
Nicolas 906fc94ea2 Merge pull request #72 from firecrawl/nsc/agent-signups
(feat/auth) Agent Signups
2026-03-18 16:29:29 -07:00
Nicolas be2547b96f Nick: 2026-03-18 16:26:04 -07:00
Nicolas af20982297 Nick: 2026-03-18 15:55:05 -07:00
Developers Digest b214bad4b5 bump github actions to node 24 compatible versions 2026-03-13 15:59:05 -04:00
Developers Digest 41fc12fc57 add dry run mode for testing on non-main branches 2026-03-13 15:46:10 -04:00
Developers Digest 86d462c7e8 add workflow_dispatch trigger for manual testing 2026-03-13 15:21:54 -04:00
Developers Digest 76e8552fe6 add nfpm linux packaging and auto-release on version bump
- trigger release on package.json version bump to main (not manual release)
- auto-create git tag + github release with all assets
- add nfpm.yaml for .deb, .rpm, .apk, .pkg.tar.zst generation
- use envsubst to render nfpm config per arch
- fix nfpm download url to use versioned filename
- add optional nfpm packaging to local build script
2026-03-13 14:34:34 -04:00
Developers Digest 55d565812a add multi-channel distribution: binaries, install scripts, homebrew
- build-binaries.sh: cross-compile via bun for darwin/linux/windows (x64+arm64)
- install.sh: curl|bash installer with checksum verification
- install.ps1: powershell installer for windows
- release-binaries.yml: github actions workflow to build + upload on release
- test.yml: cross-platform binary smoke tests on PRs
- homebrew formula: template for firecrawl/homebrew-firecrawl tap
2026-03-13 11:40:53 -04:00
Nicolas 5c2ba51efd Merge pull request #69 from firecrawl/feat/query-format
add --query flag for query format support
2026-03-12 11:53:58 -07:00
Developers Digest 18858ba23a prefer plain scrape over --query in skill docs
scrape + grep/read is the default for coding agents — full content
stays local for agentic reasoning. --query is for quick targeted
answers without saving the page.
2026-03-12 12:42:33 -04:00
Developers Digest 4627961cb0 move query docs to tracked skill file, remove .agents/ duplicate
the --query scrape docs were accidentally committed to
.agents/skills/firecrawl-scrape/ instead of skills/firecrawl-scrape/.
2026-03-12 12:38:56 -04:00
Developers Digest 549efd3d76 bump version to 1.10.0 2026-03-12 11:44:33 -04:00
Developers Digest 7ba546f5ce add --query flag for query format support 2026-03-12 11:39:46 -04:00
Developers Digest 5c88b4641e Merge pull request #68 from firecrawl/cross-reference-skill-approach
remove firecrawl-experimental, promote firecrawl-download to top-leve…
2026-03-10 21:48:36 +00:00
Developers Digest 82502fc13e remove firecrawl-experimental, promote firecrawl-download to top-level skill 2026-03-10 17:40:21 -04:00
Developers Digest e3d7270e60 Merge pull request #58 from firecrawl/cross-reference-skill-approach
Cross reference skill approach
2026-03-10 21:16:55 +00:00
Developers Digest 5a31c2b8b2 merge main, resolve SKILL.md conflict keeping optimized description 2026-03-10 17:10:51 -04:00
Developers Digest 3cd636cc91 fix type error in browser.ts interactiveLiveViewUrl access 2026-03-10 17:09:02 -04:00
Developers Digest 6f691ac3b4 update install script 2026-03-10 17:03:10 -04:00
Developers Digest 8037884e60 add firecrawl -y shorthand for init --all --browser
npx -y firecrawl-cli -y now runs the full non-interactive setup:
install globally, browser auth, install all skills to all agents.
2026-03-10 16:55:23 -04:00
Developers Digest 65735a18c0 fix setup skills missing npx -y flag
Without -y, npx prompts "Need to install the following packages: skills.
Ok to proceed?" which hangs in scripts and CI.
2026-03-10 16:50:04 -04:00
Developers Digest 50ca954490 make setup skills install globally with all skills by default 2026-03-10 16:34:05 -04:00
Developers Digest 7e3ba91ad7 Merge pull request #67 from firecrawl/add-claude-sync
Add workflow to sync Firecrawl skill to Claude plugin
2026-03-10 15:39:43 +00:00
Developers Digest 596b27f78d Unify Claude plugin sync workflow 2026-03-10 09:53:17 -04:00
Developers Digest 904417f491 Add Claude skill sync workflow 2026-03-10 09:47:26 -04:00
Developers Digest a8cee5509a Merge pull request #65 from firecrawl/minor-skill-update-to-test
Add experimental workflows and sync skills updates
2026-03-10 00:24:06 +00:00
Developers Digest ebbf4e2a83 Add branch trigger comment for skill sync 2026-03-09 20:20:18 -04:00
Developers Digest 9b062151f2 Merge pull request #64 from firecrawl/test-github-sync-action
Add sync workflow and note minor change
2026-03-10 00:17:07 +00:00
Developers Digest 446439b1f5 Merge remote-tracking branch 'origin/main' into test-github-sync-action
# Conflicts:
#	.github/workflows/sync-skills.yml
2026-03-09 20:13:05 -04:00
Developers Digest b364c7a0ac Update firecrawl sync workflow 2026-03-09 20:09:50 -04:00
Developers Digest 4b06ddd10b Merge pull request #63 from firecrawl/setup-github-action-sync
shorten skill description line
2026-03-09 22:23:18 +00:00
Developers Digest e27ef8cddd shorten skill description line 2026-03-09 18:20:20 -04:00
Developers Digest 69865ef602 Merge pull request #62 from firecrawl/setup-github-action-sync
add comma in skill description
2026-03-09 22:12:17 +00:00
Developers Digest 2f9574c4b0 add comma in skill description 2026-03-09 18:10:54 -04:00
Developers Digest d27b44a853 Merge pull request #61 from firecrawl/setup-github-action-sync
fix skills sync action to handle empty target repo
2026-03-09 22:09:46 +00:00
Developers Digest 5b62e22d87 fix skills sync action to handle empty target repo 2026-03-09 18:06:39 -04:00
Developers Digest fd700e0735 Merge pull request #60 from firecrawl/test-github-sync-action
Test PR GH Action Trigger
2026-03-09 21:47:20 +00:00
Developers Digest a268c63f63 Add sync test comment 2026-03-09 17:46:06 -04:00