Skip to content

Commit 3e17671

Browse files
committed
chore: changeset for context-usage breakdown
1 parent 9c99667 commit 3e17671

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@electric-ax/agents-runtime': minor
3+
'@electric-ax/agents-server-ui': patch
4+
---
5+
6+
Context-usage indicator: a circular ring gauge plus a hover breakdown popover
7+
showing how the prompt decomposes across system prompt, tools, messages, and
8+
free space (à la Claude Code's `/context`). The runtime now persists an
9+
approximate `context_breakdown` of the stable request parts (system + tools) on
10+
each step alongside the cache-inclusive total, and exports new
11+
`computeContextBreakdown` / `parseContextBreakdown` helpers from the client
12+
entry; the UI derives the "messages" bucket as the real remainder so the
13+
segments always sum to the gauge.

0 commit comments

Comments
 (0)