@felan-ai/agent-core 0.4.6 → 0.4.7
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 +2 -2
- package/README.md +1 -1
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2026 Felan contributors
|
|
4
4
|
|
|
5
|
-
This package uses @earendil-works/pi-ai 0.84.
|
|
6
|
-
@earendil-works/pi-coding-agent 0.84.
|
|
5
|
+
This package uses @earendil-works/pi-ai 0.84.2 and
|
|
6
|
+
@earendil-works/pi-coding-agent 0.84.2 from
|
|
7
7
|
https://github.com/earendil-works/pi, licensed under the MIT License.
|
|
8
8
|
Copyright (c) 2025 Mario Zechner.
|
|
9
9
|
|
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ Host mode runs with the current user's filesystem and process permissions. It
|
|
|
48
48
|
does not provide OS isolation or a sandbox boundary. Run untrusted workloads in
|
|
49
49
|
an isolated runtime instead.
|
|
50
50
|
|
|
51
|
-
The package also composes Pi 0.84.
|
|
51
|
+
The package also composes Pi 0.84.2 sessions with inline-only Felan extensions
|
|
52
52
|
and runtime-backed coding tools. `createAgentCoreSession` returns a headless,
|
|
53
53
|
inactive session, while `createAgentCoreSessionRuntimeFactory` provides the
|
|
54
54
|
typed seam used with Pi's `createAgentSessionRuntime`. Applications retain
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/agent-core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "Portable Felan agent contracts and composition",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@earendil-works/pi-ai": "0.84.
|
|
29
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
28
|
+
"@earendil-works/pi-ai": "0.84.2",
|
|
29
|
+
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
30
30
|
"@lydell/node-pty": "1.2.0-beta.14"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|