@felan-ai/felan 0.16.3 → 0.16.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.
- package/README.md +3 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -104,7 +104,9 @@ sessions. Binary-backed features can remain inactive until their dependency is
|
|
|
104
104
|
installed or the feature is disabled through `/dependencies`.
|
|
105
105
|
|
|
106
106
|
Model responses use the built-in `concise` output style by default. Set the
|
|
107
|
-
global `outputStyle` setting to `explanatory` for more reasoning and context
|
|
107
|
+
global `outputStyle` setting to `explanatory` for more reasoning and context, or
|
|
108
|
+
to `caveman` for aggressively terse responses with safety and fidelity
|
|
109
|
+
exceptions;
|
|
108
110
|
the [configuration guide](../../docs/user-guide/configuration.md#output-style)
|
|
109
111
|
documents validation and session-lifecycle behavior.
|
|
110
112
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/felan",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.4",
|
|
4
4
|
"description": "Local Felan terminal agent",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"open": "11.0.0",
|
|
36
36
|
"@felan-ai/agent-core": "0.5.2",
|
|
37
37
|
"@felan-ai/ext-ask-user": "0.2.1",
|
|
38
|
-
"@felan-ai/ext-browser": "0.2.0",
|
|
39
38
|
"@felan-ai/ext-background-bash": "0.4.1",
|
|
40
|
-
"@felan-ai/ext-
|
|
39
|
+
"@felan-ai/ext-browser": "0.2.0",
|
|
41
40
|
"@felan-ai/ext-codex": "0.2.1",
|
|
41
|
+
"@felan-ai/ext-mcp": "0.2.0",
|
|
42
42
|
"@felan-ai/ext-subagents": "0.5.0",
|
|
43
|
+
"@felan-ai/ext-context": "0.4.0",
|
|
43
44
|
"@felan-ai/ext-felan-api": "0.2.0",
|
|
44
45
|
"@felan-ai/ext-tasks": "0.2.1",
|
|
45
46
|
"@felan-ai/ext-memory": "0.2.1",
|
|
46
|
-
"@felan-ai/ext-output-style": "0.2.0",
|
|
47
|
-
"@felan-ai/ext-context": "0.4.0",
|
|
48
|
-
"@felan-ai/ext-markitdown": "0.2.0",
|
|
49
47
|
"@felan-ai/ext-powerline": "0.5.3",
|
|
48
|
+
"@felan-ai/ext-output-style": "0.2.1",
|
|
50
49
|
"@felan-ai/ext-prewalk": "0.5.1",
|
|
50
|
+
"@felan-ai/ext-markitdown": "0.2.0",
|
|
51
51
|
"@felan-ai/ext-rtk-optimizer": "0.4.1",
|
|
52
52
|
"@felan-ai/ext-web-access": "0.4.2"
|
|
53
53
|
},
|