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
AI Analysis
核心用途是简化代码引用流程。适合需要频繁向模型指定特定代码片段进行咨询或重构的开发者。安装后在“文件”标签页中使用。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:light-only/dsh-codex-selectREADME
Read the full 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.