DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-session-review

DSH web plugin for reviewing files changed during the current session, with per-file diffs, save, and undo controls.

UI & ProductivityDeveloper Tools
3GitHub Stars1ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add /path/to/dsh-session-review

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
Adds a composer-adjacent session-change strip and a better-sidebar review panel. It records successful edit/write tool diffs for each session without relying on Git.

Key Capabilities

  • Shows the count of files and added/deleted lines changed in the current session.
  • Expands to a list of changed files and opens a session review view.
  • Displays per-file, per-hunk before/after diffs from edit and write tool results.
  • Supports saving or undoing individual files or all tracked session changes.
  • Restores tracked state by replaying session events after a page refresh.
  • Falls back to opening a path through workspaces when better-sidebar is unavailable.

Useful For

  • Review AI-assisted edits before keeping them.
  • Inspect exact changes from the active session without mixing in pre-existing worktree changes.
  • Undo tracked session edits or delete tracked newly created files.
  • Quickly open a changed file’s focused review from the composer area.

Who It Fits

  • DeepSeek Harness web-profile users
  • Developers using edit and write tools during DSH sessions
  • Users who want session-scoped change review without Git dependence

Documented Limitations

  • Only successful edit and write tool results carrying meta.diffs are tracked; shell-based changes such as sed or redirection are excluded.
  • Subagent edits are tracked in their own sessions rather than merged into the parent session.
  • Undo is refused if file drift prevents hunk matching or a hunk was truncated; replace_all with repeated text can theoretically locate a hunk inaccurately.
  • Limits tracking to 200 files per session, 200 hunks per file, and 64 KB per hunk; truncated files cannot be undone.
  • Large diffs use a degraded rendering path to avoid LCS memory pressure.

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

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

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
sunshaobei/dsh-session-review
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
413afc4 · 2026-09-10

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
3GitHub stars
Forks
1
Open issues
2
Last commit
2026-08-16
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