ai-hist-mcp 0.18.2 → 0.18.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@ source IDs; an empty array disables remote acquisition. Acquisition tools declar
16
16
  open-world writes. Arbitrary plugin callbacks receive conservative annotations,
17
17
  and duplicate/reserved tool names are rejected before registration.
18
18
 
19
- The optional `@agent-relay/relayhistory` package registers `get_session_thread`
19
+ The optional `@relayhistory/capture` package registers `get_session_thread`
20
20
  and `read_delivered_history`. The former composes freshly delivered evidence
21
21
  with legacy lifecycle links under one pinned account and reports each outcome;
22
22
  the latter is an explicit live listing, not an incremental feed. Neither tool
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-mcp",
3
- "version": "0.18.2",
3
+ "version": "0.18.3",
4
4
  "description": "Thin npx wrapper for the ai-hist stdio MCP server.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -22,7 +22,7 @@
22
22
  "access": "public"
23
23
  },
24
24
  "dependencies": {
25
- "ai-hist": "0.18.2"
25
+ "ai-hist": "0.18.3"
26
26
  },
27
27
  "engines": {
28
28
  "node": ">=20"