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.
Files changed (42) hide show
  1. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/CHANGELOG.md +9 -0
  2. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/PKG-INFO +1 -1
  3. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/plugin.yaml +1 -1
  4. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/pyproject.toml +1 -1
  5. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/__init__.py +0 -0
  6. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/aggregate_benchmark.py +0 -0
  7. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/generate_report.py +0 -0
  8. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/improve_description.py +0 -0
  9. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/package_skill.py +0 -0
  10. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/quick_validate.py +0 -0
  11. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/run_eval.py +0 -0
  12. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/run_loop.py +0 -0
  13. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.agents/skills/skill-creator/scripts/utils.py +0 -0
  14. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/.gitignore +0 -0
  15. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/CODE_OF_CONDUCT.md +0 -0
  16. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/CONTRIBUTING.md +0 -0
  17. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/LICENSE +0 -0
  18. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/README.md +0 -0
  19. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/SECURITY.md +0 -0
  20. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/__init__.py +0 -0
  21. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/__init__.py +0 -0
  22. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/browser_provider.py +0 -0
  23. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/config.py +0 -0
  24. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/credit_policy.py +0 -0
  25. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/normalize.py +0 -0
  26. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/provider.py +0 -0
  27. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/rest_client.py +0 -0
  28. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/setup_cli.py +0 -0
  29. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/hermes_plugin_tinyfish/tools.py +0 -0
  30. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/scripts/prepare_release.py +0 -0
  31. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/scripts/validate_release.py +0 -0
  32. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/conftest.py +0 -0
  33. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_browser_provider.py +0 -0
  34. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_credit_policy.py +0 -0
  35. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_live.py +0 -0
  36. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_normalize.py +0 -0
  37. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_prepare_release.py +0 -0
  38. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_provider.py +0 -0
  39. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_register.py +0 -0
  40. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_setup_cli.py +0 -0
  41. {hermes_plugin_tinyfish-0.2.0 → hermes_plugin_tinyfish-0.2.1}/tests/test_tools.py +0 -0
  42. {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.0
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.0
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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hermes-plugin-tinyfish"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "TinyFish web search and extraction provider plugin for Hermes Agent"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"