AI Agent Hub
Back to plugins
🖥️

dsh-session-plus

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Ycet/dsh-session-plus

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Ycet/dsh-session-plus in your terminal; the source code is available at https://github.com/Ycet/dsh-session-plus

About this plugin

When working with DeepSeek Harness for AI-assisted coding, a handful of small but frequent actions keep interrupting your flow: hunting for the project directory in a file manager, guessing which model provider is handling the current request, and copy-pasting a code snippet from chat only to hand-type the fence markers before pasting into the input. dsh-session-plus addresses all three with lightweight, non-invasive enhancements — an extra icon button, a header line in the model menu, and a floating action on text selection — without altering any existing DSH behavior.\n\nConcretely: a platform-adaptive icon in the session header (Finder on macOS, folder on Windows and Linux) opens the workspace directory via the OS-native command in one click; the model selection menu shows the active provider name at its very top, updating in real time as you switch models and disappearing the moment the menu closes; selecting any text in the chat message area or the better-sidebar panel reveals a floating "Add to chat" button that inserts a triple-backtick fenced block at the start of the input, keeping any existing draft on the line below and leaving a trailing blank line for seamless continuation.\n\nThis plugin is built for developers who rely on DSH for everyday coding and want to shave off the micro-friction of directory navigation, provider awareness, and text reference. It ships as a single ESM JavaScript bundle with no build step and no custom stylesheets; after installing and restarting dsh web it activates instantly, leaving the /model picker, keyboard navigation, and menu scrolling completely untouched.

Use Cases

  • Instantly opening the project directory tied to the current session without typing paths
  • Confirming at a glance which model provider is serving the active request
  • Dropping a code snippet from chat into the input as a fenced block and continuing to type

Best For

  • Developers who lean on DSH for everyday AI-assisted coding
  • Engineers working across macOS, Windows, and Linux who need instant project directory access
  • Tech users who frequently pull code from chat and keep editing inline