We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c99667 commit 3e17671Copy full SHA for 3e17671
1 file changed
.changeset/context-usage-breakdown.md
@@ -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