diff --git a/content/docs/changelog/changelog-023.mdx b/content/docs/changelog/changelog-023.mdx new file mode 100644 index 00000000..68675fd2 --- /dev/null +++ b/content/docs/changelog/changelog-023.mdx @@ -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'; + +Announcing Changelog #023 +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. diff --git a/content/docs/changelog/meta.json b/content/docs/changelog/meta.json index de5a7720..cad41464 100644 --- a/content/docs/changelog/meta.json +++ b/content/docs/changelog/meta.json @@ -3,6 +3,7 @@ "root": true, "pages": [ "---Changelog---", + "changelog-023", "changelog-022", "changelog-021", "changelog-020", diff --git a/public/images/changelog/23.png b/public/images/changelog/23.png new file mode 100644 index 00000000..c8e0994f Binary files /dev/null and b/public/images/changelog/23.png differ