DeepSeek Harness Plugins
DeepSeek Harness PluginIndexed

dsh-tool-retry

A DeepSeek Harness plugin that checkpoints tool calls and enables partial-parameter retry after failures.

Developer Tools
2GitHub Stars0ForksUpdated2026-08-19

Install

$ dsh plugin --profile web add @canglongcl/dsh-tool-retry

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-tool-retry stores tool-call parameters locally and helps agents replay failed calls by editing only the necessary parts instead of regenerating long arguments.

Key Capabilities

  • Automatically checkpoints each direct tool call by call ID.
  • Provides the editPreviousToolCalling replay tool outside PTC mode.
  • Lets an agent modify part of a failed call's prior parameters and immediately rerun it.
  • In PTC mode, reports a checkpoint path for script-based editing and re-execution.
  • Injects retry guidance after failures of tools with parameters larger than 150 bytes.

Useful For

  • Retrying failed tool calls with long JSON or other large arguments.
  • Correcting only invalid or rejected fields in a previous tool invocation.
  • Reducing repeated tool-call input when an agent needs to revise a failed request.

Who It Fits

  • DeepSeek Harness users running tool-using agents.
  • Agent developers working with long tool-call parameters.
  • Teams evaluating tool-call retry and replay behavior.

Documented Limitations

  • The editPreviousToolCalling tool is registered only outside PTC mode.
  • PTC mode uses checkpoint-path notifications and script-based replacement/re-execution rather than registering a new retry tool.
  • Failure notifications described in the README apply to failed tools whose call parameters exceed 150 bytes.
  • Checkpoints are stored in a temporary-directory path.

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 0 runtime, 8 development, 0 peer, and 0 optional dependencies.

info
License Not Declared

GitHub did not report an SPDX license for this repository snapshot.

low
Package Manifest Available

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

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
CanglongCl/dsh-tool-retry
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
ec6fe80 · 2026-08-25

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
2GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-19
Last release
No release detected
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