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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2025-10-26)


### Features

* Add comprehensive test infrastructure with real runtime testing ([fcf3f9b](https://github.com/Sendo-labs/plugin-sendo-worker/commit/fcf3f9bcae6b7bbaf658fee0a171d86839cc3414))
* add initial implementation of the Sendo Worker ([463e5ff](https://github.com/Sendo-labs/plugin-sendo-worker/commit/463e5fff9c2423438989cbf4b0cd808b08227feb))
* enhance analysis functionality by adding new API route to retrieve analysis by ID, update runAnalysis method to include recommended actions, and implement integration tests for analysis workflow ([ede9796](https://github.com/Sendo-labs/plugin-sendo-worker/commit/ede9796a5d74d681e750449ce72c2470524d15ff))


### Bug Fixes

* **tests:** cast response in categorizeActions test to any for TypeScript compatibility ([b13670b](https://github.com/Sendo-labs/plugin-sendo-worker/commit/b13670bda791ecadf75ceb5922a85abb370a17e2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sendo-labs/plugin-sendo-worker",
"description": "Sendo Worker plugin for ElizaOS - provides worker task management and execution",
"version": "1.1.3-beta.1",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
Loading