@arnilo/prism-acp-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 +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.1] - 2026-08-29
4
+
5
+ ### Changed
6
+ - Plan 035-039 changed-package cut: additive runtime performance, tooling, and documentation deltas; peer window refresh.
7
+
3
8
  ## [0.3.0] - 2026-08-20
4
9
 
5
10
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnilo/prism-acp-agent",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Spawnable ACP agent: serves createPrismAcpAgent over stdio from a config file.",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",
@@ -33,7 +33,7 @@
33
33
  "@arnilo/prism-session-store-sqlite": "^0.3.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "@arnilo/prism": "^0.3.0",
36
+ "@arnilo/prism": "^0.3.1",
37
37
  "@arnilo/prism-ag-ui": "^0.3.0"
38
38
  },
39
39
  "devDependencies": {