dsh-conversation-navigator 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/lib/client.js +7 -4
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -38,8 +38,8 @@ window.__ModuleLoader__.load({
38
38
  stroke: "currentColor", strokeWidth: 1.3, strokeLinecap: "round", strokeLinejoin: "round",
39
39
  "aria-hidden": true,
40
40
  },
41
- React.createElement("path", { d: "M7 10V6M4.5 8l2.5-2.5 2.5 2.5" }),
42
- React.createElement("path", { d: "M7 5.5V1.5M4.5 3.5l2.5-2.5 2.5 2.5" }),
41
+ React.createElement("path", { d: "M7 2l5 3-5 3-5-3 5-3z" }),
42
+ React.createElement("path", { d: "M2 5v3l5 3 5-3V5" }),
43
43
  );
44
44
  }
45
45
  function JumpLatestIcon() {
@@ -55,10 +55,13 @@ window.__ModuleLoader__.load({
55
55
  function CollapseAllIcon() {
56
56
  return React.createElement("svg", {
57
57
  viewBox: "0 0 14 14", width: 14, height: 14, fill: "none",
58
- stroke: "currentColor", strokeWidth: 1.3, strokeLinecap: "round", strokeLinejoin: "round",
58
+ stroke: "currentColor", strokeWidth: 1.2, strokeLinecap: "round",
59
59
  "aria-hidden": true,
60
60
  },
61
- React.createElement("path", { d: "M5 6l2 2.5 2-2.5M5 8l2-2.5 2 2.5" }),
61
+ React.createElement("line", { x1: 2.5, y1: 2, x2: 11.5, y2: 2 }),
62
+ React.createElement("line", { x1: 2.5, y1: 5, x2: 11.5, y2: 5 }),
63
+ React.createElement("line", { x1: 2.5, y1: 8, x2: 11.5, y2: 8 }),
64
+ React.createElement("line", { x1: 2.5, y1: 11, x2: 11.5, y2: 11 }),
62
65
  );
63
66
  }
64
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-conversation-navigator",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Codex 风格的 DSH(DeepSeek Harness)会话导航插件:按轮折叠的对话大纲面板,支持节点点击跳转、滚动位置高亮与轨迹视图同款配色。",
5
5
  "keywords": [
6
6
  "dsh",