@felan-ai/felan 0.18.4 → 0.18.5

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
@@ -11,7 +11,7 @@ The local-first memory integration is original MIT-licensed Felan code from
11
11
  applicable attribution.
12
12
 
13
13
  The terminal application uses @earendil-works/pi-coding-agent and
14
- @earendil-works/pi-tui 0.84.3 from https://github.com/earendil-works/pi,
14
+ @earendil-works/pi-tui 0.84.4 from https://github.com/earendil-works/pi,
15
15
  licensed under the MIT License.
16
16
  Copyright (c) 2025 Mario Zechner.
17
17
 
package/README.md CHANGED
@@ -109,7 +109,7 @@ The local TUI provides `felan-light` and `felan-dark` as host-owned Pi themes.
109
109
  The startup view uses a compact Felan welcome; press `Ctrl+O` when you need
110
110
  the full startup help and loaded-resource listing. When no theme is saved,
111
111
  Felan follows the terminal appearance automatically. The `felan-*` names are
112
- intentional: Pi 0.84.3 reserves `dark` and `light` for its built-in export
112
+ intentional: Pi 0.84.4 reserves `dark` and `light` for its built-in export
113
113
  themes, so colliding IDs would make exported sessions use different colors.
114
114
  Powerline consumes that same active theme instead of defining its own colors.
115
115
  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.3 has no pre-render header hook. Intercepting this assignment keeps
9
+ // Pi 0.84.4 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.18.4",
3
+ "version": "0.18.5",
4
4
  "description": "Open-source, model-portable coding agent built for cost-efficient, verifiable software work",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,30 +38,30 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@earendil-works/pi-coding-agent": "0.84.3",
42
- "@earendil-works/pi-tui": "0.84.3",
41
+ "@earendil-works/pi-coding-agent": "0.84.4",
42
+ "@earendil-works/pi-tui": "0.84.4",
43
43
  "@modelcontextprotocol/client": "2.0.0",
44
44
  "@napi-rs/keyring": "1.3.0",
45
45
  "open": "11.0.0",
46
- "@felan-ai/agent-core": "0.5.5",
47
- "@felan-ai/ext-background-bash": "0.4.2",
48
- "@felan-ai/ext-codex": "0.2.1",
49
- "@felan-ai/ext-ask-user": "0.3.1",
50
- "@felan-ai/ext-context": "0.4.0",
46
+ "@felan-ai/ext-background-bash": "0.4.3",
47
+ "@felan-ai/agent-core": "0.5.6",
48
+ "@felan-ai/ext-ask-user": "0.3.2",
51
49
  "@felan-ai/ext-browser": "0.2.0",
52
- "@felan-ai/ext-context-view": "0.1.1",
50
+ "@felan-ai/ext-codex": "0.2.2",
51
+ "@felan-ai/ext-context": "0.4.0",
52
+ "@felan-ai/ext-context-view": "0.1.2",
53
53
  "@felan-ai/ext-insights": "0.1.0",
54
54
  "@felan-ai/ext-felan-api": "0.2.0",
55
- "@felan-ai/ext-markitdown": "0.2.0",
56
- "@felan-ai/ext-mcp": "0.2.0",
57
55
  "@felan-ai/ext-memory": "0.2.1",
56
+ "@felan-ai/ext-markitdown": "0.2.0",
57
+ "@felan-ai/ext-powerline": "0.6.1",
58
58
  "@felan-ai/ext-output-style": "0.3.0",
59
- "@felan-ai/ext-prompt-history": "0.1.0",
60
- "@felan-ai/ext-prewalk": "0.5.1",
59
+ "@felan-ai/ext-mcp": "0.2.0",
61
60
  "@felan-ai/ext-rtk-optimizer": "0.4.1",
62
- "@felan-ai/ext-powerline": "0.6.0",
63
- "@felan-ai/ext-tasks": "0.2.3",
61
+ "@felan-ai/ext-prewalk": "0.5.1",
64
62
  "@felan-ai/ext-subagents": "0.5.0",
63
+ "@felan-ai/ext-prompt-history": "0.1.1",
64
+ "@felan-ai/ext-tasks": "0.2.4",
65
65
  "@felan-ai/ext-web-access": "0.4.2"
66
66
  },
67
67
  "publishConfig": {