openclaw/docs
Peter Steinberger 1e20cc814e
docs: retire config keys that strict validation rejects (#113956)
* docs: correct retired cron/audit config keys, cron failure-alert default, memory recall default, and tool-search telemetry claims

- configuration-reference: cron block documented cron.webhook and cron.failureDestination, both retired by the config-surface reduction tranches (58452de711, edecdbd05e); the cron schema is strict so a copied snippet is rejected. Document only the live keys and note the doctor --fix migrations.
- configuration-reference: root-level audit block is retired; canonical path is logging.audit (src/config/zod-schema.root-shape.ts).
- configuration-reference: cron.failureAlert.after default is 2, not 3 (src/cron/service/failure-alerts.ts).
- memory-config: rememberAcrossConversations defaults on for personal installs (packages/memory-host-sdk/src/host/config-utils.ts), matching the canonical table earlier in the page.
- tool-search: telemetry records catalogSize, per-source counts, and search/describe/call counts, and only on tool_search_code results. No byte accounting exists in the runtime.

* docs: retire remaining references to removed cron, audit, and logging config keys

Sweep follow-up to the previous commit, covering the same bug class in the pages that still contradicted it.

- cron-jobs/cli-cron: global cron.failureDestination is retired; the destination fields now live on cron.failureAlert (src/config/zod-schema.root-shape.ts, merged by legacy-config-migrations.runtime.retired.ts:379). Per-job delivery.failureDestination bullets left intact.
- gateway/audit, cli/audit, gateway/protocol: root-level audit.* is retired; canonical path is logging.audit.*.
- logging: logging.redactSensitive is retired (dead-config-keys.test.ts:198; removed by legacy-config-migrations.runtime.tier-eval.ts:12). resolveConfigRedaction hardcodes DEFAULT_REDACT_MODE = tools, so redaction is unconditional. Also documented that redactPatterns replaces the defaults on the log path (redact.ts:419) while tool payloads always merge them.
- logging: consoleStyle accepts only pretty|json (zod-schema.root-shape.ts:106); compact remains the automatic non-TTY rendering style (logging/console.ts:40) but is no longer settable, and doctor maps a stored one to pretty.
- security: security --fix no longer touches redaction and the logging.redact_off audit check is retired (src/security/audit-loopback-logging.test.ts asserts it never fires).

* chore(docs): regenerate docs map after retired-key cleanup
2026-07-25 18:24:02 -07:00
..
.generated refactor(agents): split before-tool-call policy pipeline (#113885) 2026-07-25 15:59:30 -07:00
.i18n fix(gateway): stop showing retired HEARTBEAT.md in the agent files editor (#113621) 2026-07-25 04:58:31 -07:00
announcements
assets docs(readme): trim banner whitespace for a more compact hero 2026-07-09 14:53:52 -07:00
automation docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
channels docs(discord): document channel-allowlist and ambient room event pitfalls (#113692) 2026-07-25 06:43:02 -07:00
clawhub feat(skills): support external skills.sh references (#112751) 2026-07-25 08:24:34 -05:00
cli docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
concepts feat(kimi): add first-class Kimi K3 support (#113909) 2026-07-25 16:48:10 -07:00
debug chore(scripts): remove resolved investigation tools and orphans (#113532) 2026-07-25 02:47:40 -07:00
diagnostics docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
gateway docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
help fix(gateway): stop showing retired HEARTBEAT.md in the agent files editor (#113621) 2026-07-25 04:58:31 -07:00
images
install feat(onboard): stage migration imports before promotion (#112798) 2026-07-23 07:06:01 -04:00
maturity fix(docs): preserve canonical maturity product labels 2026-07-17 09:44:52 -04:00
nodes feat(talk): enable GPT Live with Codex OAuth (#113354) 2026-07-25 20:41:27 -04:00
plan refactor(sessions): collapse legacy JSON store (#113075) 2026-07-23 09:36:48 -07:00
platforms feat(android): add OpenClaw settings chat (#112788) 2026-07-22 19:29:51 -04:00
plugins refactor(providers): table-driven forward compat and manifest-derived contract tests (#113940) 2026-07-25 18:09:37 -07:00
providers feat(talk): enable GPT Live with Codex OAuth (#113354) 2026-07-25 20:41:27 -04:00
refactor fix(sqlite): snapshot through online backup (#113385) 2026-07-25 03:03:33 +08:00
reference docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
releases docs: publish release notes for v2026.7.1 (#107040) 2026-07-13 22:54:04 -06:00
security refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
snippets/plugin-publish
specs improve: stream native sessions as hosts finish (#110211) 2026-07-17 23:59:57 +01:00
start docs(heartbeat): align retired config options with fixed runtime policies (#113455) 2026-07-25 06:52:27 -07:00
tools docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
web feat(talk): enable GPT Live with Codex OAuth (#113354) 2026-07-25 20:41:27 -04:00
agent-runtime-architecture.md refactor: own model discovery by runtime lifecycle (#111173) 2026-07-19 05:30:54 -07:00
AGENTS.md
auth-credential-semantics.md
brave-search.md
ci.md docs(release): document complete extended-stable workflow (#112524) 2026-07-23 10:48:48 +09:00
CLAUDE.md
date-time.md
docs.json feat(sessions): permanent creator attribution, owner avatars, person filter, multi-user docs (#112658) 2026-07-22 05:47:21 -07:00
docs_map.md docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
index.md docs: attribute published packages and docs home to the OpenClaw Foundation (#112633) 2026-07-22 03:48:02 -07:00
logging.md docs: retire config keys that strict validation rejects (#113956) 2026-07-25 18:24:02 -07:00
nav-tabs-underline.js
network.md
openclaw-agent-runtime.md refactor: flip sessions and transcripts to sqlite storage (#98236) 2026-07-11 14:50:37 -07:00
perplexity.md
prose.md
style.css fix(docs): expose generated taxonomy links 2026-07-15 07:28:58 -04:00
tts.md
vps.md
whatsapp-openclaw.jpg