@felan-ai/agent-core 0.5.0 → 0.5.1

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 +2 -2
  2. package/README.md +1 -1
  3. 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.2 and
6
- @earendil-works/pi-coding-agent 0.84.2 from
5
+ This package uses @earendil-works/pi-ai 0.84.3 and
6
+ @earendil-works/pi-coding-agent 0.84.3 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
@@ -65,7 +65,7 @@ Host mode runs with the current user's filesystem and process permissions. It
65
65
  does not provide OS isolation or a sandbox boundary. Run untrusted workloads in
66
66
  an isolated runtime instead.
67
67
 
68
- The package also composes Pi 0.84.2 sessions with inline-only Felan extensions
68
+ The package also composes Pi 0.84.3 sessions with inline-only Felan extensions
69
69
  and runtime-backed coding tools. `createAgentCoreSession` returns a headless,
70
70
  inactive session, while `createAgentCoreSessionRuntimeFactory` provides the
71
71
  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.0",
3
+ "version": "0.5.1",
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.2",
29
- "@earendil-works/pi-coding-agent": "0.84.2",
28
+ "@earendil-works/pi-ai": "0.84.3",
29
+ "@earendil-works/pi-coding-agent": "0.84.3",
30
30
  "@lydell/node-pty": "1.2.0-beta.14"
31
31
  },
32
32
  "publishConfig": {