Skip to content

docs: update agent source-of-truth files to latest SDK versions - #1458

Draft
ericciarla wants to merge 2 commits into
mainfrom
claude/eager-dijkstra-l0wyo3
Draft

ericciarla wants to merge 2 commits into
mainfrom
claude/eager-dijkstra-l0wyo3

Conversation

@ericciarla

Copy link
Copy Markdown
Contributor

Summary

  • Update all 6 agent source-of-truth quickstart files with parameters and features from the latest SDK source code and v2 OpenAPI spec
  • Node.js: v4.18.2 → v4.41.0
  • Python: v4.22.1 → v4.44.0
  • Rust: v2.0.0 → v2.21.0
  • Java: v1.2.0 → v1.18.0
  • Elixir: v1.0.0 → v1.11.0
  • curl: aligned with current v2-openapi.json

Changes

New parameters documented across all SDK languages:

  • lockdown — serve only cached results
  • redactPII / redact_pii — PII redaction with mode/entity/style options
  • auditMetadata / audit_metadata — SIEM logging attribution
  • domainTools / domain_tools — Alexandria tool discovery
  • toolDetail / tool_detail — tool contract verbosity control
  • threatProtection / threat_protection — per-request threat protection override
  • includeDomains / include_domains — restrict search to specific domains
  • excludeDomains / exclude_domains — exclude domains from search
  • country — ISO country code geo-targeting for search
  • highlights — query-relevant highlights in search results
  • origin — request attribution (auto-set by SDKs)

New format types: product, menu, rawBase64, question (object), highlights (object)

Updated defaults from OpenAPI spec (curl file): onlyMainContent true, removeBase64Images true, blockAds true, storeInCache true, proxy "auto", search limit default 10

Test plan

  • Verify each .mdx file renders correctly in Mintlify
  • Spot-check parameter names against SDK source for each language
  • Confirm no localized files were modified

🤖 Generated with Claude Code

https://claude.ai/code/session_015dTb7RqrvM3oqd7xgvnPgU


Generated by Claude Code

Update all 6 agent quickstart files with parameters and features from
the latest SDK source code and v2 OpenAPI spec:

- Node.js: v4.18.2 → v4.41.0
- Python: v4.22.1 → v4.44.0
- Rust: v2.0.0 → v2.21.0
- Java: v1.2.0 → v1.18.0
- Elixir: v1.0.0 → v1.11.0
- curl: aligned with current v2-openapi.json

New parameters across SDKs: lockdown, redactPII, auditMetadata,
domainTools, toolDetail, threatProtection, includeDomains,
excludeDomains, country, highlights, origin. New format types:
product, menu. Updated defaults from OpenAPI spec.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015dTb7RqrvM3oqd7xgvnPgU
@mintlify

mintlify Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
firecrawl 🟢 Ready View Preview Sep 22, 2026, 1:17 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015dTb7RqrvM3oqd7xgvnPgU

Copy link
Copy Markdown
Contributor Author

The "Locale literals and extraction-hostile markdown" CI check is failing, but this is a pre-existing issue on the base branch — the same check fails on every recent PR (#1456, #1457, and the locadex translation PRs). The failures are all in localized files (es/, fr/, pt-BR/) that contain translated API identifiers (e.g. seguimientoDeCambios, suiviDesModifications), which this PR does not touch.

No fix is available from this PR's scope since the CLAUDE.md guidelines prohibit modifying localized files.


Generated by Claude Code

This branch was successfully deployed

1 active deployment
staging — 4a6b0bbe Deployed Sep 22, 2026 by mintlify[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants