diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8b9d5a..f4564af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "agent-crew": "0.3.0", - "tell-agent": "0.3.0", + "tell-agent": "0.3.1", "agent-monitor": "0.5.0", "fresh-worktrees": "1.2.1", "paseo-beads": "0.2.0", diff --git a/tell-agent/CHANGELOG.md b/tell-agent/CHANGELOG.md index cde07e7..361cb18 100644 --- a/tell-agent/CHANGELOG.md +++ b/tell-agent/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/omercnet/paseo-plugins/compare/tell-agent-v0.3.0...tell-agent-v0.3.1) (2026-09-23) + + +### Bug Fixes + +* **tell-agent:** avoid unsupported client type import ([#153](https://github.com/omercnet/paseo-plugins/issues/153)) ([a8fc7b8](https://github.com/omercnet/paseo-plugins/commit/a8fc7b83321351170a086222c9ba5875ca381dee)) +* **tell-agent:** follow the agent directory so new sessions get a pill ([#158](https://github.com/omercnet/paseo-plugins/issues/158)) ([aadeaac](https://github.com/omercnet/paseo-plugins/commit/aadeaac194513009debc921265a7fb133897d51f)) + ## [0.3.0](https://github.com/omercnet/paseo-plugins/compare/tell-agent-v0.2.0...tell-agent-v0.3.0) (2026-09-18) diff --git a/tell-agent/package.json b/tell-agent/package.json index 881d16f..5598268 100644 --- a/tell-agent/package.json +++ b/tell-agent/package.json @@ -1,6 +1,6 @@ { "name": "@omercnet/paseo-tell-agent", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "Send messages to agents in other workspaces on the same Paseo host.", "license": "MIT",