Skip to content

Commit ccaf77d

Browse files
hussufogithub-actions[bot]
authored andcommitted
docs: draft changelog #36
1 parent 633f914 commit ccaf77d

4 files changed

Lines changed: 32 additions & 2 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Changelog #036"
3+
sidebarTitle: "Changelog #036"
4+
llm: true
5+
image: "/images/changelog/36.png"
6+
imageAlt: "Announcing Changelog #036"
7+
publishedAt: "2026-07-31"
8+
---
9+
import Image from 'next/image';
10+
11+
<Image
12+
src="/images/changelog/36.png"
13+
alt="Announcing Changelog #036"
14+
width={800}
15+
height={400}
16+
/>
17+
Hey everyone. This week focused on making the docs easier to navigate for developers and agents, with clearer session setup guidance and a consistent canonical homepage.
18+
19+
### 🔧 Improvements
20+
21+
* Session docs now cover reserving a session ID, installing and importing the Python SDK, and distinguishing Python API request timeouts from session timeouts.
22+
23+
* Agent-facing docs now direct agents to per-page `.md` URLs and exclude low-signal cookbook author pages from `llms.txt` and `llms-full.txt` while retaining cookbook topic pages.
24+
25+
### 🐛 Bug Fixes
26+
27+
* Fixed docs routing so the root URL consistently serves the canonical homepage, while the legacy `/overview` path redirects without affecting nested overview pages.
28+
29+
* Corrected the Pi agent integration guide to install the extension from the `@steel-dev/pi-steel` package.

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-036",
67
"changelog-035",
78
"changelog-034",
89
"changelog-033",

public/images/changelog/36.png

166 KB
Loading

scripts/changelog/state.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"changelogNumber": 35,
3-
"until": "2026-07-24T13:35:35.621Z",
2+
"changelogNumber": 36,
3+
"until": "2026-07-31T13:38:02.162Z",
44
"applicationReleaseSha": "4cc44305bae19df7135edda12a602841ad90ffe7"
55
}

0 commit comments

Comments
 (0)