light-only/dsh-codex-select ↗★ 0
dsh-codex-select
Codex 风格代码选择插件,提供工作区文件树与查看器,支持选择代码行并自动作为上下文随消息发送。
AI 分析
核心用途是简化代码引用流程。适合需要频繁向模型指定特定代码片段进行咨询或重构的开发者。安装后在“文件”标签页中使用。
安装
$
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.