You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/changelog/changelog-023.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
title: "Changelog #023"
3
3
sidebarTitle: "Changelog #023"
4
4
llm: true
5
-
image: "/images/changelog-placeholder-white.jpeg"
5
+
image: "/images/changelog/23.png"
6
6
imageAlt: "Announcing Changelog #023"
7
7
---
8
8
importImagefrom'next/image';
9
9
10
10
<Image
11
-
src="/images/changelog-placeholder-white.jpeg"
11
+
src="/images/changelog/23.png"
12
12
alt="Announcing Changelog #023"
13
13
width={800}
14
14
height={400}
15
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.
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
17
18
18
### ⭐ New
19
19
@@ -25,8 +25,6 @@ Hey everyone — this week was mostly about expanding Steel’s agent integratio
25
25
26
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
27
28
-
* Added deep research examples to the cookbook and expanded the example set with updated agent workflows.
29
-
30
28
* steel-browser now supports newer Chrome builds and restores extension loading through command-line extension flags.
31
29
32
30
* Managed browser infrastructure now uses a more secure environment variable delivery path with encrypted, versioned bundles fetched at VM boot.
@@ -38,3 +36,5 @@ Hey everyone — this week was mostly about expanding Steel’s agent integratio
38
36
* Resolved several docs issues, including broken links, changelog path handling, and cookbook example polish.
39
37
40
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.
0 commit comments