From 2415287d1d8cc8a5ea2051215e2f52c4223d0c6d Mon Sep 17 00:00:00 2001 From: hussufo <123210769+hussufo@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:03:07 +0000 Subject: [PATCH] docs: draft changelog #022 --- content/docs/changelog/changelog-022.mdx | 46 ++++++++++++++++++++++++ content/docs/changelog/meta.json | 1 + 2 files changed, 47 insertions(+) create mode 100644 content/docs/changelog/changelog-022.mdx diff --git a/content/docs/changelog/changelog-022.mdx b/content/docs/changelog/changelog-022.mdx new file mode 100644 index 00000000..430f8c3c --- /dev/null +++ b/content/docs/changelog/changelog-022.mdx @@ -0,0 +1,46 @@ +--- +title: "Changelog #022" +sidebarTitle: "Changelog #022" +llm: true +image: "/images/changelog-placeholder-white.jpeg" +imageAlt: "White placeholder image for changelog drafts" +imageWidth: 400 +imageHeight: 300 +--- +import Image from 'next/image'; + +White placeholder image for changelog drafts +Hey everyone — this week we focused on agent onboarding, broader coding-agent support in the CLI, and a handful of reliability and platform updates behind the scenes. + +### ⭐ New + +#### Coding agent integrations + +Steel CLI now supports Codex, OpenCode, and Pi coding agent workflows, with updated integration docs covering agent setup and usage. + +### 🐛 Bug Fixes + +* Fixed session metering so billed duration is clamped to the configured timeout. + +* Fixed the `forge` command in Steel CLI. + +### 🔧 Improvements + +* Updated Steel Cloud onboarding with a more agent-native setup flow and refreshed first-run guidance. + +* Steel CLI now simplifies `--agent` mode and always prints the agent guide when that mode is used. + +* Expanded docs and cookbook examples for computer-use and agent workflows, and enabled more Sessions API and integrations pages for LLM-friendly markdown sharing. + +* Improved browser infrastructure reliability with updated fleet-controller probe and resource tuning, browser VM density changes, and additional monitoring coverage. + +* Added support for additional proxy provider secrets in infrastructure configuration. + +### 🏡 Housekeeping + +* Added `llms.steel.dev` infrastructure and related DNS configuration. diff --git a/content/docs/changelog/meta.json b/content/docs/changelog/meta.json index 26279dc2..de5a7720 100644 --- a/content/docs/changelog/meta.json +++ b/content/docs/changelog/meta.json @@ -3,6 +3,7 @@ "root": true, "pages": [ "---Changelog---", + "changelog-022", "changelog-021", "changelog-020", "changelog-019",