deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ZanderKong/look-here
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 简体中文
Look Here is a selection-first plugin for the DeepSeek Harness Web UI. Select text in a DSH conversation to explain it, ask a follow-up, save the answer, or attach an annotation without interrupting the main session.
ctx.llm call and do not add messages to the main DSH session.0.1.0-rc.7web profileThe supported Harness version and verified plugin contracts are recorded in COMPATIBILITY.md.
npx @deepseek-ai/dsh plugin --profile web add github:ZanderKong/look-here
npx @deepseek-ai/dsh --profile web --dump-config
npx @deepseek-ai/dsh --profile web
Restart the Web service after installation. The dumped config should include a # == look-here layer, and the UI is available at http://127.0.0.1:3080 by default.
For a reproducible installation, append #<commit-or-tag> to the GitHub spec.
git clone https://github.com/ZanderKong/look-here.git
cd look-here
npm install
npm run check
npx @deepseek-ai/dsh plugin --profile web add .
npx @deepseek-ai/dsh --profile web
Run these commands in the browser DevTools console:
await __LOOK_HERE_DSH_DIAGNOSTICS__.health()
await __LOOK_HERE_DSH_DIAGNOSTICS__.selfTest()
await __LOOK_HERE_DSH_DIAGNOSTICS__.quickExplainJobs()
await __LOOK_HERE_DSH_DIAGNOSTICS__.storage()
npm install
npm run build:dsh
npm test
npm run check rebuilds the distributable DSH client and host files before running the complete test suite.
dsh/ DSH host, client adapters, Cordis patch, and build script
src/ Shared product core adapted from the Chrome extension
dist/dsh/ Committed installable host and client artifacts
tests/dsh/ DSH adapter and behavior tests
docs/dsh-adaptation/ Architecture, compatibility, installation, and parity notes
See Architecture, Installation and acceptance, and the Parity checklist for implementation details.
Avoid selecting sensitive information unless the configured model provider is allowed to process it.
Look Here adapts the interaction model and product core of the original Chrome extension to the DeepSeek Harness Web UI. Host-specific behavior lives behind DSH adapters; it is not a separate feature rewrite.
This repository uses the dsh-plugin topic recommended by the DeepSeek Harness project, so it can be discovered from the Harness plugin community on GitHub.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。