From 62da36dc3df6d20b4e8bda367e1810247c49ab12 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sun, 10 May 2026 21:25:56 +0530 Subject: [PATCH] docs(context): align context map docs (#80325) --- docs/concepts/context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/context.md b/docs/concepts/context.md index 4e643b308e3..50e42714ebb 100644 --- a/docs/concepts/context.md +++ b/docs/concepts/context.md @@ -77,14 +77,14 @@ Top tools (schema size): ### `/context map` -Sends an image generated from the same report as `/context list` and `/context detail`. Rectangle area is proportional to tracked prompt characters: +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: - injected workspace files - base system prompt text - skill prompt entries - tool JSON schemas -The caption shows whether the map came from the latest run-built report or from an on-demand estimate. +`/context list`, `/context detail`, and `/context json` can still inspect an on-demand estimate when no run report is cached. ## What counts toward the context window