@arnilo/prism-rag 0.0.23 → 0.0.25

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 +15 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.25] - 2026-08-06
4
+
5
+ ### Changed
6
+ - Released with exact 0.0.25 graph.
7
+
8
+ ## [0.0.24] - 2026-08-04
9
+
10
+ ### Added
11
+ - Durable `AgentEventSource` (memory + PostgreSQL LISTEN/NOTIFY), recoverable `ToolEffectStore`, and AG-UI MCP/MCP Apps/A2A fronting for Phase 7.
12
+
13
+ ### Changed
14
+ - Publishable graph remains **47** manifests at **0.0.24**; peers and lockfile move together.
15
+
16
+ See [migration guide](../../docs/migration.md) for the 0.0.23 → 0.0.24 notes.
17
+
3
18
  ## [0.0.23] - 2026-08-03
4
19
 
5
20
  ### Changed
6
21
  - Released with exact 0.0.23 graph.
7
22
 
8
-
9
23
  ## [0.0.22] - 2026-07-31
10
24
 
11
25
  ### Changed
@@ -16,14 +30,11 @@
16
30
  ### Changed
17
31
  - Released with exact 0.0.21 graph.
18
32
 
19
-
20
-
21
33
  ## [0.0.20] - 2026-07-31
22
34
 
23
35
  ### Changed
24
36
  - Released with exact 0.0.20 graph.
25
37
 
26
-
27
38
  ## [0.0.19] - 2026-07-30
28
39
 
29
40
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnilo/prism-rag",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "description": "Optional bounded text and Markdown RAG primitives for Prism.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -33,8 +33,8 @@
33
33
  "pack:dry-run": "npm pack --dry-run"
34
34
  },
35
35
  "peerDependencies": {
36
- "@arnilo/prism": "0.0.23",
37
- "@arnilo/prism-memory": "0.0.23"
36
+ "@arnilo/prism": "0.0.25",
37
+ "@arnilo/prism-memory": "0.0.25"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arnilo/prism": "file:../..",