light-only/dsh-codex-select0

dsh-codex-select

Codex 风格代码选择插件,提供工作区文件树与查看器,支持选择代码行并自动作为上下文随消息发送。

AI 分析

核心用途是简化代码引用流程。适合需要频繁向模型指定特定代码片段进行咨询或重构的开发者。安装后在“文件”标签页中使用。

包名
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.