diff --git a/.cspell/project-words.txt b/.cspell/project-words.txt index 13d337e3..755d507a 100644 --- a/.cspell/project-words.txt +++ b/.cspell/project-words.txt @@ -185,17 +185,20 @@ googleai googlegenai Groq hackernews +hypercorn impls langchaingo llmagent MRKL omitempty reqwest +restatedev rmcp schemars serde streamable swiftide +temporalio thirtyfour Unmarshal unmarshals diff --git a/content/docs/changelog/changelog-030.mdx b/content/docs/changelog/changelog-030.mdx new file mode 100644 index 00000000..701260d2 --- /dev/null +++ b/content/docs/changelog/changelog-030.mdx @@ -0,0 +1,27 @@ +--- +title: "Changelog #030" +sidebarTitle: "Changelog #030" +llm: true +image: "/images/changelog/30.png" +imageAlt: "Announcing Changelog #030" +publishedAt: "2026-06-19" +--- +import Image from 'next/image'; + +Announcing Changelog #030 +Hey everyone. This was a docs week. We're prepping a lot of new stuff for our upcoming [launch week](https://steel.dev/launch-week), so this week was mostly about getting the docs into better shape: more FAQs, even an agent-friendly 404 page, updated x402 examples, and a new benchmark on the leaderboard. + +### 🔧 Improvements + +* Added FAQ sections with questions we've been getting to more overview and integration pages. They include FAQ structured data and stay readable in the markdown that agents crawl. + +* Reworked the docs 404 page with better recovery links and a pointer to the LLM docs index. + +* Updated the x402 docs so the scrape, screenshot, and PDF examples match the live browser tool endpoints. + +* Added HealthAdminBench to the leaderboard, with simulated healthcare admin portal workflows. diff --git a/content/docs/changelog/meta.json b/content/docs/changelog/meta.json index e137a106..719257d4 100644 --- a/content/docs/changelog/meta.json +++ b/content/docs/changelog/meta.json @@ -3,6 +3,7 @@ "root": true, "pages": [ "---Changelog---", + "changelog-030", "changelog-029", "changelog-028", "changelog-027", diff --git a/public/images/changelog/30.png b/public/images/changelog/30.png new file mode 100644 index 00000000..d9f9ef47 Binary files /dev/null and b/public/images/changelog/30.png differ