dsh-quick-toc 0.4.1 → 0.5.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/CHANGELOG.en.md +23 -0
- package/CHANGELOG.md +23 -0
- package/README.en.md +18 -9
- package/README.md +18 -9
- package/lib/client.js +1229 -234
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-quick-toc",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Conversation TOC for DeepSeek Harness (DSH): turn-grouped Markdown
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "Conversation TOC for DeepSeek Harness (DSH): turn-grouped Markdown outline covering the whole session (unloaded turns included), title/full-text search with an optional fuzzy switch, hover previews, in-chat match highlighting, heading-level filter and reading-position auto-follow",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"files": [
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
"plugin",
|
|
53
53
|
"toc",
|
|
54
54
|
"outline",
|
|
55
|
-
"markdown"
|
|
55
|
+
"markdown",
|
|
56
|
+
"navigation",
|
|
57
|
+
"search"
|
|
56
58
|
],
|
|
57
59
|
"repository": {
|
|
58
60
|
"type": "git",
|