## Summary
Adds an unlisted migration guide at `/langsmith/smithdb-sdk-migration`
for partner customers migrating from v1 SDK methods to SmithDB-backed
equivalents. The page is `noindex: true` and not wired into `docs.json`
nav — accessible via direct URL only.
Each method's content (parameter tables, examples, and their code-sample
imports) lives in its own file under
`src/snippets/langsmith/smithdb-migration/` (e.g. `runs-query.mdx`,
`runs-retrieve.mdx`), included into the main page via Mintlify's
snippet-import pattern. Adding a new method's migration guide only
requires a new snippet file plus one import and one render line in the
main page, so different teams can add methods in parallel without
conflicting.
The code-samples generation and testing pipeline was extended to support
Go and cURL/bash, alongside existing Python/TypeScript/Java/Kotlin
support, so every code sample in this guide is a real, tested source
file rather than hand-authored prose.
---------
Co-authored-by: Kiewan Villatel <kiewan@langchain.dev>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Replaces the `baseten:zai-org/GLM-5` model used in documentation
examples with `baseten:zai-org/GLM-5.2`. This updates the code-snippet
generator's Baseten tab token (so future regeneration stays consistent),
the already-generated `src/snippets/code-samples/*.mdx`, hand-authored
examples under `src/oss/`, and the GLM-5/GLM-5.1 references on the Deep
Agents models page. Benchmark matrices
(`deepagents-eval-category-matrix.mdx`,
`refresh_deepagents_category_matrix.py`) and the self-hosted changelog
are intentionally left untouched since they record factual data.
Made by [Open
SWE](https://openswe.vercel.app/agents/47bd1250-8806-5acc-2a2f-ec8497332af0)
---------
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>