light-only/dsh-codex-select ↗★ 0
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
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:light-only/dsh-codex-select说明文档
阅读完整 README ↗Usage
- Click the 文件 / Files tab next to the conversation tabs.
- Expand the workspace file tree (left) and click a file to view it (right).
- Select code in the viewer — a chip
已选中 N 行 · 文件名appears above the composer, and the selection is attached to the message automatically. - Type your prompt and send — the selected code rides the message as context.
- × on the chip removes the selection.