diff --git a/.changeset/heavy-steaks-fall.md b/.changeset/heavy-steaks-fall.md deleted file mode 100644 index 0d06f59..0000000 --- a/.changeset/heavy-steaks-fall.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plotday/tool-outlook-calendar": patch -"@plotday/tool-google-calendar": patch ---- - -Changed: Remove defunct static tool id diff --git a/.changeset/silent-otters-follow.md b/.changeset/silent-otters-follow.md deleted file mode 100644 index fa196ba..0000000 --- a/.changeset/silent-otters-follow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Fixed: Improper use of tools in Agent and Tool base classes causing "Tool not found" errors diff --git a/.changeset/wise-baths-smell.md b/.changeset/wise-baths-smell.md deleted file mode 100644 index b846ed8..0000000 --- a/.changeset/wise-baths-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": minor ---- - -Added: plot agent logs diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 6b50752..9ca3332 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # @plotday/sdk +## 0.14.0 + +### Added + +- plot agent logs ([#27](https://github.com/plotday/plot/pull/27) [`8030c59`](https://github.com/plotday/plot/commit/8030c5951a72dc6326b06d798ea150843cdc0143)) + +### Fixed + +- Improper use of tools in Agent and Tool base classes causing "Tool not found" errors ([#27](https://github.com/plotday/plot/pull/27) [`43ce7ab`](https://github.com/plotday/plot/commit/43ce7abdd97bea1fc8ee8569fd371f5f249c498c)) + ## 0.13.1 ### Added diff --git a/sdk/package.json b/sdk/package.json index 97661ba..edc6210 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.13.1", + "version": "0.14.0", "description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module", diff --git a/tools/google-calendar/CHANGELOG.md b/tools/google-calendar/CHANGELOG.md index 037ac1b..8a0cc0b 100644 --- a/tools/google-calendar/CHANGELOG.md +++ b/tools/google-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-google-calendar +## 0.1.7 + +### Changed + +- Remove defunct static tool id ([#27](https://github.com/plotday/plot/pull/27) [`97b3195`](https://github.com/plotday/plot/commit/97b3195abaffb6886fda90ce511de796fbd34aac)) +- Updated dependencies: +- @plotday/sdk@0.14.0 + ## 0.1.6 ### Changed diff --git a/tools/google-calendar/package.json b/tools/google-calendar/package.json index 620e31f..f4cf0e8 100644 --- a/tools/google-calendar/package.json +++ b/tools/google-calendar/package.json @@ -4,7 +4,7 @@ "description": "Sync with Google Calendar", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/google-contacts/CHANGELOG.md b/tools/google-contacts/CHANGELOG.md index fffb30f..b294b18 100644 --- a/tools/google-contacts/CHANGELOG.md +++ b/tools/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.1.7 + +### Changed + +- Updated dependencies: +- @plotday/sdk@0.14.0 + ## 0.1.6 ### Changed diff --git a/tools/google-contacts/package.json b/tools/google-contacts/package.json index 04e84cc..c861f73 100644 --- a/tools/google-contacts/package.json +++ b/tools/google-contacts/package.json @@ -4,7 +4,7 @@ "description": "Sync with Google Contacts", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tools/outlook-calendar/CHANGELOG.md b/tools/outlook-calendar/CHANGELOG.md index 36ead94..1017ade 100644 --- a/tools/outlook-calendar/CHANGELOG.md +++ b/tools/outlook-calendar/CHANGELOG.md @@ -1,5 +1,13 @@ # @plotday/tool-outlook-calendar +## 0.1.7 + +### Changed + +- Remove defunct static tool id ([#27](https://github.com/plotday/plot/pull/27) [`97b3195`](https://github.com/plotday/plot/commit/97b3195abaffb6886fda90ce511de796fbd34aac)) +- Updated dependencies: +- @plotday/sdk@0.14.0 + ## 0.1.6 ### Changed diff --git a/tools/outlook-calendar/package.json b/tools/outlook-calendar/package.json index 3983afd..ce71ad1 100644 --- a/tools/outlook-calendar/package.json +++ b/tools/outlook-calendar/package.json @@ -4,7 +4,7 @@ "description": "Sync with Microsoft Outlook Calendar", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",