light-only/dsh-codex-select0

dsh-codex-select

Codex-style code selection for DeepSeek Harness Web: workspace file tree + file viewer; select code and a chip above the composer shows 'N lines selected', sending the selection as message context automatically

包名
dsh-codex-select
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:light-only/dsh-codex-select

Usage

  1. Click the 文件 / Files tab next to the conversation tabs.
  2. Expand the workspace file tree (left) and click a file to view it (right).
  3. Select code in the viewer — a chip 已选中 N 行 · 文件名 appears above the composer, and the selection is attached to the message automatically.
  4. Type your prompt and send — the selected code rides the message as context.
  5. × on the chip removes the selection.