@felan-ai/agent-core 0.8.1 → 0.9.0

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 (3) hide show
  1. package/NOTICE +3 -3
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/NOTICE CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Copyright (c) 2026 Felan contributors
4
4
 
5
- This package uses @earendil-works/pi-ai 0.86.1 and
6
- @earendil-works/pi-coding-agent 0.86.1 from
5
+ This package uses @earendil-works/pi-ai and
6
+ @earendil-works/pi-coding-agent from
7
7
  https://github.com/earendil-works/pi, licensed under the MIT License.
8
8
  Copyright (c) 2025 Mario Zechner.
9
- It also uses @earendil-works/pi-server 0.86.1 from the same project under the
9
+ It also uses @earendil-works/pi-server from the same project under the
10
10
  MIT License.
11
11
 
12
12
  This package also contains original Felan MIT-licensed Jev classifier client
package/README.md CHANGED
@@ -79,7 +79,7 @@ Host mode runs with the current user's filesystem and process permissions. It
79
79
  does not provide OS isolation or a sandbox boundary. Run untrusted workloads in
80
80
  an isolated runtime instead.
81
81
 
82
- The package also composes Pi 0.86.1 sessions with inline Felan extensions,
82
+ The package also composes Pi sessions with inline Felan extensions,
83
83
  optional explicitly supplied native Pi extension paths, and runtime-backed
84
84
  coding tools. `createAgentCoreSession` returns a headless,
85
85
  inactive session, while `createAgentCoreSessionRuntimeFactory` provides the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/agent-core",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Portable Felan agent contracts and composition",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@earendil-works/pi-ai": "0.86.1",
29
- "@earendil-works/pi-coding-agent": "0.86.1",
30
- "@earendil-works/pi-server": "0.86.1",
28
+ "@earendil-works/pi-ai": "0.87.0",
29
+ "@earendil-works/pi-coding-agent": "0.87.0",
30
+ "@earendil-works/pi-server": "0.87.0",
31
31
  "@lydell/node-pty": "1.2.0-beta.14"
32
32
  },
33
33
  "publishConfig": {