dsh-milestone 0.2.0 → 0.2.1
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 +10 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<img src="./assets/logo.svg" alt="dsh-milestone" width="112">
|
|
4
|
+
|
|
5
|
+
# dsh-milestone
|
|
4
6
|
|
|
5
7
|
**DeepSeek Harness 的会话里程碑导航条**
|
|
6
8
|
|
|
@@ -27,12 +29,12 @@
|
|
|
27
29
|
|
|
28
30
|
## 好用在哪?
|
|
29
31
|
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
32
|
+
- **一键定位** —— 点击任意圆点,平滑滚动到那条消息,不用再手动翻几百行。
|
|
33
|
+
- **固定间距** —— 圆点**等距排列**,不随对话长度挤压变形,永远点得准。
|
|
34
|
+
- **蓝色渐变** —— 最新最深、最早最浅,一眼看清提问的先后顺序,像 Git 提交图。
|
|
35
|
+
- **滚轮滑动** —— 长会话圆点超出可视区时,鼠标在里程碑条上滚轮即可滑动选点。
|
|
36
|
+
- **丰富悬停** —— 悬停展示消息预览、相对时间、第 N 轮、用时、结束原因、首字延迟(TTFT)、tokens/秒。
|
|
37
|
+
- **零侵入** —— 官方 slot 机制挂载,不修改 harness 源码,装完即用。
|
|
36
38
|
|
|
37
39
|
## 悬停能看到什么
|
|
38
40
|
|
|
@@ -86,5 +88,5 @@ shell.overlay (root scope)
|
|
|
86
88
|
---
|
|
87
89
|
|
|
88
90
|
<p align="center">
|
|
89
|
-
觉得好用?给个
|
|
91
|
+
觉得好用?给个 star 支持一下,或把它推荐给正在 DeepSeek Harness 里挣扎的开发者吧。
|
|
90
92
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-milestone",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Git-style milestone timeline for DeepSeek Harness: a fixed-pitch dot rail beside the conversation — hover for rich metadata, click to jump to any message.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|