hermes-plugin-tinyfish 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/CHANGELOG.md +9 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/PKG-INFO +1 -1
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/plugin.yaml +1 -1
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/pyproject.toml +1 -1
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/__init__.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/aggregate_benchmark.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/generate_report.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/improve_description.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/package_skill.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/quick_validate.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/run_eval.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/run_loop.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/utils.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.gitignore +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/CODE_OF_CONDUCT.md +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/CONTRIBUTING.md +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/LICENSE +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/README.md +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/SECURITY.md +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/__init__.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/__init__.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/browser_provider.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/config.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/credit_policy.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/normalize.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/provider.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/rest_client.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/setup_cli.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/tools.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/scripts/prepare_release.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/scripts/validate_release.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/conftest.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_browser_provider.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_credit_policy.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_live.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_normalize.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_prepare_release.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_provider.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_register.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_setup_cli.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_tools.py +0 -0
- {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_validate_release.py +0 -0
|
@@ -7,6 +7,15 @@ and this project uses semantic versioning.
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## [0.2.1] - 2026-07-08
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Made the tag-based release workflow idempotent for existing GitHub Releases
|
|
15
|
+
and prevented duplicate/fallback tag runs from proceeding into PyPI publish.
|
|
16
|
+
- Added a manual PyPI release recovery path for cases where GitHub Release
|
|
17
|
+
creation succeeds but the PyPI publish job is cancelled before upload.
|
|
18
|
+
|
|
10
19
|
## [0.2.0] - 2026-07-08
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hermes-plugin-tinyfish
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: TinyFish web search and extraction provider plugin for Hermes Agent
|
|
5
5
|
Project-URL: Homepage, https://github.com/gabeosx/hermes-plugin-tinyfish
|
|
6
6
|
Project-URL: Documentation, https://github.com/gabeosx/hermes-plugin-tinyfish#readme
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: web-tinyfish
|
|
2
|
-
version: 0.2.
|
|
2
|
+
version: 0.2.1
|
|
3
3
|
description: "Independent TinyFish provider plugin for Hermes Agent. Enables Search/Fetch by default with MCP-first routing and optional default-deny Agent, Browser, and Profile support behind credit policies."
|
|
4
4
|
author: gabeosx
|
|
5
5
|
kind: backend
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/config.py
RENAMED
|
File without changes
|
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/normalize.py
RENAMED
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/provider.py
RENAMED
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/rest_client.py
RENAMED
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/setup_cli.py
RENAMED
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_browser_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_validate_release.py
RENAMED
|
File without changes
|