|
| 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. |
0 commit comments