DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cornell Classic Theme — DSH Plugin for DeepSeek Harness
← Plugins
C

dsh-cornell-classic-theme

Cornell Classic Theme

A Cornell notebook workspace and task brief for DeepSeek Harness Web UI.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:leamonac0823/dsh-cornell-classic-theme#4063c09c58ec4e527976ee16b99bbc65c497420e
READMECompatibilityVersions

Compatibility and provenance

Cornell Classic Theme is published as dsh-cornell-classic-theme and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.2.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/21/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

DSH Cornell Classic

DSH Cornell Classic cover

Cornell Classic is a lightweight Cornell-notebook workspace for the DeepSeek Harness (DSH) Web UI. It keeps DSH's native conversation and trajectory views intact while adding a compact, local-first Brief beside a conversation.

What it adds

  • white paper, blue rules, and a subtle red notebook margin;
  • a collapsible Cornell Brief with current focus, concise keywords, state, and next action;
  • a per-conversation MY NOTE task list with multiline editing;
  • individual completion states; completed items collapse without being deleted;
  • a note-only scroll area, so the Brief remains visible while a long note is edited;
  • automatic removal of duplicate empty draft rows.

The plugin stores notes only in the browser's localStorage. It does not send note content, replace DSH messages, or modify DSH's composer.

Install

From npm (recommended after publication)

dsh plugin --profile web add dsh-cornell-classic-theme

From a Git repository

dsh plugin --profile web add github:OWNER/dsh-cornell-classic-theme

From a local folder

dsh plugin --profile web add "C:\path\to\dsh-cornell-classic-theme"

Then restart the Web profile or reload the DSH Web UI. The Cornell button next to the conversation and trajectory tabs toggles the workspace.

Usage

  • Open a conversation and enable Cornell.
  • Use 收起 / 展开 to temporarily maximize reading space.
  • Write tasks in MY NOTE. Each task supports multiline text.
  • Check a task to move it into the collapsed completed-items section; expand it whenever you need to edit or reopen it.

Compatibility and scope

  • Designed for DSH Web UI.
  • Cornell Brief appears on conversation pages only. Trajectory remains native.
  • At viewport widths below about 1100px, the Brief hides to preserve the main conversation area.
  • DSH is in developer preview; future UI changes can require selector compatibility updates.

Development

The browser entry point is lib/client.js. The package is a standard DSH bundle through cordis.patch.yml, so it can be installed without a profile-local patch.

node --check lib/client.js
npm pack --dry-run

License

MIT