dsh-quick-toc 0.6.2 → 0.7.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/lib/index.js CHANGED
@@ -55,6 +55,10 @@ export const Config = z.object({
55
55
  .boolean()
56
56
  .default(true)
57
57
  .description("Show the hover preview card"),
58
+ remember: z
59
+ .boolean()
60
+ .default(true)
61
+ .description("Remember where you were reading in each session and return there when it is reopened"),
58
62
  debug: z
59
63
  .boolean()
60
64
  .default(false)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-quick-toc",
3
- "version": "0.6.2",
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, reading-position auto-follow, a Chinese/English interface and a plugin-configuration card",
3
+ "version": "0.7.0",
4
+ "description": "Conversation TOC for DeepSeek Harness (DSH): a whole-session, turn-grouped Markdown outline with hover previews, a level filter, a full-width curtain, jump-to-end buttons, title/full-text/cross-session search and a Chinese/English interface.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "files": [