@onkernel/cua-agent 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.1 - 2026-06-11
4
+
5
+ - Update the `@onkernel/cua-ai` dependency to 0.2.1.
6
+
3
7
  ## 0.3.0 - 2026-06-10
4
8
 
5
9
  - Replaces the vendored pi-agent-core snapshot with the released `@earendil-works/pi-agent-core@0.79.1` dependency. The full pi surface is still re-exported, but it now tracks the published package instead of a frozen fork.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onkernel/cua-agent",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Kernel browser computer-use Agent and AgentHarness classes built on pi-agent-core",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@earendil-works/pi-agent-core": "0.79.1",
44
44
  "@earendil-works/pi-ai": "0.79.1",
45
- "@onkernel/cua-ai": "0.2.0",
45
+ "@onkernel/cua-ai": "0.2.1",
46
46
  "@onkernel/sdk": "0.49.0",
47
47
  "sharp": "^0.34.5"
48
48
  },