Back to home

CEQ151

dsh_codex_style_plugin

No description

Stars
0
Language
TypeScript
Created
Aug 16, 2026
Updated
Aug 16, 2026

Introduction

dsh_codex_style_plugin

Codex-style plugins for DeepSeek Harness.

This repository is a monorepo. Each directory is one installable DSH plugin.

Plugins

DirectoryPackageDescription
dsh_codex-style_plugindsh_codex-style_pluginCodex-style sources panel + per-turn file-change summary card + left-anchored conversation layout.

Development

Each plugin has its own package.json and can be built independently:

cd dsh_codex-style_plugin
npm install
npm run check
npm test
npm run build
npm pack

Releases

Ready-to-install tarballs are kept under releases/.

npx @deepseek-ai/dsh plugin --profile web add -w releases/dsh_codex-style_plugin-0.3.7.tgz