fabro/docs/public/agents
Release Repro 6d61c6b5e4
fix(agent): stop the Kimi leak assertion from passing vacuously
The check tested for `never reconstruct it from memory`, a phrase the
Kimi edit description no longer contains after it was reworded to match
Kimi Code. A one-sided `!contains` against a literal cannot tell "the
phrase is absent because nothing leaked" from "the phrase is absent
everywhere", so it silently stopped protecting anything.

Assert the marker is present in Kimi's own description and absent from
the stock one. Removing the marker from the description now fails the
test instead of quietly disarming it, verified by doing exactly that.

Also correct the grep docs: all three sandbox implementations probe for
`rg` and fall back to POSIX `grep`, so the page should not imply a
single engine. Pre-existing, adjacent to the lines this branch touched.

Reported by Copilot review on #646.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-25 15:13:41 -04:00
..
hooks.mdx Hooks: typed end-to-end interpolation, narrow header tokens, fail-closed resolution (#528) 2026-06-30 17:07:11 -04:00
mcp.mdx refactor(glob): unify workspace path matching 2026-07-25 10:30:19 -04:00
outputs.mdx refactor(glob): unify workspace path matching 2026-07-25 10:30:19 -04:00
permissions.mdx fix(agent): remove the read-before-write guard 2026-07-25 14:53:38 -04:00
prompts.mdx refactor: simplify profile builder and drop dead tool plumbing 2026-07-24 17:32:33 -04:00
skills.mdx refactor(docs): split docs/ into public/ and internal/ 2026-04-27 07:21:13 -07:00
subagents.mdx fix(agent): remove dead execution limits 2026-07-23 19:36:29 -04:00
tools.mdx fix(agent): stop the Kimi leak assertion from passing vacuously 2026-07-25 15:13:41 -04:00