Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/docs/changelog/changelog-036.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Changelog #036"
sidebarTitle: "Changelog #036"
llm: true
image: "/images/changelog/36.png"
imageAlt: "Announcing Changelog #036"
publishedAt: "2026-07-31"
---
import Image from 'next/image';

<Image
src="/images/changelog/36.png"
alt="Announcing Changelog #036"
width={800}
height={400}
/>
Hey everyone. This week focused on making the docs easier to navigate for developers and agents, with clearer session setup guidance and more consistent routing.

### 馃敡 Improvements

* Sessions API docs now explain how to reserve a session ID and clarify Python package installation, imports, and timeout options.

* Agent-facing docs now advertise per-page `.md` URLs and exclude low-value cookbook author pages from `llms.txt` and `llms-full.txt`.

### 馃悰 Bug Fixes

* Fixed docs routing so the root URL consistently serves the canonical homepage while the legacy `/overview` path redirects without affecting nested documentation pages.

* Corrected the Pi agent integration guide to install the extension from the `@steel-dev` package scope.
1 change: 1 addition & 0 deletions content/docs/changelog/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"root": true,
"pages": [
"---Changelog---",
"changelog-036",
"changelog-035",
"changelog-034",
"changelog-033",
Expand Down
Binary file added public/images/changelog/36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading