プラグイン
DeepSeek-Harness プラグインを閲覧・絞り込み・インストールできます。
15 件のプラグインが見つかりました
dsh-sticky-note
meredith2328/dsh-sticky-note
コンポーザーツールバーのクイック付箋: アイデアや ToDo をメモすると Markdown として自動保存され、ワンクリックでチャットに送信できる。
dshline (dshline)
riesbri/dshline
DeepSeek Harness用のターミナルネイティブTUIフロントエンド。Harness機能を通じてセッション、モデル、プラグイン、ジョブ、サブエージェント、ToDo、プロバイダー設定を表示しつつ、実際のターミナルスクロールバックを保持します。
dsh-project-memory
00080000/dsh-project-memory
dsh 向けのプロジェクト記憶で、ネイティブな task-system 連携を持つ:セッションの todo とファイル読み取りを自動で要約し、クロスセッションの task records(task↔file links)にまとめるので、ワークフローを再コンテキスト化なしで切り替え・再開できる。読み取り時メモリ(事前スキャンなし):コードの symbol を抽出し、ドキュメントを要約し、docs↔symbols を相互リンク。任意の TS semantic enhancement(TS が入っていれば自動オン)。経験ノートは自動重複排除。すべての想起には追跡可能な citation が付く。Pure JS、依存1つ、すぐ使える、静かに動作、オーバーヘッドゼロ。
dsh-devquest
lucky8197/dsh-devquest
コーディングを RPG に変える: 完了したターン、ツール呼び出し、完了した ToDo が XP を獲得し、27 種類以上の実績バッジ、レベル、称号、シーズンを用意。純粋関数エンジンによるイベント駆動スコアリング — 仕事そのものがゲーム。
dsh-ui-progress
lhh010/dsh-ui-progress
DSH Web UI 会話進捗プラグイン: 入力欄のドックエリアに常駐する会話進捗バー(todos の実進捗 / リアルタイム token 生成速度 / 中断時のオレンジ表示 / ToDo リマインド)。コア無改造。
dsh-dcp
fan56/dsh-dcp
dsh 向けの決定論的コンテキスト圧縮:LLM 呼び出しゼロ、パス・コマンド・エラートレース・未完了 ToDo をそのまま保持するルールベースのプルーニング。約 8 万トークンを数百トークンに圧縮します。
widget-dock
morgogh/widget-dock
会話の余白に配置される28個のミニカードからなるドラッグ可能なグリッド整列ワークベンチ(API残高、トークン使用量、コスト、コンテキスト負荷、TODO、目標、使用量ヒートマップ、GitHubリポジトリ、画像リレー)、S/M/L/XLサイズ段階に対応。
dsh-stool-plugin
fufengyuan/dsh-stool-plugin
エージェントに stool ops CLI への完全アクセスを与える 9 個の統合ツール:サーバー管理、データベースクエリ/redis、ログ検索/tail、CI/CD デプロイと履歴、MFA コード、git 操作、ノート、todo、その他ユーティリティ(会計、週次レポート、監査、プロジェクト一覧、nginx プリセット)。
dsh-memory-fortress
linshuangb347/dsh-memory-fortress
Memory Fortress for DeepSeek Harness: 5-track layered memory, self-evolution, knowledge graph (SQLite+FTS5), status pill. 本地记忆堡垒:五轨记忆·自我进化·知识图谱·状态灯。
dsh-project-brain
yj-liuzepeng/dsh-project-brain
Persistent project intelligence and memory plugin for DSH: architecture analysis, cross-session context, TODOs, and optional hybrid retrieval
dsh-todo-inbox
lumoping/dsh-todo-inbox
Global cross-session todo inbox for DSH web: any session's agent records human-action todos (merge MRs, approve work orders, reviews) via inbox_add/inbox_done/inbox_list; a sidebar entry shows a count badge and an expandable list to open and complete them, persisted to ~/.dsh/todo-inbox.json.
dsh-todo-continuity
apex-mochen/dsh-todo-continuity
Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.
dsh-session-todos
seeingrain/dsh-session-todos
Floating todo panel for DSH sessions with server-side cross-device persistence and pending-task badges in the session list.
dsh-todolist
hz-jasonlin/dsh-todolist
An independent todo board for DeepSeek Harness: list/board/calendar/week/project views, AI tools (todolist / todolist_suggest), and a self-contained storage backend. Registers a top-level Todos tab; registers a right-sidebar Today tab when dsh-better-side
dsh-memoryleak
warmwine/dsh-memoryleak
Notes and todos as plain Markdown files in your workspace: type /ml plus a sentence to jot into today's journal; todos come in three flavors — deadline, sleep-until-a-date (auto-wakes when due), and anytime; /ml view fuzzy-opens any file with a few keystrokes. Zero tokens throughout — nothing goes through the model, and your notes stay ordinary local files that git and any editor can read.