Skip to content

Releases: Wine-Red/dsh-codex-timeline

v0.3.0

Choose a tag to compare

@Wine-Red Wine-Red released this 16 Aug 11:36
398adea
  • Optional automatic full-history loading at 80 ms intervals.\n- Per-Turn favorites and branch actions.\n- Refined marker hover/current behavior and tooltip spacing.\n- Wider dated tooltip metadata with strict two-line plain-text answer previews.\n- Stronger client bundle and module-loader release validation.

v0.2.0

Choose a tag to compare

@Wine-Red Wine-Red released this 15 Aug 18:05

0.2.0 — Settings card, tuning sliders, Host-settings persistence

Highlights

  • Official-style settings card: timeline settings now live in Settings → Plugins → Plugin configuration as a standalone card (disclosing header, field rows, overridden badges), instead of the general settings section.
  • Three tuning sliders plus the enable toggle:
    • Distance from the panel's left edge (0–120 px, strictly non-negative)
    • Vertical offset from the panel center (−200–200 px)
    • Marker spacing (6–40 px)
  • Reliable persistence: preferences are written through a dedicated /codex-timeline/settings route into the Host settings document (settings.yaml) — no more browser-localStorage dependency. Values survive reloads, browser switches, and share the deployment's settings file like every other plugin.
  • Controls stay anchored: the top-left ⋮ / search buttons no longer move when adjusting the timeline position; only the marker column moves.
  • Accessibility/autofill: every form field (sliders, search inputs) now carries id/name and proper label associations.

Notes

  • Compatibility: DSH 0.1.0-rc.6 only (unchanged adapter contract).
  • Distribution contract (artifactSha256) updated and verified by verify-dist.mjs.

Full changelog: CHANGELOG.md

v0.1.2 — DSH interface captures

Choose a tag to compare

@Wine-Red Wine-Red released this 15 Aug 13:25

中文

  • 删除 README 中误用的 Codex 参考裁图。
  • 默认状态与悬停展开状态均重新截取自安装本插件的 DSH 0.1.0-rc.6。
  • 截图来自专用的五轮测试会话;提问、回答和性能指标均为测试数据,不包含真实会话内容。
  • 插件运行时代码和 rc.6 兼容契约未变。

English

  • Removes the Codex reference crops previously used in the README.
  • Replaces both compact and hover-expanded examples with captures from DSH 0.1.0-rc.6 running this plugin.
  • The captures use a dedicated five-Turn test conversation; prompts, answers, and metrics are test-only data.
  • Runtime code and the exact rc.6 compatibility contract are unchanged.

v0.1.1 — Visual documentation

Choose a tag to compare

@Wine-Red Wine-Red released this 15 Aug 13:05

中文

  • 新增带插件名称与定位说明的横版封面。
  • 中英文 README 新增轮次预览、搜索和轨道状态图解。
  • 所有功能图中的提问、回答、指标和搜索结果均为固定测试文案,不包含真实会话内容。
  • 运行时与 DSH 0.1.0-rc.6 兼容契约未变。

English

  • Adds a branded landscape cover with the plugin name and positioning.
  • Adds bilingual visual tours for Turn preview, search, and rail states.
  • Every prompt, answer, metric, and search result shown in the feature illustrations is fixed test copy; no real conversation content is used.
  • Runtime behavior and the exact DSH 0.1.0-rc.6 compatibility contract are unchanged.

dsh-codex-timeline v0.1.0

Choose a tag to compare

@Wine-Red Wine-Red released this 15 Aug 12:51

中文

首个标准 DSH bundle 版本,精确支持 DeepSeek Harness 0.1.0-rc.6

  • Chat 正文左侧用户 Turn 时间线、viewport 高亮和稳定锚点跳转
  • 本地提问/回答预览、轮次指标与会话内容搜索
  • 正式历史分页、键盘操作、reduced motion、响应式布局和 DSH settings
  • npm 安装:dsh plugin --profile web add dsh-codex-timeline

English

First standard DSH bundle release, pinned to DeepSeek Harness 0.1.0-rc.6.

  • User-Turn timeline, viewport highlight, and stable-anchor navigation
  • Local prompt/answer previews, Turn metrics, and conversation search
  • Official history paging, keyboard access, reduced motion, responsive UI, and DSH settings
  • npm install: dsh plugin --profile web add dsh-codex-timeline