Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions content/docs/changelog/changelog-023.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "Changelog #023"
sidebarTitle: "Changelog #023"
llm: true
image: "/images/changelog/23.png"
imageAlt: "Announcing Changelog #023"
---
import Image from 'next/image';

<Image
src="/images/changelog/23.png"
alt="Announcing Changelog #023"
width={800}
height={400}
/>
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.

### ⭐ New

* Added new docs and cookbook integrations for Claude Agent SDK, PydanticAI, Mastra, and LangGraph.

### 🔧 Improvements

* Steel CLI reworked `forge` with embedded templates, template listing, safer builds, zip-based fetching, and an online fallback path.

* 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.

* steel-browser now supports newer Chrome builds and restores extension loading through command-line extension flags.

* Managed browser infrastructure now uses a more secure environment variable delivery path with encrypted, versioned bundles fetched at VM boot.

### 🐛 Bug Fixes

* Fixed the Steel CLI zsh installer to avoid adding duplicate `compinit` setup.

* Resolved several docs issues, including broken links, changelog path handling, and cookbook example polish.

* Fixed infrastructure issues affecting Nomad data directory setup and internal DNS resolution for Go services.

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.
1 change: 1 addition & 0 deletions content/docs/changelog/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"root": true,
"pages": [
"---Changelog---",
"changelog-023",
"changelog-022",
"changelog-021",
"changelog-020",
Expand Down
Binary file added public/images/changelog/23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading