Community directory previewDeepSeek Harness is in developer preview
DS

dsh-session-git

PluginConfirmed pluginCommunity

JUANWANG-BUAA/dsh-session-git · updated 8 days ago

Installation

dsh plugin --profile web add https://github.com/JUANWANG-BUAA/dsh-session-git/releases/latest/download/dsh-session-git.tgz
dsh plugin --profile web add https://github.com/JUANWANG-BUAA/dsh-session-git/releases/download/v0.1.0/dsh-session-git-0.1.0.tgz
dsh plugin --profile web add "$(pwd)"
dsh plugin --profile web add github:JUANWANG-BUAA/dsh-session-git#
dsh plugin --profile web add ./dsh-session-git-0.1.0.tgz
dsh plugin --profile web add dsh-session-git
dsh plugin --profile web add github:JUANWANG-BUAA/dsh-session-git

Plugins in this repository

  • dsh-session-gitv0.1.0

    Conversation lineage for DeepSeek Harness: fork at a completed turn and show the family tree. Does not rewind files or merge logs.

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (6)
    • @deepseek-ai/cordis>=4.0.1 <5shared
    • @deepseek-ai/dsh-client-locale>=0.1.0-rc.5 <0.2shared
    • @deepseek-ai/dsh-client-runtime>=0.1.0-rc.5 <0.2shared
    • @deepseek-ai/dsh-client-ui-conversation>=0.1.0-rc.5 <0.2shared
    • @deepseek-ai/dsh-client-ui-slots>=0.1.0-rc.5 <0.2shared
    • @deepseek-ai/schemastery^3.18.1private copy

Paths are pinned to commit 3961ef3855ea

Overview

Conversation lineage for DeepSeek Harness: fork at a completed turn and show the family tree. Does not rewind files or merge logs. 从已完成轮次新建对话分支并画出家族树;不回退文件、不合并日志。

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
3961ef3855ea
Evidence Score
79/100
Static risk
High risk
Files scanned
3
Findings
4

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance17/20
Compatibility evidence5/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode scripts/prepare.mjs
Findings (4)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/prepare.mjs"
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/schemastery": "^3.18.1"
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:6obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:32obfuscation
    const result = spawnSync(bin, ['--config', 'tsdown.config.ts'], { stdio: 'inherit' })
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0