DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-clear-tool-results

DeepSeek Harness host plugin that archives raw tool results to disk and replaces them with placeholders to save tokens.

Developer Tools
1GitHub Stars0ForksUpdated2026-09-17

Install

$ dsh plugin --profile web add dsh-clear-tool-results

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-clear-tool-results is a DeepSeek Harness host plugin designed to optimize token usage across multi-turn sessions. At the end of each round, it archives raw tool execution outputs into the session directory and replaces active context tool results with lightweight placeholders. It also exposes a read_tool_result_log tool, allowing the model to recall specific archived outputs on demand.

Key Capabilities

  • Automatic archiving of raw tool results into per-session round JSON logs
  • Context optimization by replacing previous round tool results with compact placeholder messages
  • Provides a read_tool_result_log tool for on-demand model recall by turn number or timestamp
  • Includes session commands (/clear-tool-results on/off/status) to toggle behavior
  • Idempotent backfill archiving for missed rounds across session restarts

Useful For

  • Reducing token consumption and prompt bloating during long-running tool-heavy agent workflows
  • Retaining full tool output audit logs on disk while keeping LLM context concise
  • Enabling selective recall of large command outputs only when explicitly referenced

Who It Fits

  • DeepSeek Harness users running extended multi-turn coding or automation sessions
  • Developers optimizing prompt token cost and LLM context window efficiency

Documented Limitations

  • Requires disk write permissions to ~/.dsh/sessions directory structure
  • Cleared tool outputs require an extra tool invocation round if the LLM needs past execution details

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.

No automated security signals have been published yet.

Source & Registry Notes

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

Source repository
stultuss/dsh-clear-tool-results
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
65c2fee · 2026-09-18

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-09-17
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