dsh-plugin-chat-menu
Run the following command in DeepSeek Harness:
dsh plugin install ChocoLZS/dsh-plugin-chat-menu
Paste the following prompt into your AI chat to install this plugin:
Install in DeepSeek Harness by running dsh plugin install ChocoLZS/dsh-plugin-chat-menu; the full source is at https://github.com/ChocoLZS/dsh-plugin-chat-menu
About this plugin
Retyping relative paths like @src/utils/format.ts into a DSH chat prompt by hand is slow and error-prone. dsh-plugin-chat-menu turns the @ trigger in the input box into a native file browser: a menu of the current working directory pops up, you filter by name as you type, and when the current level has no match the search recursively walks the entire directory tree with depth, folder-count, and scan-entry budgets so large repos stay responsive. Picking a folder writes @dir/ into the input so you can keep typing to descend; picking a file drops the relative path straight into the prompt. Arrow keys, Enter, Space, and Escape drive the whole interaction—no mouse, no window switching.
The plugin registers as a DSH inputTrigger source alongside the built-in sub-agent and plugin groups in one native menu (files first), requires zero modifications to DSH source, and auto-tracks the session header.cwd so the menu always reflects the correct directory. Guardrails are built in: pressing Enter on a bare @path/ will not send a message, and typing Space after a directory name safely expands it to @dir/ before you continue.
It is built for developers who constantly reference local files, scripts, configs, or nested modules inside DSH conversations—drop in example code while writing prompts, pinpoint a deep module during debugging, or share a directory layout in a team discussion—turning path references from typing into selection.
Use Cases
- Reference local code files quickly while writing prompts
- Navigate deep nested directories to locate a module during debugging
- Share project directory layout in team conversations
Best For
- DSH users who frequently reference local files
- Developers who prefer keyboard-driven workflows
- Engineers in large repos who need fast file lookup
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.