@felan-ai/felan 0.11.3 → 0.11.4

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 (2) hide show
  1. package/NOTICE +1 -1
  2. package/package.json +10 -10
package/NOTICE CHANGED
@@ -7,7 +7,7 @@ packages listed in package.json. Their package-level LICENSE and NOTICE files
7
7
  contain the applicable attribution and source provenance.
8
8
 
9
9
  The terminal application uses @earendil-works/pi-coding-agent and
10
- @earendil-works/pi-tui 0.84.0 from https://github.com/earendil-works/pi,
10
+ @earendil-works/pi-tui 0.84.1 from https://github.com/earendil-works/pi,
11
11
  licensed under the MIT License.
12
12
  Copyright (c) 2025 Mario Zechner.
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/felan",
3
- "version": "0.11.3",
3
+ "version": "0.11.4",
4
4
  "description": "Local Felan terminal agent",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -28,22 +28,22 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@earendil-works/pi-coding-agent": "0.84.0",
32
- "@earendil-works/pi-tui": "0.84.0",
31
+ "@earendil-works/pi-coding-agent": "0.84.1",
32
+ "@earendil-works/pi-tui": "0.84.1",
33
33
  "@modelcontextprotocol/client": "2.0.0",
34
34
  "@napi-rs/keyring": "1.3.0",
35
35
  "open": "11.0.0",
36
- "@felan-ai/agent-core": "0.4.5",
37
- "@felan-ai/ext-ask-user": "0.1.0",
38
- "@felan-ai/ext-codex": "0.1.2",
36
+ "@felan-ai/ext-ask-user": "0.1.1",
37
+ "@felan-ai/agent-core": "0.4.6",
38
+ "@felan-ai/ext-background-bash": "0.3.4",
39
+ "@felan-ai/ext-codex": "0.1.3",
39
40
  "@felan-ai/ext-mcp": "0.1.1",
40
41
  "@felan-ai/ext-subagents": "0.3.3",
41
- "@felan-ai/ext-background-bash": "0.3.3",
42
- "@felan-ai/ext-tasks": "0.1.1",
43
- "@felan-ai/ext-powerline": "0.4.0",
42
+ "@felan-ai/ext-tasks": "0.1.2",
44
43
  "@felan-ai/ext-context": "0.3.1",
45
- "@felan-ai/ext-prewalk": "0.3.2",
44
+ "@felan-ai/ext-powerline": "0.4.1",
46
45
  "@felan-ai/ext-web-access": "0.1.2",
46
+ "@felan-ai/ext-prewalk": "0.3.2",
47
47
  "@felan-ai/ext-rtk-optimizer": "0.1.0"
48
48
  },
49
49
  "publishConfig": {