Cheerwhy / dsh-chat-anchors

목록에 있음

dsh (DeepSeek Harness) web client plugin: chat anchor minimap rail, matching the official site's chat look and feel — collapsed ticks, hover to expand, click to jump

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Cheerwhy/dsh-chat-anchors

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 ab4522e동기화 2026. 8. 18.

최근 디렉터리 동기화에서 이 README 스냅샷을 새로 고치지 못했습니다.

dsh-chat-anchors

dsh web 客户端插件:对话锚点刻度带。设计与体验跟官网对话一致——悬浮在会话列旁(默认左侧),列出当前会话的用户消息锚点,点击瞬时定位到对应消息。

demo

功能

  • 刻度带常驻:每条用户消息一个刻度,活跃锚点品牌蓝,随滚动实时追踪。
  • 悬停展开为锚点面板(消息预览列表),移开即收起。
  • 点击任意锚点瞬时跳转到对应消息并短暂高亮。
  • 显示位置可配置:设置 → 插件 → 插件配置 → 对话锚点,左/右即时切换并持久化(dsh ≥ 0.1.0-rc.7)。
  • 主题跟随、双语(中/英)。

安装

需要 dsh 与 pnpm。装入 web profile:

dsh plugin --profile web add github:Cheerwhy/dsh-chat-anchors
  • pnpm ≥ 10 首次会拦截依赖构建脚本——把 pnpm 报错里打印的键原样加进 ~/.dsh/profiles/web/pnpm-workspace.yamlallowBuilds,再重跑同一命令。
  • 装完重启 dsh web

更新与卸载(操作后同样重启):

dsh plugin --profile web update dsh-chat-anchors
dsh plugin --profile web remove dsh-chat-anchors

开发

pnpm install
pnpm test         # build + vitest:全部执行 dist 产物断言组装契约与行为
pnpm dev          # watch 热更调试(需 link: 安装,见 AGENTS.md)

契约细节与坑位见 AGENTS.md

许可证

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 18. AM 6:54

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.