All plugins

DSH / BUNDLE / BUNDLES

dsh-self-evolution

v0.1.1Lhy723 / dsh-self-evolutionff3d231edb

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-self-evolution

Benchmark-driven self-evolution plugin for DeepSeek Harness: evaluate, optimize, snapshot, accept or roll back.

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add Lhy723/dsh-self-evolution --ref ff3d231edb1aeb5516e4645981ba30580787d840

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

LIMITATIONS

Known limitations

- 带模型凭据的 live E2E 尚未执行:`runtime.json.toolFilter` 的实际生效依赖官方 `spawn` provider 的 Tool Restriction 语义,已按 rc.6 类型核对但未经 live 验证。 - 插件提供上下文与文件事务边界,而非 OS sandbox(见上)。 - `evolution_status` 与 `evolution_rollback` 需要调用 Agent(`exec.agent`);无 Agent 上下文会报 `MISSING_AGENT`。 - 单 Profile 互斥靠 `profile.lock` + `lockStaleMs` 过期判定,跨主机并发不在其列(无分布式锁)。