Documentation Source Snapshot
These documentation pages were updated against the source commits below. Future Codex or Claude passes should start from these anchors, read only the product delta, then update the docs that are affected by the changed behavior.Source commits
Update workflow for the next iteration
- Pull latest
masterin all three source repositories. - Diff each repository from the matching anchor above.
- Read only the files changed by those diffs, plus directly referenced helpers when needed.
- Update the relevant docs pages and screenshot capture instructions.
- Replace the commit anchors in this file after validation passes.
Weekly automation helper
Run this from the docs repo root to prepare the source delta report for Codex:.docs-update-reports/latest/weekly-docs-update.md.
Useful diff commands
Scope notes
- The current Voice AI docs reflect public dashboard behavior for Deepgram, Soniox, Speech to Speech agents, fallback STT validation and billing, Boosted Keywords, Prompt Caching, empty model response recovery, language-aware filler, OpenAI, Google, Groq, ElevenLabs, Cartesia, phone routing, SIP trunking, Telephony Config, destination validation, call evidence, web call warmup and teardown, TTS ordering and continuity, and Audio Cache.
- The current dashboard docs reflect public behavior for MCP OAuth consent, workspace assistant questions and approved actions, assistant edit, retry, feedback, and session history controls, Knowledge Base attachments, agent timezone awareness, DateTime post-call analysis fields, batch CSV column mapping, batch upload phone-number review, batch progress rollups, workflow Application nodes, workflow Time nodes, and dynamic custom-function authentication headers.
- Provider or model names intentionally excluded from public docs should stay excluded unless the product owner asks otherwise.
- The generated integration catalog is separate from the dashboard integration docs. Link to catalog pages only where they help the reader understand a provider or business-system example.
- Individual MCP tool pages mirror
dashboard-be/src/modules/mcp/tools/*.tools.tsthroughnpm run mcp:exportandscripts/build-mcp-tools-from-export.py. The builder also regenerates resource overviews, safety labels, request examples, navigation, redirects, and the tracked manifest. Treat any dashboard-be diff touchingsrc/modules/mcp/**as requiring a full re-sync andpython3 scripts/validate_mcp_tool_docs.py.