Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rust/agent-firecrawl": "0.2.6",
"rust/agent-firecrawl": "0.2.7",
"rust/agent-deepwiki": "0.1.3",
"rust/agent-elevenlabs": "0.1.3",
"rust/agent-replicate": "0.1.4",
Expand Down
7 changes: 7 additions & 0 deletions rust/agent-firecrawl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.7](https://github.com/Coral-Protocol/agents/compare/agent-firecrawl-v0.2.6...agent-firecrawl-v0.2.7) (2026-05-26)


### Bug Fixes

* temporarily remove firecrawl api key ([0ac975f](https://github.com/Coral-Protocol/agents/commit/0ac975f8ecef1ef4dbdfa3c12ea639809183b865))

## [0.2.6](https://github.com/Coral-Protocol/agents/compare/agent-firecrawl-v0.2.5...agent-firecrawl-v0.2.6) (2026-04-09)


Expand Down
2 changes: 1 addition & 1 deletion rust/agent-firecrawl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agent-firecrawl"
version = "0.2.6"
version = "0.2.7"
edition = "2024"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/agent-firecrawl/coral-agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ edition = 3

[agent]
name = "firecrawl"
version = "0.2.6"
version = "0.2.7"
summary = "An agent that can use Firecrawl to scrape the web and gather information."
description = "An agent that can use Firecrawl to scrape the web and gather information."
readme = """
Expand Down