@bpmnkit/casen-worker-ai 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @bpmnkit/casen-worker-ai@0.1.5 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-worker-ai
2
+ > @bpmnkit/casen-worker-ai@0.1.6 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-worker-ai
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @bpmnkit/casen-worker-ai
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - dcf850a: Improvements
8
+ - d6d1860: Several bugfixes and feature implementations
9
+
3
10
  ## 0.1.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/casen-worker-ai",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "description": "AI task worker plugin for casen — classify, summarize, extract, and decide using Claude",
6
6
  "type": "module",
@@ -58,7 +58,7 @@
58
58
  "@anthropic-ai/sdk": "^0.40.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@bpmnkit/cli-sdk": "0.0.7"
61
+ "@bpmnkit/cli-sdk": "0.0.8"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsc",