You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ identifiers) ships as a built-in capability that is on by default.
32
32
-**Luhn-validated cards**: 16-digit runs are masked only when they pass the Luhn checksum, so order IDs, timestamps, and other long digit runs are preserved; placeholders are length-accurate.
33
33
-**New toggle**: `logging.redaction.entities` (default `true`) controls the entity layer; regex redaction is always on. If the spaCy model can't load, the layer degrades gracefully to regex-only with a one-time warning.
34
34
-**Core, not optional**: entity redaction uses Microsoft Presidio + spaCy `en_core_web_sm`, baked into the default images. The memory extractor uses the same detector (and confidence threshold) so PII is also kept out of long-term memory.
35
-
- See [Observability deep dive](deep-dives/observability.md#pii--secret-redaction).
35
+
- See [Observability deep dive](deep-dives/observability#pii--secret-redaction).
36
36
37
37
### Runtime v0.20260616.0
38
38
@@ -47,7 +47,7 @@ workflow step.
47
47
-**Deterministic activation**: the workflow executor calls `skill_manager.activate_async` directly before `agent.process_message`. Skill content is injected into the task prompt as a skill prelude.
48
48
-**Deterministic script execution**: when the run form is used and an RCE client is available, the executor calls `run_skill_command` directly before the agent runs, and the script output is appended to the task prompt under "Skill execution results".
49
49
-**Request-scoped transient grants**: SOP-declared skills work even when not pre-declared for the assigned agent in its YAML formation. The executor registers transient grants via `skill_manager.grant_request_skills` before workflow execution and revokes them in `finally`.
50
-
- See [SOPs guide](guides/create-sops.md) and [Skills guide](guides/add-skills.md) for updated documentation.
50
+
- See [SOPs guide](guides/create-sops) and [Skills guide](guides/add-skills) for updated documentation.
51
51
52
52
#### Dependency minimums updated to latest compatible releases
53
53
@@ -606,7 +606,7 @@ Formations now support skills -- self-contained packages of instructions, refere
606
606
- **Built-in `file-generation` skill** for producing PDFs, images, spreadsheets, and charts.
@@ -665,7 +665,7 @@ String entries reference files by ID. Dict entries are inline definitions. Omitt
665
665
666
666
Every formation now exposes an MCP server at `/mcp`. Connect from Claude Desktop, Cursor, or any MCP-compatible client and interact with your agents using the standard Model Context Protocol – same memory, same tools, same auth. All 33 client endpoints are available as MCP tools with clean names (`chat`, `list_sessions`, `search_memories`, etc.). Admin and internal endpoints are never exposed.
667
667
668
-
[>] [Connect via MCP guide →](guides/connect-via-mcp.md)
668
+
[>] [Connect via MCP guide →](guides/connect-via-mcp)
669
669
670
670
MCP authentication works exactly like the REST API: pass `X-Muxi-Client-Key` in your transport headers. No key, no access.
0 commit comments