Skip to content

Commit 0956bb3

Browse files
authored
Merge pull request #38 from steel-dev/automation/changelog-023-2026-05-02
docs: draft changelog #23
2 parents b4165bb + 3c535ef commit 0956bb3

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "Changelog #023"
3+
sidebarTitle: "Changelog #023"
4+
llm: true
5+
image: "/images/changelog/23.png"
6+
imageAlt: "Announcing Changelog #023"
7+
---
8+
import Image from 'next/image';
9+
10+
<Image
11+
src="/images/changelog/23.png"
12+
alt="Announcing Changelog #023"
13+
width={800}
14+
height={400}
15+
/>
16+
Hey everyone! This week was mostly about expanding Steel’s agent integrations and examples, with a few CLI and browser updates to make common workflows more reliable.
17+
18+
### ⭐ New
19+
20+
* Added new docs and cookbook integrations for Claude Agent SDK, PydanticAI, Mastra, and LangGraph.
21+
22+
### 🔧 Improvements
23+
24+
* Steel CLI reworked `forge` with embedded templates, template listing, safer builds, zip-based fetching, and an online fallback path.
25+
26+
* The docs site now has a cookbook-backed guides flow with featured guides, a recipe quickstart, and a refreshed cookbook integration across navigation and content.
27+
28+
* steel-browser now supports newer Chrome builds and restores extension loading through command-line extension flags.
29+
30+
* Managed browser infrastructure now uses a more secure environment variable delivery path with encrypted, versioned bundles fetched at VM boot.
31+
32+
### 🐛 Bug Fixes
33+
34+
* Fixed the Steel CLI zsh installer to avoid adding duplicate `compinit` setup.
35+
36+
* Resolved several docs issues, including broken links, changelog path handling, and cookbook example polish.
37+
38+
* Fixed infrastructure issues affecting Nomad data directory setup and internal DNS resolution for Go services.
39+
40+
As always, thanks for testing out the Steel beta. We really look forward to more of your feedback and continuing to build with this awesome, curious, and supportive community.

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-023",
67
"changelog-022",
78
"changelog-021",
89
"changelog-020",

public/images/changelog/23.png

2.07 MB
Loading

0 commit comments

Comments
 (0)