@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.
- package/NOTICE +3 -3
- package/README.md +1 -1
- 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
|
|
6
|
-
@earendil-works/pi-coding-agent
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
29
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
30
|
-
"@earendil-works/pi-server": "0.
|
|
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": {
|