DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-suggest-reply

A DSH web sidebar tab that generates prompt-controlled reply candidates from the latest assistant message and inserts a selected result into the composer.

UI & ProductivityDeveloper Tools
1GitHub Stars0ForksUpdated2026-08-23

Install

$ dsh plugin --profile web add dsh-better-sidebar@latest

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-suggest-reply is a DSH web plugin built on dsh-better-sidebar. Its “帮我想想” tab reads the latest completed assistant reply, makes a separate one-shot model completion using a user-authored system prompt, and displays parsed reply candidates for insertion into the main conversation composer.

Key Capabilities

  • Registers a “帮我想想” tab through dsh-better-sidebar.
  • Reads the latest completed assistant reply from the current conversation, with manual editing support.
  • Generates style-labeled reply candidates using a user-provided system prompt and optional director hint.
  • Streams reasoning and raw output to the panel while generation is in progress.
  • Parses JSON candidate output, including limited recovery for truncated output, and deduplicates by style.
  • Inserts a selected candidate into the main composer, with clipboard-copy fallback when the composer is unavailable.
  • Persists the system prompt, sampling settings, and textarea height through the DSH settings service when available.
  • Provides Chinese and English UI text based on browser language.

Useful For

  • Drafting a next reply to continue a story or roleplay.
  • Exploring multiple response styles from the latest AI message.
  • Testing custom reply-generation prompts without altering the main session history.
  • Inspecting model output, reasoning stream, and request details while iterating on prompts.

Who It Fits

  • DSH web users who use dsh-better-sidebar.
  • Users who want direct control over the system prompt used for reply suggestions.
  • Prompt authors debugging structured JSON candidate output.

Documented Limitations

  • Requires dsh-better-sidebar version 0.14.0 or later; the plugin does not activate without it.
  • Requires a DSH web profile and a host-process restart for its host route to load after installation.
  • Each generation is a separate one-shot completion with no context inheritance and no automatic retry.
  • It includes no built-in prompt template; output format and safeguards are the user's prompt responsibility.
  • Sampling controls are limited to temperature, output limit, reasoning effort, and stop sequences.
  • Selecting a candidate replaces the current composer draft; unavailable composer support falls back to clipboard copying.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 11 development, 4 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Prepare Script Detected

package.json declares a prepare lifecycle script that may run during relevant package installation workflows.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
pick1e-morty/dsh-suggest-reply
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
e6dcc8f · 2026-09-07

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-23
Last release
2026-08-22
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app