Skip to content
Open
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: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions tell-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion tell-agent/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down