Skip to content

Commit 6435868

Browse files
committed
Updated changelogs
1 parent 549b05a commit 6435868

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ identifiers) ships as a built-in capability that is on by default.
3232
- **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.
3333
- **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.
3434
- **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).
3636

3737
### Runtime v0.20260616.0
3838

@@ -47,7 +47,7 @@ workflow step.
4747
- **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.
4848
- **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".
4949
- **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.
5151

5252
#### Dependency minimums updated to latest compatible releases
5353

@@ -606,7 +606,7 @@ Formations now support skills -- self-contained packages of instructions, refere
606606
- **Built-in `file-generation` skill** for producing PDFs, images, spreadsheets, and charts.
607607
- **REST API**: `GET /v1/skills`, `GET /v1/skills/{name}`, `GET /v1/agents/{agent_id}/skills`.
608608

609-
[>] [Skills documentation](concepts/skills.md)
609+
[>] [Skills documentation](concepts/skills)
610610

611611
#### MCP transport reliability
612612

@@ -665,7 +665,7 @@ String entries reference files by ID. Dict entries are inline definitions. Omitt
665665

666666
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.
667667

668-
[>] [Connect via MCP guide →](guides/connect-via-mcp.md)
668+
[>] [Connect via MCP guide →](guides/connect-via-mcp)
669669

670670
MCP authentication works exactly like the REST API: pass `X-Muxi-Client-Key` in your transport headers. No key, no access.
671671

0 commit comments

Comments
 (0)