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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project uses semantic versioning.

## [0.1.1] - 2026-07-06

### Changed

- Clarified that Hermes Git plugin installs clone the repository default branch.
- Added gated PyPI publishing directly to the tag-based release workflow for future releases.

## [0.1.0] - 2026-07-06

### Added
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ REST API calls with `TINYFISH_API_KEY` when MCP OAuth is unavailable.

## Install

Stable Git plugin install:
Hermes Git plugin install:

```bash
hermes plugins install gabeosx/hermes-plugin-tinyfish --enable
hermes tinyfish setup
```

Hermes installs from the latest stable GitHub release by default. The `main`
branch is the current development branch.
Hermes' Git plugin installer currently clones the repository default branch.
Stable release artifacts are published on the
[GitHub Releases page](https://github.com/gabeosx/hermes-plugin-tinyfish/releases).

PyPI install is planned after PyPI Trusted Publishing is configured:

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.1.0
version: 0.1.1
description: "TinyFish web search and content extraction provider for Hermes Agent. Prefers TinyFish hosted MCP OAuth and falls back to TINYFISH_API_KEY REST calls."
author: Gabe O'Leary
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.1.0"
version = "0.1.1"
description = "TinyFish web search and extraction provider plugin for Hermes Agent"
readme = "README.md"
requires-python = ">=3.10"
Expand Down