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