@felan-ai/felan 0.17.0 → 0.17.1

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/README.md +5 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -104,9 +104,11 @@ 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, or
108
- to `caveman` for aggressively terse responses with safety and fidelity
109
- exceptions. Use `extensionConfig.outputStyle.style: custom` with explicit
107
+ global `outputStyle` setting to `explanatory` for more reasoning and context.
108
+ The concise style prefers minimal prose, clear fragments, and compact bullets
109
+ while preserving exact technical content, conditions, caveats, verification,
110
+ and blockers; it expands when compression could create ambiguity or safety
111
+ risk. Use `extensionConfig.outputStyle.style: custom` with explicit
110
112
  `instructions` to test alternative prompt wording;
111
113
  the [configuration guide](../../docs/user-guide/configuration.md#output-style)
112
114
  documents validation and session-lifecycle behavior.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/felan",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "Local Felan terminal agent",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -35,21 +35,21 @@
35
35
  "open": "11.0.0",
36
36
  "@felan-ai/agent-core": "0.5.3",
37
37
  "@felan-ai/ext-ask-user": "0.3.0",
38
- "@felan-ai/ext-background-bash": "0.4.1",
39
38
  "@felan-ai/ext-browser": "0.2.0",
40
39
  "@felan-ai/ext-codex": "0.2.1",
41
40
  "@felan-ai/ext-mcp": "0.2.0",
41
+ "@felan-ai/ext-background-bash": "0.4.1",
42
42
  "@felan-ai/ext-subagents": "0.5.0",
43
- "@felan-ai/ext-context": "0.4.0",
44
- "@felan-ai/ext-tasks": "0.2.1",
45
43
  "@felan-ai/ext-felan-api": "0.2.0",
46
- "@felan-ai/ext-output-style": "0.2.2",
47
- "@felan-ai/ext-memory": "0.2.1",
44
+ "@felan-ai/ext-tasks": "0.2.1",
45
+ "@felan-ai/ext-context": "0.4.0",
48
46
  "@felan-ai/ext-markitdown": "0.2.0",
47
+ "@felan-ai/ext-output-style": "0.3.0",
49
48
  "@felan-ai/ext-powerline": "0.5.4",
50
- "@felan-ai/ext-web-access": "0.4.2",
49
+ "@felan-ai/ext-prewalk": "0.5.1",
51
50
  "@felan-ai/ext-rtk-optimizer": "0.4.1",
52
- "@felan-ai/ext-prewalk": "0.5.1"
51
+ "@felan-ai/ext-web-access": "0.4.2",
52
+ "@felan-ai/ext-memory": "0.2.1"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public",