@felan-ai/felan 0.11.2 → 0.11.3

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 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -119,8 +119,11 @@ Run `/mcp` to inspect configured servers, list tools, reconnect, authenticate,
119
119
  or log out. `/mcp auth [server]` opens a server picker when its argument is
120
120
  omitted. Configuration is loaded at startup;
121
121
  run `/reload` after editing either file. The model uses the `mcp` gateway tool
122
- for search, describe, and remote tool calls. The local host follows the upstream
123
- adapter's browser + PKCE loopback flow and stores tokens and dynamic-client
122
+ for status, explicit reconnects, search, describe, and remote tool calls. A
123
+ `disconnected` status only means that the current session has no live transport;
124
+ model discovery and call actions reconnect lazily with stored credentials. The
125
+ local host follows the upstream adapter's browser + PKCE loopback flow and
126
+ stores tokens and dynamic-client
124
127
  credentials in the OS credential store, bound to the Felan agent directory,
125
128
  server name, server URL, OAuth client/redirect/scope profile, and
126
129
  authorization-server issuer. It fails closed when that store is unavailable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/felan",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Local Felan terminal agent",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,15 +36,15 @@
36
36
  "@felan-ai/agent-core": "0.4.5",
37
37
  "@felan-ai/ext-ask-user": "0.1.0",
38
38
  "@felan-ai/ext-codex": "0.1.2",
39
- "@felan-ai/ext-background-bash": "0.3.3",
40
- "@felan-ai/ext-mcp": "0.1.0",
39
+ "@felan-ai/ext-mcp": "0.1.1",
41
40
  "@felan-ai/ext-subagents": "0.3.3",
42
- "@felan-ai/ext-context": "0.3.1",
43
- "@felan-ai/ext-powerline": "0.4.0",
41
+ "@felan-ai/ext-background-bash": "0.3.3",
44
42
  "@felan-ai/ext-tasks": "0.1.1",
43
+ "@felan-ai/ext-powerline": "0.4.0",
44
+ "@felan-ai/ext-context": "0.3.1",
45
+ "@felan-ai/ext-prewalk": "0.3.2",
45
46
  "@felan-ai/ext-web-access": "0.1.2",
46
- "@felan-ai/ext-rtk-optimizer": "0.1.0",
47
- "@felan-ai/ext-prewalk": "0.3.2"
47
+ "@felan-ai/ext-rtk-optimizer": "0.1.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public",