Skip to content

remove firecrawl agent command#70

Closed
developersdigest wants to merge 4 commits intomainfrom
feat/remove-agent
Closed

remove firecrawl agent command#70
developersdigest wants to merge 4 commits intomainfrom
feat/remove-agent

Conversation

@developersdigest
Copy link
Member

@developersdigest developersdigest commented Mar 12, 2026

Summary

  • Removes the firecrawl agent command (AI extraction jobs via startAgent/getAgentStatus)
  • Core primitives stay: scrape, search, crawl, map, browser
  • Coding agent detection (detectCodingAgents, --agent flag for skills) is unrelated and untouched
  • Bumps version 1.10.0 → 1.11.0

Changes

  • Deleted: src/commands/agent.ts, src/types/agent.ts, skills/firecrawl-agent/SKILL.md
  • Edited: src/index.ts (import, auth list, command registration, createAgentCommand()), src/__tests__/utils/mock-client.ts (interface), README.md (agent section), package.json (version bump)
  • Skills cleanup: removed stale skills/ index entries that were replaced by .agents/skills/ symlinks; removed agent references from firecrawl and firecrawl-browser skills

Test plan

  • npm run build passes
  • npm test — 273/273 tests pass
  • firecrawl --help no longer shows agent subcommand
  • Verify firecrawl init skills still works
  • Verify scrape, search, crawl, map, browser commands still work

the agent product feature (startAgent/getAgentStatus) is being cut from
the CLI. core primitives (scrape, search, crawl, map, browser) stay.
coding agent detection (detectCodingAgents) is unrelated and stays.

removes: command, types, skill, README section, mock interface member.
also removes stale skills/ index entries that were replaced by symlinks.
bumps version 1.10.0 → 1.11.0.
the CLI agent command stays — only the firecrawl-agent skill and agent
references in other skills are removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant