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.

Plugin Noema — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-plugin-noema

Plugin Noema

Focus code review on complexity changes after each coding task.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wjw99830/dsh-plugin-noema#6e9698899a52e5564e9cc4455ed3d8e16589ab29
READMECompatibilityVersions

Compatibility and provenance

Plugin Noema is published as dsh-plugin-noema and currently resolves to version 0.1.0-alpha.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
9/21/2026

Versions

0.1.0-alpha.0prerelease
9/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0-alpha.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/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 developer-tools.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

Noema

English | 中文

Keep your standards in AI-assisted development

Noema is a DeepSeek Harness plugin for developers who care about the code they ship. After each coding task, it shows complexity changes to help you decide which files and functions need a closer look

Noema showing complexity changes across a file and its functions

Review changes

Noema compares three metrics before and after each task:

MetricWhat it measures
Cyclomatic complexityIndependent paths through the code
Cognitive complexityDifficulty of following control flow, accounting for branches, nesting, and recursion
Maximum nesting depthDeepest nesting of control structures within a function

Expand a file or function to locate changes within it. Its metrics include the code it contains; [Top Level] shows its own code separately from named child functions. Unchanged code is hidden by default and can be revealed when needed

These metrics help focus your review. Judge changes in the context of the code: a lower score alone does not mean better code

Analysis runs locally and compares the workspace at the start and end of each turn, including any manual edits made during that time. Results stay outside the model context

Supported languages

TypeScript (including TSX), Python, and Go are supported. JavaScript and TypeScript declaration files are excluded

No card appears when there are no supported code changes, including edits limited to comments or formatting. Code changes still appear when the scores remain the same

Install

Requires an installed DSH CLI and Node.js ^22.19.0 || >=24.0.0. The tested DSH version is 0.1.6-alpha.2

Install the npm package into the Web profile, then start DSH:

dsh plugin --profile web add dsh-plugin-noema
dsh web

If DSH is already running, restart it and refresh the browser. Noema starts analyzing new turns after installation; ask DSH to modify a supported source file to try it

Choose files

Open Plugins → plugin-noema → Files to analyze in the Web sidebar. Set include and exclude patterns relative to your workspace, such as src/** and **/*.test.ts, or use Add common test exclusions. Exclusions take precedence, and saved changes apply from the next turn

Noema respects .gitignore and excludes common dependency and build directories by default

Learn more

  • Design: analysis behavior and metric aggregation
  • Scoring: language rules and references
  • Contributing: local development, tests, and packaging

Noema is released under the MIT License