@felan-ai/felan 0.21.11 → 0.21.13

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 CHANGED
@@ -17,9 +17,11 @@ 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.84.4 from https://github.com/earendil-works/pi,
20
+ @earendil-works/pi-tui 0.85.0 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
24
+ MIT License.
23
25
 
24
26
  The local powerline subscription host adapts provider request behavior from
25
27
  packages/pi-powerline in https://github.com/mslavov/pi-extensions at commit
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.84.4 reserves `dark` and `light` for its built-in export
128
+ intentional: Pi 0.85.0 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
@@ -6,7 +6,7 @@ const PI_RESOURCE_HINT = 'to show full startup help and loaded resources.';
6
6
  const FELAN_TAGLINE = ' get the job done · waste less';
7
7
  const MEMORY_CONTEXT_DISPLAY_PATH = 'Project memory';
8
8
  export function installFelanStartupHeader(mode, options = {}) {
9
- // Pi 0.84.4 has no pre-render header hook. Intercepting this assignment keeps
9
+ // Pi 0.85.0 has no pre-render header hook. Intercepting this assignment keeps
10
10
  // its own expandable component and keybinding behavior without showing it first.
11
11
  const internals = mode;
12
12
  const descriptor = Object.getOwnPropertyDescriptor(internals, 'builtInHeader');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/felan",
3
- "version": "0.21.11",
3
+ "version": "0.21.13",
4
4
  "description": "Open-source, model-portable coding agent built for cost-efficient, verifiable software work",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,32 +38,33 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@earendil-works/pi-coding-agent": "0.84.4",
42
- "@earendil-works/pi-tui": "0.84.4",
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",
43
44
  "@modelcontextprotocol/client": "2.0.0",
44
45
  "@napi-rs/keyring": "1.3.0",
45
46
  "open": "11.0.0",
46
- "@felan-ai/agent-core": "0.5.7",
47
- "@felan-ai/ext-codex": "0.3.3",
47
+ "@felan-ai/agent-core": "0.5.8",
48
+ "@felan-ai/ext-ask-user": "0.3.3",
49
+ "@felan-ai/ext-background-bash": "0.4.6",
50
+ "@felan-ai/ext-codex": "0.3.5",
48
51
  "@felan-ai/ext-browser": "0.2.0",
49
- "@felan-ai/ext-ask-user": "0.3.2",
50
- "@felan-ai/ext-background-bash": "0.4.5",
51
- "@felan-ai/ext-codebase-memory": "0.1.7",
52
+ "@felan-ai/ext-codebase-memory": "0.1.8",
52
53
  "@felan-ai/ext-context": "0.4.0",
53
- "@felan-ai/ext-context-view": "0.1.2",
54
+ "@felan-ai/ext-context-view": "0.1.3",
54
55
  "@felan-ai/ext-insights": "0.1.1",
55
- "@felan-ai/ext-markitdown": "0.2.1",
56
- "@felan-ai/ext-mcp": "0.2.0",
57
56
  "@felan-ai/ext-felan-api": "0.2.0",
58
- "@felan-ai/ext-powerline": "0.6.1",
57
+ "@felan-ai/ext-mcp": "0.2.0",
59
58
  "@felan-ai/ext-memory": "0.2.1",
60
- "@felan-ai/ext-prewalk": "0.6.0",
61
- "@felan-ai/ext-prompt-history": "0.1.1",
62
59
  "@felan-ai/ext-output-style": "0.3.0",
60
+ "@felan-ai/ext-markitdown": "0.2.1",
61
+ "@felan-ai/ext-powerline": "0.6.2",
62
+ "@felan-ai/ext-prewalk": "0.6.2",
63
+ "@felan-ai/ext-prompt-history": "0.1.2",
63
64
  "@felan-ai/ext-rtk-optimizer": "0.4.1",
64
- "@felan-ai/ext-subagents": "0.6.1",
65
- "@felan-ai/ext-tasks": "0.2.4",
66
65
  "@felan-ai/ext-session-title": "0.1.0",
66
+ "@felan-ai/ext-subagents": "0.6.1",
67
+ "@felan-ai/ext-tasks": "0.2.5",
67
68
  "@felan-ai/ext-web-access": "0.5.0"
68
69
  },
69
70
  "publishConfig": {