jeopi-agent-core 16.2.13 → 16.2.15

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 +2 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [16.2.14] - 2026-07-02
6
+
5
7
  ### Added
6
8
 
7
9
  - Added support for Anthropic fallback content blocks in agent-loop assistant messages, ensuring they are preserved across session persistence and event fanout.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "jeopi-agent-core",
4
- "version": "16.2.13",
4
+ "version": "16.2.15",
5
5
  "description": "General-purpose agent with transport abstraction, state management, and attachment support",
6
6
  "homepage": "https://github.com/akillness/jeopi",
7
7
  "author": "Can Boluk",
@@ -35,12 +35,12 @@
35
35
  "fmt": "biome format --write ."
36
36
  },
37
37
  "dependencies": {
38
- "jeopi-ai": "16.2.13",
39
- "jeopi-catalog": "16.2.13",
40
- "jeopi-natives": "16.2.13",
41
- "jeopi-utils": "16.2.13",
42
- "jeopi-wire": "16.2.13",
43
- "jeopi-snapcompact": "16.2.13",
38
+ "jeopi-ai": "16.2.15",
39
+ "jeopi-catalog": "16.2.15",
40
+ "jeopi-natives": "16.2.15",
41
+ "jeopi-utils": "16.2.15",
42
+ "jeopi-wire": "16.2.15",
43
+ "jeopi-snapcompact": "16.2.15",
44
44
  "@opentelemetry/api": "^1.9.1"
45
45
  },
46
46
  "devDependencies": {