Skip to content

Commit 8c396f2

Browse files
authored
Merge pull request #60 from steel-dev/automation/changelog-030-2026-06-19
docs: draft changelog #30
2 parents 4348ffe + dcb1dec commit 8c396f2

4 files changed

Lines changed: 31 additions & 0 deletions

File tree

‎.cspell/project-words.txt‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,20 @@ googleai
185185
googlegenai
186186
Groq
187187
hackernews
188+
hypercorn
188189
impls
189190
langchaingo
190191
llmagent
191192
MRKL
192193
omitempty
193194
reqwest
195+
restatedev
194196
rmcp
195197
schemars
196198
serde
197199
streamable
198200
swiftide
201+
temporalio
199202
thirtyfour
200203
Unmarshal
201204
unmarshals
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Changelog #030"
3+
sidebarTitle: "Changelog #030"
4+
llm: true
5+
image: "/images/changelog/30.png"
6+
imageAlt: "Announcing Changelog #030"
7+
publishedAt: "2026-06-19"
8+
---
9+
import Image from 'next/image';
10+
11+
<Image
12+
src="/images/changelog/30.png"
13+
alt="Announcing Changelog #030"
14+
width={800}
15+
height={400}
16+
/>
17+
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.
18+
19+
### 🔧 Improvements
20+
21+
* 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.
22+
23+
* Reworked the docs 404 page with better recovery links and a pointer to the LLM docs index.
24+
25+
* Updated the x402 docs so the scrape, screenshot, and PDF examples match the live browser tool endpoints.
26+
27+
* Added HealthAdminBench to the leaderboard, with simulated healthcare admin portal workflows.

‎content/docs/changelog/meta.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"root": true,
44
"pages": [
55
"---Changelog---",
6+
"changelog-030",
67
"changelog-029",
78
"changelog-028",
89
"changelog-027",

‎public/images/changelog/30.png‎

2.29 MB
Loading

0 commit comments

Comments
 (0)