You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/context.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,13 +77,16 @@ Top tools (schema size):
77
77
78
78
### `/context map`
79
79
80
-
Sends an image generated from the latest cached run report. Before a normal message has produced a run report in the session, `/context map` returns an unavailable message instead of rendering an estimate. Rectangle area is proportional to tracked prompt characters:
80
+
Sends an image generated from the latest cached run report plus the session transcript. Before a normal message has produced a run report in the session, `/context map` returns an unavailable message instead of rendering an estimate. Rectangle area is proportional to tracked prompt characters:
81
81
82
+
- conversation transcript (user messages, assistant replies, tool results, compaction summaries), plus per-turn runtime context and hook prompt additions that reach only the model
82
83
- injected workspace files
83
84
- base system prompt text
84
85
- skill prompt entries
85
86
- tool JSON schemas
86
87
88
+
The conversation group grows as the session does, so the map changes turn over turn; after compaction it collapses into a summaries tile.
89
+
87
90
`/context list`, `/context detail`, and `/context json` can still inspect an on-demand estimate when no run report is cached.
0 commit comments