OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
PROJECT README
dsh-dual-model-eval)English | 简体中文
Compare multiple coding models side by side inside DeepSeek Harness. dsh-dual-model-eval is an installable multi-model and coding-agent evaluation plugin: one prompt runs concurrently across selected LLM routes, every model works in an isolated Git worktree, and the normal Chat tab streams tool trajectories and renders comparable, adoptable results.
Compatibility: the first release targets DeepSeek Harness
0.1.0-rc.7. DeepSeek Harness is currently a developer preview, so plugin APIs may change between release candidates.
Install the pinned release into the built-in web profile:
npx @deepseek-ai/dsh@0.1.0-rc.7 plugin --profile web add github:huangdaxianer/dsh-dual-model-eval#v0.1.1
Restart the Harness web process after installation:
npx @deepseek-ai/dsh@0.1.0-rc.7 web
The repository contains committed, prebuilt lib/ artifacts. Installing from GitHub therefore does not require authorizing a dependency prepare script.
+added, -deleted, percentages, and changed-file count)..gitignore and creates a local baseline commit.~/.dsh/dual-model-eval/.Review generated commits and patches before publishing them. A completed orchestration run is evidence that execution settled, not a model-quality score.
Update to a newer tagged release:
npx @deepseek-ai/dsh@0.1.0-rc.7 plugin --profile web add github:huangdaxianer/dsh-dual-model-eval#v0.1.1
Remove the bundle:
npx @deepseek-ai/dsh@0.1.0-rc.7 plugin --profile web remove dsh-dual-model-eval
Restart the web profile after either operation.
Requirements: Node.js 22.19+ (or 24+), pnpm, and Git.
pnpm install
pnpm run check
pnpm run pack:release
To validate a local checkout without changing your normal Harness home:
export DSH_PLUGIN_TEST_HOME="$(mktemp -d)"
DSH_HOME="$DSH_PLUGIN_TEST_HOME" npx @deepseek-ai/dsh@0.1.0-rc.7 plugin --profile web add ./dsh-dual-model-eval
DSH_HOME="$DSH_PLUGIN_TEST_HOME" npx @deepseek-ai/dsh@0.1.0-rc.7 --profile web --dump-config
DeepSeek Harness plugins execute with the permissions of the local user. Inspect the source and pin a release tag or commit before installing any third-party plugin. This plugin can create Git worktrees and local commits inside the selected workspace; it does not push those commits.
MIT. This standalone package includes code derived from the MIT-licensed DeepSeek Harness project; see NOTICE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: coding-agent、git-worktree、multi-agent。