From 8b5f1d017061a0bc4fd092f93502356b34186a5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:04:57 +0000 Subject: [PATCH] chore: version packages --- .changeset/cold-lands-help.md | 5 ----- .changeset/humble-gifts-beam.md | 5 ----- .changeset/lazy-corners-win.md | 11 ----------- .changeset/open-cows-tie.md | 5 ----- .changeset/proud-words-retire.md | 5 ----- .changeset/sixty-boxes-exist.md | 5 ----- .changeset/tough-sloths-mate.md | 5 ----- apps/cli/CHANGELOG.md | 26 ++++++++++++++++++++++++++ apps/cli/package.json | 2 +- 9 files changed, 27 insertions(+), 42 deletions(-) delete mode 100644 .changeset/cold-lands-help.md delete mode 100644 .changeset/humble-gifts-beam.md delete mode 100644 .changeset/lazy-corners-win.md delete mode 100644 .changeset/open-cows-tie.md delete mode 100644 .changeset/proud-words-retire.md delete mode 100644 .changeset/sixty-boxes-exist.md delete mode 100644 .changeset/tough-sloths-mate.md diff --git a/.changeset/cold-lands-help.md b/.changeset/cold-lands-help.md deleted file mode 100644 index 60022a5..0000000 --- a/.changeset/cold-lands-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack-effect": patch ---- - -fix strip cross-target module from autoselect diff --git a/.changeset/humble-gifts-beam.md b/.changeset/humble-gifts-beam.md deleted file mode 100644 index 1d88f81..0000000 --- a/.changeset/humble-gifts-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack-effect": patch ---- - -add ModuleChild schema for nested module selection diff --git a/.changeset/lazy-corners-win.md b/.changeset/lazy-corners-win.md deleted file mode 100644 index 8a7c04d..0000000 --- a/.changeset/lazy-corners-win.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"stack-effect": minor ---- - -add new Toolkits for the ai module - -- **DateTimeToolkit** <- provides functions for working with dates and times -- **MathToolkit** <- provides functions for mathematical operations -- **MemoryToolkit** <- provides functions for working with memory and data storage -- **PlanToolkit** <- provides functions for creating and managing plans and tasks -- **WebFetchToolkit** <- provides functions for making web requests and fetching data from the internet diff --git a/.changeset/open-cows-tie.md b/.changeset/open-cows-tie.md deleted file mode 100644 index bcc0a3b..0000000 --- a/.changeset/open-cows-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack-effect": patch ---- - -upgrade to effect@v4-beta.80 and use the new Crypto module diff --git a/.changeset/proud-words-retire.md b/.changeset/proud-words-retire.md deleted file mode 100644 index a991575..0000000 --- a/.changeset/proud-words-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack-effect": minor ---- - -add nix flake module for init devenv diff --git a/.changeset/sixty-boxes-exist.md b/.changeset/sixty-boxes-exist.md deleted file mode 100644 index d6c6823..0000000 --- a/.changeset/sixty-boxes-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack-effect": minor ---- - -add devcontainer module for init devenv diff --git a/.changeset/tough-sloths-mate.md b/.changeset/tough-sloths-mate.md deleted file mode 100644 index 3b3aff1..0000000 --- a/.changeset/tough-sloths-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stack-effect": patch ---- - -add Think toolkit as default toolkit for chat service diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 288d0fe..d6b301a 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,31 @@ # stack-effect +## 0.6.0 + +### Minor Changes + +- [#138](https://github.com/lloydrichards/stack-effect/pull/138) [`174784e`](https://github.com/lloydrichards/stack-effect/commit/174784eeb9eb373bb519150aa91ed594d1db2479) Thanks [@lloydrichards](https://github.com/lloydrichards)! - add new Toolkits for the ai module + + - **DateTimeToolkit** <- provides functions for working with dates and times + - **MathToolkit** <- provides functions for mathematical operations + - **MemoryToolkit** <- provides functions for working with memory and data storage + - **PlanToolkit** <- provides functions for creating and managing plans and tasks + - **WebFetchToolkit** <- provides functions for making web requests and fetching data from the internet + +- [#131](https://github.com/lloydrichards/stack-effect/pull/131) [`94b927d`](https://github.com/lloydrichards/stack-effect/commit/94b927daa9b6c15a0663ef9652117eb173ee4649) Thanks [@lloydrichards](https://github.com/lloydrichards)! - add nix flake module for init devenv + +- [#131](https://github.com/lloydrichards/stack-effect/pull/131) [`16231f0`](https://github.com/lloydrichards/stack-effect/commit/16231f0522ac4ecea7ffb768224891068cdd58e3) Thanks [@lloydrichards](https://github.com/lloydrichards)! - add devcontainer module for init devenv + +### Patch Changes + +- [#138](https://github.com/lloydrichards/stack-effect/pull/138) [`7d3f2db`](https://github.com/lloydrichards/stack-effect/commit/7d3f2dbcd228ff450a40e75ddc6b36cad09003b4) Thanks [@lloydrichards](https://github.com/lloydrichards)! - fix strip cross-target module from autoselect + +- [#135](https://github.com/lloydrichards/stack-effect/pull/135) [`f7bf08b`](https://github.com/lloydrichards/stack-effect/commit/f7bf08be8e2e67bcf2e478712bd0aa64400eae49) Thanks [@lloydrichards](https://github.com/lloydrichards)! - add ModuleChild schema for nested module selection + +- [#137](https://github.com/lloydrichards/stack-effect/pull/137) [`e5c249a`](https://github.com/lloydrichards/stack-effect/commit/e5c249a995490e6fe52ba5746a9ce34449b14a02) Thanks [@lloydrichards](https://github.com/lloydrichards)! - upgrade to effect@v4-beta.80 and use the new Crypto module + +- [#135](https://github.com/lloydrichards/stack-effect/pull/135) [`35ea7e0`](https://github.com/lloydrichards/stack-effect/commit/35ea7e0fceeea60bead6680a32a089dc442f4b59) Thanks [@lloydrichards](https://github.com/lloydrichards)! - add Think toolkit as default toolkit for chat service + ## 0.5.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 5d09104..62c6887 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "stack-effect", - "version": "0.5.0", + "version": "0.6.0", "description": "Scaffolding CLI for full-stack TypeScript apps built on Effect", "license": "MIT", "type": "module",