Skip to content
Merged
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project uses semantic versioning.

## Unreleased

## [0.4.0] - 2026-08-29

### Added

- Added current TinyFish Search filters (`include_domains`,
Expand Down
2 changes: 1 addition & 1 deletion hermes/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web-tinyfish
version: 0.3.4
version: 0.4.0
description: "Independent TinyFish provider plugin for Hermes Agent. Adds MCP-first Search/Fetch, plain-language tool routing, update awareness, and optional default-deny Browser infrastructure."
author: gabeosx
kind: backend
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web-tinyfish
version: 0.3.4
version: 0.4.0
description: "Compatibility manifest for existing root-directory installs. New installs should use the scanner-friendly /hermes subdirectory."
author: gabeosx
kind: backend
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "hermes-plugin-tinyfish"
version = "0.3.4"
version = "0.4.0"
description = "TinyFish Search, Fetch, plain-language routing, update awareness, and optional Browser for Hermes Agent"
readme = "README.md"
requires-python = ">=3.10"
Expand Down