dsh-turn-navigator 0.4.2 → 0.4.3
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.md +6 -0
- package/README.md +16 -13
- package/README.zh.md +15 -12
- package/lib/client.js +7 -7
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.3] - 2026-09-06
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **Brand naming standardized**: the product is now **Smoothly Turn Nav**(简称 **Smoothly TN**,品牌英文 **Smoothly** / 品牌中文 **思磨力**;中文名 **思磨力轮次胶囊条**),replacing the previous "DSH Smoothly Turn Nav (DSH STN)". Applied everywhere user-visible: bilingual README (title, features, comparison table, version map, usage, compatibility), `package.json` description + keywords, the Settings → General *Turn navigation* rail-mode labels (`Smoothly TN` / `思磨力轮次胶囊条`), code comments, and the verify-mode acceptance assertion. **Technical identifiers are intentionally unchanged and decoupled from the brand**: npm package name, plugin/slot IDs, locale namespace, CSS prefix, and the localStorage mode key all remain `dsh-turn-navigator` — installed profiles, persisted preferences, and the bundle URL are untouched. Historical documents (`docs/official-vs-ours.md`, past changelog entries) keep their original naming.
|
|
8
|
+
|
|
3
9
|
## [0.4.2] - 2026-09-05
|
|
4
10
|
|
|
5
11
|
### Docs
|
package/README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Smoothly Turn Nav (Smoothly TN)
|
|
2
|
+
|
|
3
|
+
**Smoothly · 思磨力** — brand · 中文名:**思磨力轮次胶囊条**
|
|
2
4
|
|
|
3
5
|
**English · [简体中文](README.zh.md)**
|
|
4
6
|
|
|
5
7
|
**Every turn of your conversation, one glance away.**
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
Smoothly Turn Nav (**Smoothly TN**) — 思磨力轮次胶囊条 — is an external plugin for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (dsh) that puts a **piano-key turn rail** on the right edge of every conversation — a vertical column of tiny capsules, one per turn. It gives you a full minimap of the conversation: **every turn ever made** (not just the ones currently loaded), hover previews, click-to-jump to any turn's start, and follow-scroll highlighting. It can also **replace the official built-in turn rail**, which has no off-switch of its own.
|
|
8
10
|
|
|
9
11
|

|
|
10
12
|
|
|
11
13
|
## Why
|
|
12
14
|
|
|
13
|
-
In the default DSH web UI, the official turn rail historically showed only the **currently loaded window** of turns — in a long conversation, most turns are invisible until you scroll and load more. As of dsh **0.1.3-alpha.1** the built-in rail also gained full-session scope and out-of-window jumps through a host-side `turnOutline` projection, but it still **cannot be switched off**.
|
|
15
|
+
In the default DSH web UI, the official turn rail historically showed only the **currently loaded window** of turns — in a long conversation, most turns are invisible until you scroll and load more. As of dsh **0.1.3-alpha.1** the built-in rail also gained full-session scope and out-of-window jumps through a host-side `turnOutline` projection, but it still **cannot be switched off**. Smoothly TN solves the long-session problem and stays fully replaceable:
|
|
14
16
|
|
|
15
17
|
- **Full history at a glance** — every persisted turn is shown as plain data, including turns far outside the loaded window. No scrolling, no loading, no waiting.
|
|
16
18
|
- **Hover to preview** — the capsule glows with the theme color and widens in a wave ripple; a DSH-style tooltip shows the turn's number, time, and user-message summary.
|
|
@@ -28,14 +30,14 @@ In the default DSH web UI, the official turn rail historically showed only the *
|
|
|
28
30
|
| 🎯 **Jump to any turn** | Precise `scrollTop` targeting (no `scrollIntoView` fights); out-of-window jumps extend the window on demand with a "Locating turn N…" pulse + bubble; the oldest-turn jump loads to the **true first turn** (`hasMore = false`) |
|
|
29
31
|
| 👁️ **Follow-scroll highlight** | The capsule of the turn at the reading line is tinted as you scroll — and the rail's own viewport keeps the active turn in view |
|
|
30
32
|
| ⬆️⬇️ **Scroll buttons** | Click or hover-hold to scroll the rail; greyed out when there is nothing to scroll |
|
|
31
|
-
| 🎛️ **Rail mode switch** | Settings → General → *Turn navigation*: `DSH official` / `
|
|
33
|
+
| 🎛️ **Rail mode switch** | Settings → General → *Turn navigation*: `DSH official` / `Smoothly TN` (default) / `Hide all` — persisted across reloads, so the official rail can finally be **turned off** |
|
|
32
34
|
| 🔌 **Pure external plugin** | No DSH source code modified; no host changes; no new dependencies; read-only DOM access |
|
|
33
35
|
|
|
34
36
|
## vs. the official DSH turn rail
|
|
35
37
|
|
|
36
|
-
The official built-in `TurnNavigator` has **no off-switch** and is always rendered in the chat view. The table below compares it at **dsh 0.1.3-alpha.1** (the current DSH web `TurnNavigator`, which re-added full-session scope via its own host projection) against this plugin, **
|
|
38
|
+
The official built-in `TurnNavigator` has **no off-switch** and is always rendered in the chat view. The table below compares it at **dsh 0.1.3-alpha.1** (the current DSH web `TurnNavigator`, which re-added full-session scope via its own host projection) against this plugin, **Smoothly TN v0.4.3**:
|
|
37
39
|
|
|
38
|
-
| Capability | DSH official rail (0.1.3-alpha.1) |
|
|
40
|
+
| Capability | DSH official rail (0.1.3-alpha.1) | Smoothly TN (v0.4.3) |
|
|
39
41
|
|---|---|---|
|
|
40
42
|
| Turns shown | **Every turn** — host `turnOutline` projection (0.1.3+) | Every persisted turn — **client-side** journal read |
|
|
41
43
|
| How full history is read | Host-side projection embedded in the snapshot | Client pages the persisted journal (`session/page`); older dsh falls back to `sessions.history` RPC — **zero host changes** |
|
|
@@ -51,19 +53,20 @@ The official built-in `TurnNavigator` has **no off-switch** and is always render
|
|
|
51
53
|
| Keyboard accessibility | ✅ focus ring + `aria-current`/`aria-busy`/`aria-describedby` | ✅ focusable buttons (`Turn N — time — summary` aria-label) |
|
|
52
54
|
| Source | Built-in, cannot be disabled | External plugin, **can be replaced/disabled** |
|
|
53
55
|
|
|
54
|
-
As of dsh 0.1.3 the built-in rail caught up on full-session scope and out-of-window jumps. What still sets
|
|
56
|
+
As of dsh 0.1.3 the built-in rail caught up on full-session scope and out-of-window jumps. What still sets Smoothly TN apart: you can **switch it off** (the official rail cannot), the tooltip carries the **timestamp + full summary**, there are **scroll buttons and wave hover**, and it remains an **external, read-only plugin with zero host changes**. And on dsh ≤ 0.1.2 the built-in rail is simpler still (loaded window only), so the gap Smoothly TN closes is even larger there.
|
|
55
57
|
|
|
56
58
|
## Version map
|
|
57
59
|
|
|
58
|
-
Which
|
|
60
|
+
Which Smoothly TN release matches which dsh:
|
|
59
61
|
|
|
60
|
-
|
|
|
62
|
+
| Smoothly TN | dsh | Notes |
|
|
61
63
|
|---|---|---|
|
|
62
64
|
| v0.1.x | dsh ≤ 0.1.1 | Full history via the legacy `sessions.history` browser→host RPC |
|
|
63
65
|
| v0.2.x – v0.4.1 | dsh 0.1.2+ | Adapted to the `ui-chat` refactor; full history via the journal `session/page` channel; v0.4.1 fixed true turn numbers and rail-viewport follow |
|
|
64
|
-
| **v0.4.2** | dsh 0.1.2+, incl. **0.1.3-alpha.1** |
|
|
66
|
+
| **v0.4.2** | dsh 0.1.2+, incl. **0.1.3-alpha.1** | Comparison/positioning updated against the 0.1.3 official rail (see above) |
|
|
67
|
+
| **v0.4.3** | dsh 0.1.2+, incl. **0.1.3-alpha.1** | This release: brand naming standardized to **Smoothly**(思磨力)/ **Smoothly Turn Nav**(**Smoothly TN**)/ **思磨力轮次胶囊条** — technical IDs (npm package `dsh-turn-navigator`, plugin/slot IDs, locale namespace, CSS prefix, localStorage key) unchanged |
|
|
65
68
|
|
|
66
|
-
The official-rail comparison in this README targets **dsh 0.1.3-alpha.1**; on older dsh the official rail is simpler, so
|
|
69
|
+
The official-rail comparison in this README targets **dsh 0.1.3-alpha.1**; on older dsh the official rail is simpler, so Smoothly TN's advantage is larger there.
|
|
67
70
|
|
|
68
71
|
## Installation
|
|
69
72
|
|
|
@@ -79,7 +82,7 @@ dsh web
|
|
|
79
82
|
|
|
80
83
|
## Usage
|
|
81
84
|
|
|
82
|
-
0. **Choose which rail to show** (Settings → General → **Turn navigation**): `DSH official` (the built-in rail), `
|
|
85
|
+
0. **Choose which rail to show** (Settings → General → **Turn navigation**): `DSH official` (the built-in rail), `Smoothly TN` (this plugin's rail — **default**), or `Hide all`. The official rail has no off-switch, so choosing Smoothly TN hides it with a stylesheet override and our rail takes over the right-edge center position. The choice persists across reloads.
|
|
83
86
|
1. Open any conversation with at least one completed turn.
|
|
84
87
|
2. A vertical rail of grey capsules appears on the right edge (one per turn). It **auto-sizes** — short conversations get a short rail, long ones hit the 30vh cap and scroll internally (hidden scrollbar, no layout jitter).
|
|
85
88
|
3. **Hover** a capsule: it glows, widens in a wave, and shows the turn's **number, timestamp, and summary** in a tooltip to the left of the rail.
|
|
@@ -105,7 +108,7 @@ The plugin registers **two additive slots** — **no DSH source code is modified
|
|
|
105
108
|
|
|
106
109
|
- DeepSeek Harness (dsh) with the web client (`dsh web`); developed and verified against dsh 0.1.2+ and reviewed against dsh 0.1.3-alpha.1.
|
|
107
110
|
- Requires the `conversation.session.header.utilities` and `settings.general.item` slot declarations (present in current DSH).
|
|
108
|
-
- Default `
|
|
111
|
+
- Default `Smoothly TN` mode hides the official rail (stylesheet override) and centers our rail in its place; `DSH official` mode shows the built-in rail instead; `Hide all` hides both. Both rails auto-hide below 900px width.
|
|
109
112
|
- Coexists with full-screen plugin pages (e.g. the kanban board): the rail sits below their overlay layer.
|
|
110
113
|
|
|
111
114
|
## Development
|
package/README.zh.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 思磨力轮次胶囊条(Smoothly Turn Nav)
|
|
2
|
+
|
|
3
|
+
**思磨力 · Smoothly** — 品牌 · 英文名:**Smoothly Turn Nav**(简称 **Smoothly TN**)
|
|
2
4
|
|
|
3
5
|
**[English](README.md) · 简体中文**
|
|
4
6
|
|
|
5
7
|
**整场会话,一眼纵览。**
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
思磨力轮次胶囊条(**Smoothly Turn Nav**,简称 **Smoothly TN**)是 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(dsh)的外部插件,在每条会话右侧放一条**钢琴键式轮次胶囊条**——竖向一列小胶囊,一轮一个。它是整场会话的迷你地图:**全部历史轮次一目了然**(不只是当前已加载的窗口),悬停预览、点击跳转到任意轮次起点、滚动跟随高亮。它还可以**取代官方内置轮次胶囊条**(官方没有自己的关闭开关)。
|
|
8
10
|
|
|
9
11
|

|
|
10
12
|
|
|
11
13
|
## 为什么需要
|
|
12
14
|
|
|
13
|
-
默认 DSH Web UI 的官方轮次胶囊条**历史上**只显示**当前已加载窗口内**的轮次——长会话里,大部分轮次要滚动加载后才可见。从 dsh **0.1.3-alpha.1** 起,官方胶囊条也通过宿主侧 `turnOutline`
|
|
15
|
+
默认 DSH Web UI 的官方轮次胶囊条**历史上**只显示**当前已加载窗口内**的轮次——长会话里,大部分轮次要滚动加载后才可见。从 dsh **0.1.3-alpha.1** 起,官方胶囊条也通过宿主侧 `turnOutline` 投影补上了紧要的全会话范围与窗口外跳转,但它依然**无法关闭**。思磨力轮次胶囊条解决长会话问题,并且始终可替换:
|
|
14
16
|
|
|
15
17
|
- **全量历史一眼可见**——所有持久化轮次以纯数据呈现,包括远在已加载窗口之外的轮次。不滚动、不加载、不等待。
|
|
16
18
|
- **悬停即预览**——胶囊以主题色亮起并泛起波浪涟漪;DSH 风格 Tooltip 展示该轮序号、时间与用户消息摘要。
|
|
@@ -28,14 +30,14 @@ DSH Smoothly Turn Nav(**DSH STN**)是 [DeepSeek Harness](https://github.com/
|
|
|
28
30
|
| 🎯 **跳转任意轮** | 精确 `scrollTop` 定位(不与 `scrollIntoView` 打架);窗口外跳转按需扩展窗口并显示"正在定位第 N 轮…"脉冲+气泡;最老轮次跳转加载到**真正第一轮**(`hasMore = false`) |
|
|
29
31
|
| 👁️ **滚动跟随高亮** | 阅读线所在轮次的胶囊随滚动点亮——且胶囊条自身视口会跟随当前轮次保持可见 |
|
|
30
32
|
| ⬆️⬇️ **滚动按钮** | 点击或悬停持续滚动;无可滚动内容时置灰 |
|
|
31
|
-
| 🎛️ **胶囊条模式开关** | 设置 → 通用 → *轮次导航*:`DSH 官方` /
|
|
33
|
+
| 🎛️ **胶囊条模式开关** | 设置 → 通用 → *轮次导航*:`DSH 官方` / `思磨力轮次胶囊条`(默认)/ `全部隐藏`——跨刷新持久保存,官方胶囊条终于可以**关掉** |
|
|
32
34
|
| 🔌 **纯外部插件** | 不改 DSH 源码;零宿主改动;零新增依赖;仅只读 DOM |
|
|
33
35
|
|
|
34
36
|
## 与官方 DSH 轮次胶囊条对比
|
|
35
37
|
|
|
36
|
-
官方内置 `TurnNavigator` **没有关闭开关**,始终渲染在会话视图里。下表对比对象为 **dsh 0.1.3-alpha.1**(当前 DSH Web 的 `TurnNavigator`,该版也通过自己的宿主投影恢复了全会话范围)与本插件
|
|
38
|
+
官方内置 `TurnNavigator` **没有关闭开关**,始终渲染在会话视图里。下表对比对象为 **dsh 0.1.3-alpha.1**(当前 DSH Web 的 `TurnNavigator`,该版也通过自己的宿主投影恢复了全会话范围)与本插件 **思磨力轮次胶囊条 v0.4.3**:
|
|
37
39
|
|
|
38
|
-
| 能力 | DSH 官方胶囊条(0.1.3-alpha.1) |
|
|
40
|
+
| 能力 | DSH 官方胶囊条(0.1.3-alpha.1) | 思磨力轮次胶囊条(v0.4.3) |
|
|
39
41
|
|---|---|---|
|
|
40
42
|
| 显示的轮次 | **全部轮次**——宿主 `turnOutline` 投影(0.1.3+) | 全部持久化轮次——**客户端**读取 journal |
|
|
41
43
|
| 全会话历史怎么读 | 宿主侧投影内嵌在会话快照里 | 客户端分页读持久化日志(`session/page`);旧版 dsh 退回 `sessions.history` RPC——**零宿主改动** |
|
|
@@ -51,19 +53,20 @@ DSH Smoothly Turn Nav(**DSH STN**)是 [DeepSeek Harness](https://github.com/
|
|
|
51
53
|
| 键盘可达 | ✅ 焦点环 + `aria-current`/`aria-busy`/`aria-describedby` | ✅ 可聚焦按钮(aria-label=`Turn N — 时间 — 摘要`) |
|
|
52
54
|
| 来源 | 内置、无法关闭 | 外部插件,**可替换 / 可关闭** |
|
|
53
55
|
|
|
54
|
-
dsh 0.1.3
|
|
56
|
+
dsh 0.1.3 起官方胶囊条已在紧要的全会话范围与窗口外跳转上追平。**思磨力轮次胶囊条仍然独占的**:可以**关掉它**(官方关不掉)、Tooltip 带**时间戳与完整摘要**、**滚动按钮 + 波浪悬停**、以及它始终是**零宿主改动的外部只读插件**。在 dsh ≤ 0.1.2 上官方胶囊条更简单(仅加载窗口),思磨力轮次胶囊条填补的差距更大。
|
|
55
57
|
|
|
56
58
|
## 版本对照
|
|
57
59
|
|
|
58
60
|
我们的版本与 dsh 版本的对应关系:
|
|
59
61
|
|
|
60
|
-
|
|
|
62
|
+
| 思磨力轮次胶囊条 | dsh | 说明 |
|
|
61
63
|
|---|---|---|
|
|
62
64
|
| v0.1.x | dsh ≤ 0.1.1 | 通过旧版 `sessions.history` 浏览器→宿主 RPC 读全量历史 |
|
|
63
65
|
| v0.2.x – v0.4.1 | dsh 0.1.2+ | 适配 `ui-chat` 重构;通过 journal `session/page` 通道读全量历史;v0.4.1 修复真实轮次号与胶囊条视口跟随 |
|
|
64
|
-
| **v0.4.2** | dsh 0.1.2+(含 **0.1.3-alpha.1**) |
|
|
66
|
+
| **v0.4.2** | dsh 0.1.2+(含 **0.1.3-alpha.1**) | 对照 dsh 0.1.3 官方胶囊条更新对比与定位(见上文) |
|
|
67
|
+
| **v0.4.3** | dsh 0.1.2+(含 **0.1.3-alpha.1**) | 本版:品牌命名规范化为 **Smoothly**(思磨力)/ **Smoothly Turn Nav**(**Smoothly TN**)/ **思磨力轮次胶囊条**——技术标识符(npm 包名 `dsh-turn-navigator`、插件/slot ID、locale 命名空间、CSS 前缀、localStorage key)不变 |
|
|
65
68
|
|
|
66
|
-
本文 README 的对比对象为 **dsh 0.1.3-alpha.1**;在更旧的 dsh
|
|
69
|
+
本文 README 的对比对象为 **dsh 0.1.3-alpha.1**;在更旧的 dsh 上官方胶囊条更简单,思磨力轮次胶囊条的优势更大。
|
|
67
70
|
|
|
68
71
|
## 安装
|
|
69
72
|
|
|
@@ -79,7 +82,7 @@ dsh web
|
|
|
79
82
|
|
|
80
83
|
## 使用
|
|
81
84
|
|
|
82
|
-
0. **选择显示哪个胶囊条**(设置 → 通用 → **轮次导航**):`DSH 官方`(内置 rail
|
|
85
|
+
0. **选择显示哪个胶囊条**(设置 → 通用 → **轮次导航**):`DSH 官方`(内置 rail)、`思磨力轮次胶囊条`(本插件 rail——**默认**)、或`全部隐藏`。官方 rail 没有关闭开关,选择思磨力轮次胶囊条时以样式覆盖将其隐藏,我们的 rail 接管右缘居中位置。选择会跨刷新持久保存。
|
|
83
86
|
1. 打开任意包含至少一轮已完成轮次的会话。
|
|
84
87
|
2. 会话右侧出现一条竖向灰色胶囊列(每轮一个)。胶囊条**长度自适应**:轮次少则短,轮次多则达 30vh 上限后内部滚动(滚动条隐藏,无布局抖动)。
|
|
85
88
|
3. **悬停**某个胶囊:它以主题色亮起并泛起波浪、向左加宽,胶囊条左侧弹出 Tooltip(**序号、时间、摘要**),始终完整在视口内。
|
|
@@ -105,7 +108,7 @@ dsh web
|
|
|
105
108
|
|
|
106
109
|
- DeepSeek Harness (dsh) Web 客户端(`dsh web`);基于 dsh 0.1.2+ 开发与实测,并对照 dsh 0.1.3-alpha.1 复核。
|
|
107
110
|
- 需要 `conversation.session.header.utilities` 与 `settings.general.item` slot 声明(当前 DSH 已包含)。
|
|
108
|
-
- 默认
|
|
111
|
+
- 默认 `思磨力轮次胶囊条` 模式以样式覆盖隐藏官方 rail,我们的 rail 居中接管;`DSH 官方` 模式显示内置 rail;`全部隐藏` 两者皆隐。900px 以下都自动隐藏。
|
|
109
112
|
- 与全屏插件页面(如看板)共存:胶囊条层级位于全屏 overlay 之下。
|
|
110
113
|
|
|
111
114
|
## 开发
|
package/lib/client.js
CHANGED
|
@@ -848,7 +848,7 @@ window.__ModuleLoader__.load({
|
|
|
848
848
|
* the General section renders each contribution as one row, so this component
|
|
849
849
|
* draws its own title, description, and a three-way selector:
|
|
850
850
|
*
|
|
851
|
-
* DSH official |
|
|
851
|
+
* DSH official | Smoothly TN (Smoothly Turn Nav) | Hide all
|
|
852
852
|
*
|
|
853
853
|
* The choice is persisted browser-locally (see mode.ts) and drives both the
|
|
854
854
|
* rail component (React-side visibility) and the official-rail stylesheet
|
|
@@ -915,7 +915,7 @@ window.__ModuleLoader__.load({
|
|
|
915
915
|
}
|
|
916
916
|
//#endregion
|
|
917
917
|
//#region src/client/locales.ts
|
|
918
|
-
/** Copy dictionaries for the dsh-turn-navigator plugin (
|
|
918
|
+
/** Copy dictionaries for the dsh-turn-navigator plugin (Smoothly Turn Nav / 思磨力轮次胶囊条). */
|
|
919
919
|
/** English strings (the key-set source of truth for this pair). */
|
|
920
920
|
const en = {
|
|
921
921
|
rail: "Turn navigation",
|
|
@@ -924,9 +924,9 @@ window.__ModuleLoader__.load({
|
|
|
924
924
|
locatingTurn: "Locating turn {n}…",
|
|
925
925
|
locateFailed: "Could not locate turn {n}",
|
|
926
926
|
modeRowTitle: "Turn navigation",
|
|
927
|
-
modeRowDesc: "Which turn-navigation rail to display: the DSH built-in,
|
|
927
|
+
modeRowDesc: "Which turn-navigation rail to display: the DSH built-in, Smoothly TN (Smoothly Turn Nav), or none.",
|
|
928
928
|
modeOfficial: "DSH official",
|
|
929
|
-
modeSTN: "
|
|
929
|
+
modeSTN: "Smoothly TN",
|
|
930
930
|
modeHidden: "Hide all"
|
|
931
931
|
};
|
|
932
932
|
/** Chinese strings (same keys as {@link en}). */
|
|
@@ -937,9 +937,9 @@ window.__ModuleLoader__.load({
|
|
|
937
937
|
locatingTurn: "正在定位第 {n} 轮…",
|
|
938
938
|
locateFailed: "无法定位第 {n} 轮",
|
|
939
939
|
modeRowTitle: "轮次导航",
|
|
940
|
-
modeRowDesc: "选择显示哪个轮次胶囊条:DSH
|
|
940
|
+
modeRowDesc: "选择显示哪个轮次胶囊条:DSH 官方、思磨力轮次胶囊条(Smoothly Turn Nav),或全部隐藏。",
|
|
941
941
|
modeOfficial: "DSH 官方",
|
|
942
|
-
modeSTN: "
|
|
942
|
+
modeSTN: "思磨力轮次胶囊条",
|
|
943
943
|
modeHidden: "全部隐藏"
|
|
944
944
|
};
|
|
945
945
|
//#endregion
|
|
@@ -989,7 +989,7 @@ window.__ModuleLoader__.load({
|
|
|
989
989
|
display: none;
|
|
990
990
|
}
|
|
991
991
|
}
|
|
992
|
-
/* Subtractive takeover (settings → Turn navigation =
|
|
992
|
+
/* Subtractive takeover (settings → Turn navigation = Smoothly TN): hide the
|
|
993
993
|
OFFICIAL built-in rail. The official rail lives inside the conversation
|
|
994
994
|
scroll container (data-conversation-scroll) — our rail is fixed outside
|
|
995
995
|
it — so a container-scoped rule cannot match ours. The tn-hide-official
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-turn-navigator",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.4.3",
|
|
4
|
+
"description": "Smoothly Turn Nav (Smoothly TN): full-history piano-key turn rail for DeepSeek Harness (dsh) web conversations — see every turn at a glance, hover to preview, click to jump anywhere, and replace the official (non-disableable) turn rail.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -65,8 +65,10 @@
|
|
|
65
65
|
"outline",
|
|
66
66
|
"turn-rail",
|
|
67
67
|
"turn-navigator",
|
|
68
|
+
"smoothly",
|
|
69
|
+
"思磨力",
|
|
68
70
|
"smoothly-turn-nav",
|
|
69
|
-
"
|
|
71
|
+
"smoothly-tn"
|
|
70
72
|
],
|
|
71
73
|
"author": "karoc",
|
|
72
74
|
"license": "MIT",
|