Skip to content

Commit 0289ca2

Browse files
hussufonibzard
andauthored
docs: draft changelog #27 (#44)
* docs: draft changelog #27 * docs(changelog): add cover image and humanize changelog #27 --------- Co-authored-by: nibzard <6250945+nibzard@users.noreply.github.com> Co-authored-by: nkkko <nikola.balic@gmail.com>
1 parent 244616d commit 0289ca2

3 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Changelog #027"
3+
sidebarTitle: "Changelog #027"
4+
llm: true
5+
image: "/images/changelog/27.png"
6+
imageAlt: "Announcing Changelog #027"
7+
---
8+
import Image from 'next/image';
9+
10+
<Image
11+
src="/images/changelog/27.png"
12+
alt="Announcing Changelog #027"
13+
width={800}
14+
height={400}
15+
/>
16+
Hey everyone, this week was mostly docs and leaderboard cleanup. We filled out the new Agent Traces docs, squashed a couple of docs-delivery bugs, and gave the leaderboard's benchmark pages and results browsing a real refresh.
17+
18+
### 🔧 Improvements
19+
20+
* The docs now have a dedicated Agent Traces section: product overview, the timeline and exports, and how to read traces from the API.
21+
22+
* The leaderboard got a rebuilt `/results` index you can filter across benchmarks, cleaner benchmark pages, and a markdown version of each page that feeds its llms.txt.
23+
24+
* We added more benchmark entries, plus tooling to help us find new results worth listing.
25+
26+
### 🐛 Bug Fixes
27+
28+
* Stale pages no longer leak into the llms.txt output.
29+
30+
* Dropped a markdown content-negotiation rewrite that was serving the wrong docs.
31+
32+
* Leaderboard row-note tooltips now sit above their container instead of getting clipped.
33+
34+
### 🏡 Housekeeping
35+
36+
* Infra now meters browser-seconds, with the billing config to match.

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

public/images/changelog/27.png

1.21 MB
Loading

0 commit comments

Comments
 (0)