@felan-ai/felan 0.21.15 → 0.21.16

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 +19 -19
package/NOTICE CHANGED
@@ -17,10 +17,10 @@ The local-first memory integration is original MIT-licensed Felan code from
17
17
  applicable attribution.
18
18
 
19
19
  The terminal application uses @earendil-works/pi-coding-agent and
20
- @earendil-works/pi-tui 0.85.0 from https://github.com/earendil-works/pi,
20
+ @earendil-works/pi-tui 0.85.1 from https://github.com/earendil-works/pi,
21
21
  licensed under the MIT License.
22
22
  Copyright (c) 2025 Mario Zechner.
23
- It also uses @earendil-works/pi-server 0.85.0 from the same project under the
23
+ It also uses @earendil-works/pi-server 0.85.1 from the same project under the
24
24
  MIT License.
25
25
 
26
26
  The local powerline subscription host adapts provider request behavior from
package/README.md CHANGED
@@ -125,7 +125,7 @@ The local TUI provides `felan-light` and `felan-dark` as host-owned Pi themes.
125
125
  The startup view uses a compact Felan welcome; press `Ctrl+O` when you need
126
126
  the full startup help and loaded-resource listing. When no theme is saved,
127
127
  Felan follows the terminal appearance automatically. The `felan-*` names are
128
- intentional: Pi 0.85.0 reserves `dark` and `light` for its built-in export
128
+ intentional: Pi 0.85.1 reserves `dark` and `light` for its built-in export
129
129
  themes, so colliding IDs would make exported sessions use different colors.
130
130
  Powerline consumes that same active theme instead of defining its own colors.
131
131
  New installs use Pi's fullscreen TUI mode by default. A saved `tuiMode` setting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/felan",
3
- "version": "0.21.15",
3
+ "version": "0.21.16",
4
4
  "description": "Open-source, model-portable coding agent built for cost-efficient, verifiable software work",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,34 +38,34 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@earendil-works/pi-coding-agent": "0.85.0",
42
- "@earendil-works/pi-server": "0.85.0",
43
- "@earendil-works/pi-tui": "0.85.0",
41
+ "@earendil-works/pi-coding-agent": "0.85.1",
42
+ "@earendil-works/pi-server": "0.85.1",
43
+ "@earendil-works/pi-tui": "0.85.1",
44
44
  "@modelcontextprotocol/client": "2.0.0",
45
45
  "@napi-rs/keyring": "1.3.0",
46
46
  "open": "11.0.0",
47
- "@felan-ai/agent-core": "0.5.9",
48
- "@felan-ai/ext-ask-user": "0.3.3",
47
+ "@felan-ai/agent-core": "0.5.10",
48
+ "@felan-ai/ext-ask-user": "0.3.4",
49
+ "@felan-ai/ext-background-bash": "0.4.7",
50
+ "@felan-ai/ext-codex": "0.3.6",
51
+ "@felan-ai/ext-codebase-memory": "0.2.1",
49
52
  "@felan-ai/ext-browser": "0.2.0",
50
- "@felan-ai/ext-codex": "0.3.5",
51
- "@felan-ai/ext-background-bash": "0.4.6",
52
- "@felan-ai/ext-codebase-memory": "0.2.0",
53
53
  "@felan-ai/ext-context": "0.4.0",
54
- "@felan-ai/ext-context-view": "0.1.3",
54
+ "@felan-ai/ext-context-view": "0.1.4",
55
55
  "@felan-ai/ext-insights": "0.1.1",
56
+ "@felan-ai/ext-felan-api": "0.2.0",
56
57
  "@felan-ai/ext-markitdown": "0.2.1",
57
- "@felan-ai/ext-mcp": "0.2.0",
58
58
  "@felan-ai/ext-memory": "0.2.1",
59
- "@felan-ai/ext-felan-api": "0.2.0",
60
59
  "@felan-ai/ext-output-style": "0.3.0",
61
- "@felan-ai/ext-prewalk": "0.6.2",
62
- "@felan-ai/ext-powerline": "0.6.2",
63
- "@felan-ai/ext-prompt-history": "0.1.2",
64
- "@felan-ai/ext-rtk-optimizer": "0.4.1",
65
- "@felan-ai/ext-tasks": "0.2.5",
66
- "@felan-ai/ext-session-title": "0.1.0",
60
+ "@felan-ai/ext-mcp": "0.2.0",
61
+ "@felan-ai/ext-powerline": "0.6.3",
62
+ "@felan-ai/ext-prewalk": "0.6.3",
63
+ "@felan-ai/ext-prompt-history": "0.1.3",
67
64
  "@felan-ai/ext-subagents": "0.6.1",
68
- "@felan-ai/ext-web-access": "0.5.0"
65
+ "@felan-ai/ext-rtk-optimizer": "0.4.1",
66
+ "@felan-ai/ext-tasks": "0.2.6",
67
+ "@felan-ai/ext-web-access": "0.5.0",
68
+ "@felan-ai/ext-session-title": "0.1.0"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public",