@felan-ai/agent-core 0.5.9 → 0.5.10

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.85.0 and
6
- @earendil-works/pi-coding-agent 0.85.0 from
5
+ This package uses @earendil-works/pi-ai 0.85.1 and
6
+ @earendil-works/pi-coding-agent 0.85.1 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.85.0 from the same project under the
9
+ It also uses @earendil-works/pi-server 0.85.1 from the same project under the
10
10
  MIT License.
11
11
 
12
12
  This package uses @lydell/node-pty 1.2.0-beta.14 from
package/README.md CHANGED
@@ -69,7 +69,7 @@ Host mode runs with the current user's filesystem and process permissions. It
69
69
  does not provide OS isolation or a sandbox boundary. Run untrusted workloads in
70
70
  an isolated runtime instead.
71
71
 
72
- The package also composes Pi 0.85.0 sessions with inline-only Felan extensions
72
+ The package also composes Pi 0.85.1 sessions with inline-only Felan extensions
73
73
  and runtime-backed coding tools. `createAgentCoreSession` returns a headless,
74
74
  inactive session, while `createAgentCoreSessionRuntimeFactory` provides the
75
75
  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.5.9",
3
+ "version": "0.5.10",
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.85.0",
29
- "@earendil-works/pi-coding-agent": "0.85.0",
30
- "@earendil-works/pi-server": "0.85.0",
28
+ "@earendil-works/pi-ai": "0.85.1",
29
+ "@earendil-works/pi-coding-agent": "0.85.1",
30
+ "@earendil-works/pi-server": "0.85.1",
31
31
  "@lydell/node-pty": "1.2.0-beta.14"
32
32
  },
33
33
  "publishConfig": {