dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness Bundle

LSAI2023/dsh-ide-context · skills

DeepSeek Harness bundle: inject your IDE's open files and current selection into each turn (IntelliJ IDEA & VS Code).

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

A DeepSeek Harness bundle that carries what you are doing in your IDE right now into each model turn: the files currently open and the current text selection (file path, zero-based line/character range, selected text).

It reads the Claude Code IDE integration bridge — the same /.claude/ide/.lock files and MCP-over-WebSocket protocol the Claude Code CLI uses — so one bundle serves both IntelliJ IDEA and Visual Studio Code. Install

Then boot a profile that lists this bundle: Config

Install command

dsh plugin --profile web add github:LSAI2023/dsh-ide-context
View GitHub repository ↗Back to popular plugin directory