dsh-context 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/lib/client.js +893 -815
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,7 +37,9 @@ Open any session and click the **Context / 上下文** tab:
37
37
 
38
38
  ### ⌨️ `/context` command — In-session Context Insight modal
39
39
 
40
- Type `/context` (or pick it from the `/` menu) and press Enter: a centered dialog shows the provider-anchored occupancy headline, the six-category composition bar, and the last-10-turn trend chart hover or click a bar for its full breakdown, exactly like the tab.
40
+ Type `/context` (or pick it from the `/` menu) and press Enter: a centered dialog shows the **Current Composition** card and the **Context browser** — the same composition bar, legend, and per-step browsing as the tab, so you can inspect what any request was assembled from without leaving the chat.
41
+
42
+ ![Context command_entry](https://raw.githubusercontent.com/bowenliang123/dsh-context/main/docs/context-command-entry.png)
41
43
 
42
44
  ![Context command](https://raw.githubusercontent.com/bowenliang123/dsh-context/main/docs/context-command.png)
43
45