Skip to content

Commit b3771e7

Browse files
hussufonibzard
andauthored
docs: draft changelog #28 (#53)
* docs: draft changelog #28 * docs: humanize changelog #28 copy * docs: add changelog #28 cover image * docs: add publishedAt to changelog #28 for sidebar NEW badge --------- Co-authored-by: nibzard <6250945+nibzard@users.noreply.github.com> Co-authored-by: nkkko <nikola.balic@gmail.com>
1 parent a1bd0f5 commit b3771e7

3 files changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: "Changelog #028"
3+
sidebarTitle: "Changelog #028"
4+
llm: true
5+
image: "/images/changelog/28.png"
6+
imageAlt: "Announcing Changelog #028"
7+
publishedAt: "2026-06-06"
8+
---
9+
import Image from 'next/image';
10+
11+
<Image
12+
src="/images/changelog/28.png"
13+
alt="Announcing Changelog #028"
14+
width={800}
15+
height={400}
16+
/>
17+
Hey everyone. This was a session-and-CLI week.
18+
19+
The big one: sessions can now release themselves after sitting idle for however long you set, so you stop paying for tabs nobody's using. The CLI also grew up a bit — you can manage sessions and browse or install agent skills straight from it now. The rest is docs and API cleanup.
20+
21+
### ⭐ New
22+
23+
#### Inactivity-based session timeouts
24+
25+
Set an inactivity timeout and idle sessions get released automatically. No more orphaned sessions running until the hard limit.
26+
27+
#### CLI commands for sessions and agent skills
28+
29+
The Steel CLI now manages sessions and agent skills directly, including an interactive skills catalog and an `--all` install option.
30+
31+
### 🔧 Improvements
32+
33+
* The docs have a dedicated agent skills section now — installation, authoring, and troubleshooting — and the quickstart covers skills as part of setup.
34+
35+
* Docs pages support markdown content negotiation, so you can pull raw markdown straight from the site.
36+
37+
* API error responses are more consistent now: clearer validation and recovery messages, and standardized docs links in the payload.
38+
39+
* Anti-bot detection now covers DataDome, Imperva, Amazon WAF, and FunCaptcha, and we record which captcha type was detected on the session.
40+
41+
* Steel Browser switched its PDF tooling to MuPDF.
42+
43+
### 🐛 Bug Fixes
44+
45+
* Fixed docs pages that intermittently returned 500s when rendering raw markdown outside the prerender cache.
46+
47+
* Fixed `/changelog` so it redirects to the latest entry instead of leaning on a stale index source.
48+
49+
* Corrected billing credit grants and usage display so they match each plan's configured credits.
50+
51+
* Fixed Steel Browser fingerprint injection so launch configs that skip injection are respected.
52+
53+
### 🏡 Housekeeping
54+
55+
* Docs analytics moved to a shared GTM container, replacing the standalone Reo script setup.

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-028",
67
"changelog-027",
78
"changelog-026",
89
"changelog-025",

public/images/changelog/28.png

1.49 MB
Loading

0 commit comments

Comments
 (0)