Zzzzkd / dsh-prompt-rail

목록에 있음

Prompt Rail 是 DeepSeek Harness Web 会话页的紧凑纵向提示词快速跳转条。每一条横杠对应一条当前已加载的普通用户提示词。悬停或键盘聚焦会展示预览;点击会滚动跳转到对应提示词。

main스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:Zzzzkd/dsh-prompt-rail

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

README

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

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

DSH Prompt Rail

English | 中文

Prompt Rail is a compact vertical quick-jump rail for the DeepSeek Harness Web conversation view. One mark represents one loaded ordinary user prompt. Hover or keyboard focus shows its preview; clicking scrolls to that prompt.

Prompt Rail

Behavior

  • The rail stays vertically centered beside the session sidebar.
  • Every mark has a 10px high hit slot, while its default visible mark is an 8px by 3px light line.
  • Hover/focus makes the current mark 28px wide and dark; nearby marks taper to 20px, 14px, and 10px.
  • Clicking records the selected prompt. When the pointer leaves, all marks return to their default length while the selected mark stays dark.
  • Assistant, tool, command, steering, and injected-context rows are excluded. A one-prompt conversation still renders one mark.

Install

Clone or copy this repository into the Harness root plugins directory:

deepseek-harness/
└─ plugins/
   └─ dsh-prompt-rail/

Then open a terminal in the deepseek-harness root and run:

Windows

.\plugins\dsh-prompt-rail\install-and-restart.bat

macOS / Linux

node ./plugins/dsh-prompt-rail/compat/install.mjs
pnpm dsh web

Keep the plugins/dsh-prompt-rail directory after installation.

Development

The development layout expects sibling checkouts:

workspace/
├─ dsh/                       # DeepSeek Harness checkout
└─ dsh-prompt-rail/

Then run:

pnpm install
pnpm run check

lib/ is committed because profile installation loads the prebuilt Host and browser files without running package build scripts.

Release checklist

  1. Add an exact compatibility patch for every supported pre-slot Harness revision.
  2. Run pnpm run check and exercise node compat/install.mjs --apply-only in a clean matching checkout.
  3. Commit source, lib/, compat/, README files, screenshot, and lockfile.
  4. Push a v0.1.0 tag and create a GitHub Release from that tag.
  5. State the compatible Harness versions and revision hashes in the release notes.

License

MIT

프로젝트 파일 및 신호

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

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
최신 릴리스
v0.1.0
마지막 업데이트
2026. 8. 15. 오후 2:00

신중하게 설치하기

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