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.
- package/README.md +3 -1
- package/lib/client.js +893 -815
- 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
|
|
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
|
+

|
|
41
43
|
|
|
42
44
|

|
|
43
45
|
|