dsh-plugin-guide 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE.md +26 -0
- package/README.es.md +139 -0
- package/README.hi.md +138 -0
- package/README.md +165 -0
- package/README.pt.md +139 -0
- package/README.zh-CN.md +164 -0
- package/SKILL.md +69 -0
- package/cordis.patch.yml +4 -0
- package/guide/links.md +92 -0
- package/guide/plugin-dev-guide.md +429 -0
- package/guide/quick-reference.es.md +176 -0
- package/guide/quick-reference.hi.md +176 -0
- package/guide/quick-reference.md +176 -0
- package/guide/quick-reference.pt.md +176 -0
- package/guide/quick-reference.zh-CN.md +175 -0
- package/index.js +58 -0
- package/package.json +83 -0
- package/references/community-ecosystem.md +201 -0
- package/references/community-repo-deep-dive.md +695 -0
- package/references/cordis-paper-and-community.md +326 -0
- package/references/harness-repo.md +654 -0
- package/references/official-docs/AGENTS.md +149 -0
- package/references/official-docs/BENCHMARK.md +3 -0
- package/references/official-docs/CLAUDE.md +1 -0
- package/references/official-docs/CONTRIBUTING.i18n.yaml +6 -0
- package/references/official-docs/CONTRIBUTING.md +23 -0
- package/references/official-docs/CONTRIBUTING.zh.md +23 -0
- package/references/official-docs/LICENSE +21 -0
- package/references/official-docs/README.i18n.yaml +6 -0
- package/references/official-docs/README.md +35 -0
- package/references/official-docs/README.zh.md +74 -0
- package/references/official-docs/SNAPSHOT.md +16 -0
- package/references/official-docs/THIRD_PARTY_NOTICES.md +192 -0
- package/references/official-docs/docs/AGENTS.md +75 -0
- package/references/official-docs/docs/agent-lifecycle.i18n.yaml +6 -0
- package/references/official-docs/docs/agent-lifecycle.md +82 -0
- package/references/official-docs/docs/agent-lifecycle.zh.md +84 -0
- package/references/official-docs/docs/api-gateway.i18n.yaml +6 -0
- package/references/official-docs/docs/api-gateway.md +164 -0
- package/references/official-docs/docs/api-gateway.zh.md +164 -0
- package/references/official-docs/docs/architecture.i18n.yaml +6 -0
- package/references/official-docs/docs/architecture.md +129 -0
- package/references/official-docs/docs/architecture.zh.md +133 -0
- package/references/official-docs/docs/capability-seams.i18n.yaml +6 -0
- package/references/official-docs/docs/capability-seams.md +471 -0
- package/references/official-docs/docs/capability-seams.zh.md +473 -0
- package/references/official-docs/docs/config-catalog.i18n.yaml +6 -0
- package/references/official-docs/docs/config-catalog.md +3151 -0
- package/references/official-docs/docs/config-catalog.zh.md +3152 -0
- package/references/official-docs/docs/cookbook/adding-a-conversation-node.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-conversation-node.md +233 -0
- package/references/official-docs/docs/cookbook/adding-a-conversation-node.zh.md +233 -0
- package/references/official-docs/docs/cookbook/adding-a-package.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-package.md +118 -0
- package/references/official-docs/docs/cookbook/adding-a-package.zh.md +118 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.md +94 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +96 -0
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +59 -0
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +59 -0
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.md +43 -0
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +43 -0
- package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/extension-cookbook.md +129 -0
- package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +131 -0
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.md +64 -0
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.zh.md +64 -0
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.md +32 -0
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +32 -0
- package/references/official-docs/docs/cordis-api/context.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/context.md +364 -0
- package/references/official-docs/docs/cordis-api/context.zh.md +366 -0
- package/references/official-docs/docs/cordis-api/events.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/events.md +207 -0
- package/references/official-docs/docs/cordis-api/events.zh.md +209 -0
- package/references/official-docs/docs/cordis-api/fiber.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/fiber.md +375 -0
- package/references/official-docs/docs/cordis-api/fiber.zh.md +377 -0
- package/references/official-docs/docs/cordis-api/inherited.md +39 -0
- package/references/official-docs/docs/cordis-api/registry.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/registry.md +152 -0
- package/references/official-docs/docs/cordis-api/registry.zh.md +154 -0
- package/references/official-docs/docs/cordis-api/service.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-api/service.md +102 -0
- package/references/official-docs/docs/cordis-api/service.zh.md +104 -0
- package/references/official-docs/docs/cordis-primer.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-primer.md +44 -0
- package/references/official-docs/docs/cordis-primer.zh.md +50 -0
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.md +95 -0
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.zh.md +95 -0
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.zh.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/03-services.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/03-services.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/03-services.zh.md +98 -0
- package/references/official-docs/docs/cordis-tutorial/04-events.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/04-events.md +144 -0
- package/references/official-docs/docs/cordis-tutorial/04-events.zh.md +144 -0
- package/references/official-docs/docs/cordis-tutorial/05-config.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/05-config.md +84 -0
- package/references/official-docs/docs/cordis-tutorial/05-config.zh.md +84 -0
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.md +113 -0
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +113 -0
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.md +107 -0
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.zh.md +107 -0
- package/references/official-docs/docs/cordis-tutorial/index.i18n.yaml +6 -0
- package/references/official-docs/docs/cordis-tutorial/index.md +60 -0
- package/references/official-docs/docs/cordis-tutorial/index.zh.md +62 -0
- package/references/official-docs/docs/defensive-patterns.i18n.yaml +6 -0
- package/references/official-docs/docs/defensive-patterns.md +33 -0
- package/references/official-docs/docs/defensive-patterns.zh.md +33 -0
- package/references/official-docs/docs/development.i18n.yaml +6 -0
- package/references/official-docs/docs/development.md +171 -0
- package/references/official-docs/docs/development.zh.md +171 -0
- package/references/official-docs/docs/event-producer-consumer.i18n.yaml +6 -0
- package/references/official-docs/docs/event-producer-consumer.md +76 -0
- package/references/official-docs/docs/event-producer-consumer.zh.md +78 -0
- package/references/official-docs/docs/glossary.i18n.yaml +6 -0
- package/references/official-docs/docs/glossary.md +45 -0
- package/references/official-docs/docs/glossary.zh.md +45 -0
- package/references/official-docs/docs/graph-atlas.i18n.yaml +6 -0
- package/references/official-docs/docs/graph-atlas.md +24 -0
- package/references/official-docs/docs/graph-atlas.zh.md +26 -0
- package/references/official-docs/docs/i18n/README.i18n.yaml +6 -0
- package/references/official-docs/docs/i18n/README.md +60 -0
- package/references/official-docs/docs/i18n/README.zh.md +60 -0
- package/references/official-docs/docs/i18n/style-samples.md +87 -0
- package/references/official-docs/docs/i18n/terminology.md +214 -0
- package/references/official-docs/docs/i18n/translation-prompt.md +263 -0
- package/references/official-docs/docs/i18n/translation-rules.i18n.yaml +6 -0
- package/references/official-docs/docs/i18n/translation-rules.md +69 -0
- package/references/official-docs/docs/i18n/translation-rules.zh.md +69 -0
- package/references/official-docs/docs/module-graph.i18n.yaml +6 -0
- package/references/official-docs/docs/module-graph.md +1638 -0
- package/references/official-docs/docs/module-graph.zh.md +1640 -0
- package/references/official-docs/docs/persistence-catalog.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-catalog.md +944 -0
- package/references/official-docs/docs/persistence-catalog.zh.md +946 -0
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.md +113 -0
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.zh.md +113 -0
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.md +47 -0
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.zh.md +47 -0
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.md +53 -0
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.zh.md +53 -0
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.md +55 -0
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.zh.md +55 -0
- package/references/official-docs/docs/postmortem/README.i18n.yaml +6 -0
- package/references/official-docs/docs/postmortem/README.md +18 -0
- package/references/official-docs/docs/postmortem/README.zh.md +18 -0
- package/references/official-docs/docs/rescope.i18n.yaml +6 -0
- package/references/official-docs/docs/rescope.md +53 -0
- package/references/official-docs/docs/rescope.zh.md +53 -0
- package/references/official-docs/docs/subsystems/README.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/README.md +55 -0
- package/references/official-docs/docs/subsystems/README.zh.md +55 -0
- package/references/official-docs/docs/subsystems/approval.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/approval.md +170 -0
- package/references/official-docs/docs/subsystems/approval.zh.md +170 -0
- package/references/official-docs/docs/subsystems/attachment.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/attachment.md +115 -0
- package/references/official-docs/docs/subsystems/attachment.zh.md +115 -0
- package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/client-modules.md +118 -0
- package/references/official-docs/docs/subsystems/client-modules.zh.md +118 -0
- package/references/official-docs/docs/subsystems/code-runtime.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/code-runtime.md +191 -0
- package/references/official-docs/docs/subsystems/code-runtime.zh.md +191 -0
- package/references/official-docs/docs/subsystems/commands.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/commands.md +187 -0
- package/references/official-docs/docs/subsystems/commands.zh.md +187 -0
- package/references/official-docs/docs/subsystems/compaction.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/compaction.md +238 -0
- package/references/official-docs/docs/subsystems/compaction.zh.md +238 -0
- package/references/official-docs/docs/subsystems/core.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/core.md +1070 -0
- package/references/official-docs/docs/subsystems/core.zh.md +1078 -0
- package/references/official-docs/docs/subsystems/credentials.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/credentials.md +133 -0
- package/references/official-docs/docs/subsystems/credentials.zh.md +133 -0
- package/references/official-docs/docs/subsystems/extensions.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/extensions.md +364 -0
- package/references/official-docs/docs/subsystems/extensions.zh.md +364 -0
- package/references/official-docs/docs/subsystems/feedback.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/feedback.md +266 -0
- package/references/official-docs/docs/subsystems/feedback.zh.md +266 -0
- package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/filesystem.md +495 -0
- package/references/official-docs/docs/subsystems/filesystem.zh.md +495 -0
- package/references/official-docs/docs/subsystems/goal.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/goal.md +277 -0
- package/references/official-docs/docs/subsystems/goal.zh.md +277 -0
- package/references/official-docs/docs/subsystems/invariants.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/invariants.md +88 -0
- package/references/official-docs/docs/subsystems/invariants.zh.md +88 -0
- package/references/official-docs/docs/subsystems/jobs.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/jobs.md +290 -0
- package/references/official-docs/docs/subsystems/jobs.zh.md +290 -0
- package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/llm-streaming.md +888 -0
- package/references/official-docs/docs/subsystems/llm-streaming.zh.md +894 -0
- package/references/official-docs/docs/subsystems/lsp.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/lsp.md +202 -0
- package/references/official-docs/docs/subsystems/lsp.zh.md +202 -0
- package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/permission-presets.md +131 -0
- package/references/official-docs/docs/subsystems/permission-presets.zh.md +131 -0
- package/references/official-docs/docs/subsystems/persistence.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/persistence.md +385 -0
- package/references/official-docs/docs/subsystems/persistence.zh.md +385 -0
- package/references/official-docs/docs/subsystems/plan.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/plan.md +87 -0
- package/references/official-docs/docs/subsystems/plan.zh.md +87 -0
- package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/sandbox.md +218 -0
- package/references/official-docs/docs/subsystems/sandbox.zh.md +218 -0
- package/references/official-docs/docs/subsystems/schedule.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/schedule.md +186 -0
- package/references/official-docs/docs/subsystems/schedule.zh.md +186 -0
- package/references/official-docs/docs/subsystems/scope.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/scope.md +59 -0
- package/references/official-docs/docs/subsystems/scope.zh.md +59 -0
- package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-projection.md +262 -0
- package/references/official-docs/docs/subsystems/session-projection.zh.md +262 -0
- package/references/official-docs/docs/subsystems/session-query.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-query.md +495 -0
- package/references/official-docs/docs/subsystems/session-query.zh.md +495 -0
- package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-reference.md +108 -0
- package/references/official-docs/docs/subsystems/session-reference.zh.md +108 -0
- package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-telemetry.md +194 -0
- package/references/official-docs/docs/subsystems/session-telemetry.zh.md +194 -0
- package/references/official-docs/docs/subsystems/session-title.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session-title.md +204 -0
- package/references/official-docs/docs/subsystems/session-title.zh.md +204 -0
- package/references/official-docs/docs/subsystems/session.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/session.md +849 -0
- package/references/official-docs/docs/subsystems/session.zh.md +851 -0
- package/references/official-docs/docs/subsystems/settings.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/settings.md +310 -0
- package/references/official-docs/docs/subsystems/settings.zh.md +310 -0
- package/references/official-docs/docs/subsystems/shell.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/shell.md +303 -0
- package/references/official-docs/docs/subsystems/shell.zh.md +303 -0
- package/references/official-docs/docs/subsystems/skills.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/skills.md +331 -0
- package/references/official-docs/docs/subsystems/skills.zh.md +331 -0
- package/references/official-docs/docs/subsystems/spill.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/spill.md +117 -0
- package/references/official-docs/docs/subsystems/spill.zh.md +117 -0
- package/references/official-docs/docs/subsystems/storage.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/storage.md +229 -0
- package/references/official-docs/docs/subsystems/storage.zh.md +229 -0
- package/references/official-docs/docs/subsystems/subagent.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/subagent.md +734 -0
- package/references/official-docs/docs/subsystems/subagent.zh.md +736 -0
- package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/subprocess.md +324 -0
- package/references/official-docs/docs/subsystems/subprocess.zh.md +324 -0
- package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/system-prompt.md +207 -0
- package/references/official-docs/docs/subsystems/system-prompt.zh.md +207 -0
- package/references/official-docs/docs/subsystems/terminal.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/terminal.md +184 -0
- package/references/official-docs/docs/subsystems/terminal.zh.md +184 -0
- package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/token-meter.md +90 -0
- package/references/official-docs/docs/subsystems/token-meter.zh.md +90 -0
- package/references/official-docs/docs/subsystems/tools.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/tools.md +720 -0
- package/references/official-docs/docs/subsystems/tools.zh.md +720 -0
- package/references/official-docs/docs/subsystems/typert.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/typert.md +336 -0
- package/references/official-docs/docs/subsystems/typert.zh.md +336 -0
- package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/user-questions.md +178 -0
- package/references/official-docs/docs/subsystems/user-questions.zh.md +178 -0
- package/references/official-docs/docs/subsystems/web-server.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/web-server.md +108 -0
- package/references/official-docs/docs/subsystems/web-server.zh.md +108 -0
- package/references/official-docs/docs/subsystems/web.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/web.md +199 -0
- package/references/official-docs/docs/subsystems/web.zh.md +199 -0
- package/references/official-docs/docs/subsystems/workflow.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/workflow.md +278 -0
- package/references/official-docs/docs/subsystems/workflow.zh.md +278 -0
- package/references/official-docs/docs/subsystems/workspace.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/workspace.md +228 -0
- package/references/official-docs/docs/subsystems/workspace.zh.md +228 -0
- package/references/official-docs/docs/testing.i18n.yaml +6 -0
- package/references/official-docs/docs/testing.md +49 -0
- package/references/official-docs/docs/testing.zh.md +49 -0
- package/references/official-docs/docs/tool-catalog.i18n.yaml +6 -0
- package/references/official-docs/docs/tool-catalog.md +1873 -0
- package/references/official-docs/docs/tool-catalog.zh.md +1878 -0
- package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +6 -0
- package/references/official-docs/docs/tool-execution-pipeline.md +62 -0
- package/references/official-docs/docs/tool-execution-pipeline.zh.md +64 -0
- package/references/official-docs/docs/user/develop/basic/config.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/config.md +106 -0
- package/references/official-docs/docs/user/develop/basic/config.zh.md +106 -0
- package/references/official-docs/docs/user/develop/basic/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/index.md +144 -0
- package/references/official-docs/docs/user/develop/basic/index.zh.md +144 -0
- package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/publish.md +183 -0
- package/references/official-docs/docs/user/develop/basic/publish.zh.md +183 -0
- package/references/official-docs/docs/user/develop/basic/tool.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/basic/tool.md +52 -0
- package/references/official-docs/docs/user/develop/basic/tool.zh.md +52 -0
- package/references/official-docs/docs/user/develop/framework/events.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/framework/events.md +143 -0
- package/references/official-docs/docs/user/develop/framework/events.zh.md +143 -0
- package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/framework/index.md +137 -0
- package/references/official-docs/docs/user/develop/framework/index.zh.md +137 -0
- package/references/official-docs/docs/user/develop/framework/service.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/framework/service.md +148 -0
- package/references/official-docs/docs/user/develop/framework/service.zh.md +150 -0
- package/references/official-docs/docs/user/develop/practice/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/practice/index.md +155 -0
- package/references/official-docs/docs/user/develop/practice/index.zh.md +155 -0
- package/references/official-docs/docs/user/develop/practice/llm-adapter.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/practice/llm-adapter.md +188 -0
- package/references/official-docs/docs/user/develop/practice/llm-adapter.zh.md +188 -0
- package/references/official-docs/docs/user/guide/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/index.md +30 -0
- package/references/official-docs/docs/user/guide/index.zh.md +30 -0
- package/references/official-docs/docs/user/guide/providers-custom-form.png +0 -0
- package/references/official-docs/docs/user/guide/providers-custom-form.zh.png +0 -0
- package/references/official-docs/docs/user/guide/providers-models-page.png +0 -0
- package/references/official-docs/docs/user/guide/providers-models-page.zh.png +0 -0
- package/references/official-docs/docs/user/guide/providers.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/providers.md +98 -0
- package/references/official-docs/docs/user/guide/providers.zh.md +98 -0
- package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/python-sdk.md +104 -0
- package/references/official-docs/docs/user/guide/python-sdk.zh.md +104 -0
- package/references/official-docs/docs/user/index.i18n.yaml +6 -0
- package/references/official-docs/docs/user/index.md +11 -0
- package/references/official-docs/docs/user/index.zh.md +11 -0
- package/references/official-docs/docs/web-styling.i18n.yaml +6 -0
- package/references/official-docs/docs/web-styling.md +25 -0
- package/references/official-docs/docs/web-styling.zh.md +25 -0
- package/references/official-docs/examples/AGENTS.md +20 -0
- package/references/official-docs/packages/AGENTS.md +27 -0
- package/references/official-docs/packages/README.md +69 -0
- package/references/official-docs/vendor/README.md +60 -0
- package/references/official-docs/website-docs.ts +524 -0
- package/references/sources.md +137 -0
- package/references/upstream-cordis.md +594 -0
- package/references/website-pages.md +668 -0
- package/scripts/archive-discussions.ps1 +154 -0
- package/scripts/download-community-articles.ps1 +188 -0
- package/scripts/download-community-repos.ps1 +232 -0
- package/scripts/download-sources.ps1 +195 -0
- package/scripts/gen-topic-snapshot.ps1 +91 -0
- package/scripts/install-skill.ps1 +63 -0
- package/scripts/sync-official-docs.ps1 +130 -0
- package/scripts/verify-kit.ps1 +191 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
# 生态与社区汇总(community-ecosystem.md)
|
|
2
|
+
|
|
3
|
+
> DeepSeek Harness 插件生态与社区资料的索引与要点。全部仓库的**完整源码 tarball 副本**在 `downloads/community-repos/`(114 个,HEAD/ETag 记录 `_heads.tsv`);首批 15 个的逐仓库深读报告见 [community-repo-deep-dive.md](community-repo-deep-dive.md);08-14 晚生态扫描报告见 `downloads/_research/github-ecosystem-scan.md`;08-15 增量(第七批 14 仓 + 第八批 3 仓 + Discussions 刷新 + 文章归档落地)见 §4.6/§4.7 与文末"08-15 更新记录";全量来源总账见 [sources.md](sources.md)。
|
|
4
|
+
|
|
5
|
+
## 1. 官方渠道
|
|
6
|
+
|
|
7
|
+
- GitHub 仓库:https://github.com/deepseek-ai/deepseek-harness(README 快照:`downloads/github/harness/README.md`;元数据:`downloads/github/harness/repo.json`;**08-15 核验:HEAD 仍为 47f9438**,无新提交/Release/tag)
|
|
8
|
+
- 官方文档站:https://deepseek-harness.github.io/deepseek-harness/(全站爬取:`downloads/web/site/`)
|
|
9
|
+
- 官网:https://www.deepseek.com/harness/(快照:`downloads/web/deepseek-com-harness.html`)
|
|
10
|
+
- **GitHub Discussions(Issues 关闭,Discussions 为反馈主渠道):全量 1654 条归档于 `downloads/github/harness/discussions/`**(list.json 含全部正文;精选线程含评论;2026-08-15 由 `scripts/archive-discussions.ps1` 刷新,08-14 首版为 1408 条)
|
|
11
|
+
- 官方 Discord:https://discord.gg/Ycq5dCaS4 (官方 README 明文链接)+ 企微群/公众号(见 `cordis-paper-and-community.md`);公众号「DeepSeek Harness 团队」(黑鲸头像)08-12 注册(新浪财经/21 世纪经济报道)
|
|
12
|
+
- GitHub 话题页:https://github.com/topics/dsh-plugin(08-14 晚 total_count=2034;**08-15 快照抓取期间 2668→2671**;deepseek-harness=1872、dsh=980+;第四期快照 `downloads/topic-snapshots/dsh-plugin-topic-2026-08-15/`)
|
|
13
|
+
- npm:`@deepseek-ai/*` 全家桶 72 个包元数据归档 `downloads/npm/`(README 含全表;08-15 核验 `@deepseek-ai/dsh` latest=next=0.1.0-rc.6 无变化);社区包 [dsh-plugin-adapter-qq](https://www.npmjs.com/package/dsh-plugin-adapter-qq)
|
|
14
|
+
|
|
15
|
+
## 2. 机制时间线(社区实测,vlln/plugin-registry 档案)
|
|
16
|
+
|
|
17
|
+
| 日期 | 事件 |
|
|
18
|
+
|---|---|
|
|
19
|
+
| 2026-08-09 | 官方推出 repository-plugin 机制(`.dsh-plugin` 格式) |
|
|
20
|
+
| **2026-08-11** | **官方移除 repository 机制**(`vendor/loader/src/repository.ts` 删除)——外部插件只剩 web profile 一条官方路径 |
|
|
21
|
+
| 之后 | bundle 插件(`dsh.bundle`)→ `dsh.profile.bundles` 层栈(重启生效);纯 cordis 插件 → profile `cordis.patch.yml` insert 行(配置 HMR 实时生效) |
|
|
22
|
+
|
|
23
|
+
## 3. 插件全量清单(dsh-plugin topic)
|
|
24
|
+
|
|
25
|
+
- 工作区快照三期:`dsh-plugin-topic-2026-08-13/`(304)、`dsh-plugin-topic-2026-08-14/`(去重 550)与 `dsh-plugin-topic-2026-08-14b/`(去重 993);08-14 晚扫描 total_count=**2034**(位置见 sources.md §D.2)。
|
|
26
|
+
- 生态目录/市场类仓库(自动聚合、每日刷新)见 §4.4。
|
|
27
|
+
|
|
28
|
+
## 4. 插件开发方法类仓库(深读重点)
|
|
29
|
+
|
|
30
|
+
| 仓库 | 用途 | 归档 |
|
|
31
|
+
|---|---|---|
|
|
32
|
+
| [omdsh-dev/plugin-template](https://github.com/omdsh-dev/plugin-template) | 生产级独立插件模板:src/index+config+runtime+invariant 四文件、7 个 dsh-plugin-* 开发 skill、tsdown 自包含 `prepare`、契约文档 | `downloads/community-repos/plugin-template/` |
|
|
33
|
+
| [omdsh-dev/dsh-plugin-dev](https://github.com/omdsh-dev/dsh-plugin-dev) | 踩坑档案:20 个实测坑(cordis 双副本、tsconfig 三件套、junction、多帧 zstd、DSH_* 环境变量……)+ 环境基线 | `downloads/community-repos/dsh-plugin-dev/` |
|
|
34
|
+
| [vlln/plugin-registry](https://github.com/vlln/plugin-registry) | 薄控制台 + `make-dsh-plugin` skill + 插件类型对比(bundle vs 纯 cordis 双通道) | `downloads/community-repos/plugin-registry/` |
|
|
35
|
+
| [Opr4Mp3r/deepseek-harness-plugin-from-scratch](https://github.com/Opr4Mp3r/deepseek-harness-plugin-from-scratch) | 代码审计式渐进教程:checkpoint 阅读器、17 反模式、交付检查单(锁 harness@47f9438、npm 0.1.0-rc.6) | `downloads/community-repos/deepseek-harness-plugin-from-scratch/` |
|
|
36
|
+
| [whyihaveyou/dsh-suite](https://github.com/whyihaveyou/dsh-suite) | 双语插件目录(167+ 插件、每日兼容性 CI)+ `npm create dsh-plugin` 脚手架 + 自有插件 | `downloads/community-repos/dsh-suite/` |
|
|
37
|
+
| [randerous/dsh-turn-meta](https://github.com/randerous/dsh-turn-meta) | 最小首插件模板:agent/pre-step + prepend:true + source 归属注入 | `downloads/community-repos/dsh-turn-meta/` |
|
|
38
|
+
| [omdsh-dev/dsh-plugin-skills](https://github.com/omdsh-dev/dsh-plugin-skills) | agent 会话内从脚手架到测试分层的 skill 集 | `downloads/community-repos/dsh-plugin-skills/` |
|
|
39
|
+
| [omdsh-dev/fabric](https://github.com/omdsh-dev/fabric) | 类 MC Fabric 的 hook 处理器 | `downloads/community-repos/fabric/` |
|
|
40
|
+
| [omdsh-dev/dsh-plugin-check](https://github.com/omdsh-dev/dsh-plugin-check) | 插件健康检查:清单协议/patch 格式/构建陷阱/hub 收录状态 | `downloads/community-repos/dsh-plugin-check/` |
|
|
41
|
+
| [bobleer/deepseek-harness-plugin-mcp](https://github.com/bobleer/deepseek-harness-plugin-mcp) | MCP 服务器:让任意 agent 发现/安装/运行 DSH 插件(用户清单 "ess-plugin-mcp" 的定位假设,未找到更接近的仓库) | `downloads/community-repos/deepseek-harness-plugin-mcp/` |
|
|
42
|
+
| [Nagi-ovo/dsh-find-plugins](https://github.com/Nagi-ovo/dsh-find-plugins) | 插件发现 | `downloads/community-repos/dsh-find-plugins/` |
|
|
43
|
+
| [omdsh-dev/dsh-hub-workshop](https://github.com/omdsh-dev/dsh-hub-workshop) | 插件市场/注册 workshop | `downloads/community-repos/dsh-hub-workshop/` |
|
|
44
|
+
|
|
45
|
+
### 4.1 08-14 上午出现的 Web GUI 插件市场(已归档)
|
|
46
|
+
|
|
47
|
+
- [bradeGithub/DSH-Plugins-Marketplace](https://github.com/bradeGithub/DSH-Plugins-Marketplace) — 在 DSH Web GUI 内一键浏览/安装/更新 `topic:dsh-plugin` 的全部插件
|
|
48
|
+
- [Toukaiteio/dsh-plugin-installer](https://github.com/Toukaiteio/dsh-plugin-installer) — 市场插件:接入 GitHub 插件生态
|
|
49
|
+
- [Scorp1o117/dsh-plugin-marketplace](https://github.com/Scorp1o117/dsh-plugin-marketplace) — 设置页内浏览 topic:搜索、按 star 排序、展示安装指引
|
|
50
|
+
|
|
51
|
+
三者均为 08-13/14 出现;安装权威与信任边界仍适用 dsh-hub-workshop 的"发现 ≠ 安装权限"结论(见 [community-repo-deep-dive.md](community-repo-deep-dive.md) §1.12)。
|
|
52
|
+
|
|
53
|
+
### 4.2 08-14 晚扫描:文档型仓库(高优先级 26,已整仓归档)
|
|
54
|
+
|
|
55
|
+
> 详细清单与文件树统计见 `downloads/_research/github-ecosystem-scan.md`;均位于 `downloads/community-repos/<repo>/`。
|
|
56
|
+
|
|
57
|
+
| 仓库 | 定位 |
|
|
58
|
+
|---|---|
|
|
59
|
+
| [flaqai/deepeseek-harness-guide](https://github.com/flaqai/deepeseek-harness-guide) | **15 语言**(ar/de/es/fr/id/it/ja/ko/pt/ru/th/tw/vi/zh + en)开发与插件构建指南,53 md + 4 SKILL——最接近官方文档多语翻译的仓库 |
|
|
60
|
+
| [Electricitysheep/dsh-handbook](https://github.com/Electricitysheep/dsh-handbook) | 从 0 到 1 深度手册:14 章中英双份 + 2 PDF + llms.txt(174★) |
|
|
61
|
+
| [JingHao-Leon/deepseek-harness-guide](https://github.com/JingHao-Leon/deepseek-harness-guide) | 保姆级理解教程 + Complete English Guide(架构深潜/Cordis/事件溯源/与 LangGraph·OpenAI·Claude·Google ADK 对比) |
|
|
62
|
+
| [flysheep-ai/learn_deepseek_harness](https://github.com/flysheep-ai/learn_deepseek_harness) | 可运行渐进课程 s01–s23(90 md + 33 SKILL + DESIGN.md) |
|
|
63
|
+
| [pingfanfan/hello-dsh](https://github.com/pingfanfan/hello-dsh) | 零基础插件开发教程:22 个中文技能实例(29 md + 22 SKILL) |
|
|
64
|
+
| [LaplaceYoung/dsh-book-deepseek-harness](https://github.com/LaplaceYoung/dsh-book-deepseek-harness) | 《深入理解 DeepSeek Harness》源码级拆解书(42 md + PDF + 写作规范) |
|
|
65
|
+
| [yanhua1010/dsh-harness-tutorial](https://github.com/yanhua1010/dsh-harness-tutorial) | Agent 原理与实现中文教程(VitePress 39 md + 8 个可运行 demo) |
|
|
66
|
+
| [hoco-scy/deepseek-harness-deep-dive](https://github.com/hoco-scy/deepseek-harness-deep-dive) | 源码锚定双语深潜:36 章/1094 证据/533 源码路径 |
|
|
67
|
+
| [libukai/awesome-deepseek-harness](https://github.com/libukai/awesome-deepseek-harness) | DSH 终极指南(中英日三语 README) |
|
|
68
|
+
| [sandbaseai/deepseek-harness-handbook](https://github.com/sandbaseai/deepseek-harness-handbook) | Agent-first 多语手册(quickstarts/架构/安全/排障/生产配方) |
|
|
69
|
+
| [openma-ai/deepseek-harness-typescript-sdk](https://github.com/openma-ai/deepseek-harness-typescript-sdk) | **TypeScript SDK**(镜像官方 Python SDK),类型/DTS 参考 |
|
|
70
|
+
| [Loner1024/deepseek-harness-sdk-rs](https://github.com/Loner1024/deepseek-harness-sdk-rs) | **Rust SDK**(双语 README) |
|
|
71
|
+
| [h565656445/dsh-llm-agent-harness-guide](https://github.com/h565656445/dsh-llm-agent-harness-guide) | LLM agent 控制面设计指南(控制循环/worker 协议/审批边界/可观测性) |
|
|
72
|
+
| [h565656445/dsh-agent-os-worker-protocol](https://github.com/h565656445/dsh-agent-os-worker-protocol) | Agent OS 统一 worker 协议(specs/schemas/证据哈希,契约型) |
|
|
73
|
+
| [cyanseek/dsh-native-playbook](https://github.com/cyanseek/dsh-native-playbook) | DSH 原生能力指南(插件 + Agent Skill + CLI 三合一) |
|
|
74
|
+
| [whyihaveyou/dsh-plugin-tutorial](https://github.com/whyihaveyou/dsh-plugin-tutorial) | 手把手、全真实截图的双语插件开发实战指南 |
|
|
75
|
+
| [DumplingHuman/dsh-plugin-tutorial](https://github.com/DumplingHuman/dsh-plugin-tutorial) | 中文插件开发教程(环境/Cordis/Tool/事件/LLM 适配器/打包发布) |
|
|
76
|
+
| [anweat/dsh-plugin-dev-guide](https://github.com/anweat/dsh-plugin-dev-guide) | 插件开发与发布指南 |
|
|
77
|
+
| [Hubert-hwk/dsh-for-humans](https://github.com/Hubert-hwk/dsh-for-humans) | 费曼学习法通俗教程(12 章 + 图解 + 测验) |
|
|
78
|
+
| [yangl326-Dylan/learning-dsh](https://github.com/yangl326-Dylan/learning-dsh) | 版本化双语源码学习页(dsh 插件形式 /learning) |
|
|
79
|
+
| [curtiseng/cordis-course](https://github.com/curtiseng/cordis-course) | **Cordis 论文交互式中文课程与译文**(「动态可组合性演算」)——Cordis 讲义唯一命中 |
|
|
80
|
+
| [THU-MAIC/dsh-openmaic](https://github.com/THU-MAIC/dsh-openmaic) | OpenMAIC for DSH(清华 MAIC):课堂/幻灯片/交互 widget/苏格拉底教学(真插件) |
|
|
81
|
+
| [qomob/DSHwiki](https://github.com/qomob/DSHwiki) | 社区 Wiki + 每日聚合插件目录(VitePress) |
|
|
82
|
+
| [calderbuild/awesome-deepseek-harness](https://github.com/calderbuild/awesome-deepseek-harness) | 精选 DSH 资源(docs/概念/包/插件/write-ups) |
|
|
83
|
+
| [njdldkl666699/dsh-learning](https://github.com/njdldkl666699/dsh-learning) | 学习者技术设计报告(双语,源码角度) |
|
|
84
|
+
| [dshworks/howto-dsh](https://github.com/dshworks/howto-dsh) | 验证过的实地笔记(陷阱/技能/钩子/profiles,每条标注版本+源码路径) |
|
|
85
|
+
| [onychen/learn-dsh](https://github.com/onychen/learn-dsh) | 拆解式教学课程(附教学版实现) |
|
|
86
|
+
| [alchaincyf/deepseek-harness-orange-book](https://github.com/alchaincyf/deepseek-harness-orange-book) | 橙皮书《从开机到拆开》:一手实测(系统提示词/启动清单/原始会话日志)PDF/EPUB |
|
|
87
|
+
|
|
88
|
+
### 4.3 08-14 晚扫描:skill 集合/契约规范(中优先级 19,已整仓归档)
|
|
89
|
+
|
|
90
|
+
- [dhicoc/dsh-reverse-skill](https://github.com/dhicoc/dsh-reverse-skill) — 逆向技能包(351 md、85 SKILL)
|
|
91
|
+
- [phoenixlucky/zerotoken-skill](https://github.com/phoenixlucky/zerotoken-skill) — ZeroToken + 尉缭子十原则 + Unicode/搜索规范
|
|
92
|
+
- [unknowbug/anchorlaw](https://github.com/unknowbug/anchorlaw) — vibe coding 代码验证协议(48 md、22 SKILL,含 DSH 集成目录)
|
|
93
|
+
- [w2112515/dsh-plugin-development](https://github.com/w2112515/dsh-plugin-development) — 可移植 DSH 插件开发/审计 Agent Skill
|
|
94
|
+
- [OneZero-Y/dsh-plugin-kit](https://github.com/OneZero-Y/dsh-plugin-kit) — Agent skills + 独立插件模板(7 SKILL)
|
|
95
|
+
- [akira399/dsh-plugin-publisher](https://github.com/akira399/dsh-plugin-publisher) — 插件开发与 GitHub 发布工作流(consent-gated)
|
|
96
|
+
- [LeslieWylie/dsh-plugin-release](https://github.com/LeslieWylie/dsh-plugin-release) — 打包契约/发布清单/安装卫生
|
|
97
|
+
- [LeslieWylie/dsh-benchmark-evidence](https://github.com/LeslieWylie/dsh-benchmark-evidence) — 基准清单/fail-closed 门禁/artifact 契约
|
|
98
|
+
- [LeslieWylie/dsh-agent-orchestration](https://github.com/LeslieWylie/dsh-agent-orchestration) — 证据优先多 agent 工作流(2 SKILL)
|
|
99
|
+
- [dongsheng123132/task-passport](https://github.com/dongsheng123132/task-passport) — 开放任务交接协议(DSH/WorkBuddy/Claude Code/Codex)
|
|
100
|
+
- [Tostoevsky/TsienHsueShen](https://github.com/Tostoevsky/TsienHsueShen) — 钱学森《工程控制论》蒸馏的 DSH 方法论技能
|
|
101
|
+
- [Whning0513/awesome-deepseek-skills](https://github.com/Whning0513/awesome-deepseek-skills) — pinned + 静态验证的 DeepSeek/DSH Agent Skills 目录
|
|
102
|
+
- [Jesse-njx/dsh-skillport](https://github.com/Jesse-njx/dsh-skillport) — Claude Code/Codex/Cursor/Gemini CLI skill 移植进 DSH(15 SKILL)
|
|
103
|
+
- [green-dalii/dsh-plugin-dev-skill](https://github.com/green-dalii/dsh-plugin-dev-skill) — 教会任意 agent 开发 DSH 插件的 skill pack
|
|
104
|
+
- [RayYeung1989/dsh-plugin-development](https://github.com/RayYeung1989/dsh-plugin-development) — 通用 dsh 插件开发 SKILL.md + templates
|
|
105
|
+
- [SmileTao/dsh-plugin-dev-skill](https://github.com/SmileTao/dsh-plugin-dev-skill) — 帮 AI 正确编写 dsh 插件的 skill
|
|
106
|
+
- [Leeaoyin/dr-agent-skills](https://github.com/Leeaoyin/dr-agent-skills) — 结构化可复用 skill 模块
|
|
107
|
+
- [KhalilYamber/hana-dsh-bridge](https://github.com/KhalilYamber/hana-dsh-bridge) — 含 DSH API 逆向笔记 + Agent 自部署手册
|
|
108
|
+
- [ieookm/agent-to-dsh-migration](https://github.com/ieookm/agent-to-dsh-migration) — Claude Code/Codex/Qoder 一键迁移 + 实测踩坑手册
|
|
109
|
+
|
|
110
|
+
### 4.4 08-14 晚扫描:目录/市场/awesome 索引(低优先级 20,已归档)
|
|
111
|
+
|
|
112
|
+
- [kejixiaoliang/awesome-dsh-plugins](https://github.com/kejixiaoliang/awesome-dsh-plugins)(14 类 280+ 插件)
|
|
113
|
+
- [like-study1/Oh-My-DSH](https://github.com/like-study1/Oh-My-DSH)(每 8 小时自动同步生态)
|
|
114
|
+
- [zp-home/dsh-recommend](https://github.com/zp-home/dsh-recommend)(每日抓取 + 公开评分模型)
|
|
115
|
+
- [white0dew/awesome-dsh-plugins](https://github.com/white0dew/awesome-dsh-plugins)、[wangshunnn/oh-my-dsh](https://github.com/wangshunnn/oh-my-dsh)、[billLiao/awesome-dsh-plugin](https://github.com/billLiao/awesome-dsh-plugin)、[HackSing/dsh-plugins](https://github.com/HackSing/dsh-plugins)、[lwmxiaobei/dsh-plugins](https://github.com/lwmxiaobei/dsh-plugins)(插件目录类)
|
|
116
|
+
- [YYTbit/awesome-dsh-bridges](https://github.com/YYTbit/awesome-dsh-bridges)(AI 编码工具桥接目录)
|
|
117
|
+
- [xiaohai-78/Top](https://github.com/xiaohai-78/Top)(每日排行榜 + 快照归档)
|
|
118
|
+
- [2BingLing/dsh-market](https://github.com/2BingLing/dsh-market)(500+ 插件市场:中文搜索 + 五维评分)
|
|
119
|
+
- [dshworks/awesome-dsh-themes](https://github.com/dshworks/awesome-dsh-themes)(主题与 --dsw-* token 皮肤注册表)
|
|
120
|
+
- [dshworks/awesome-dsh-plugins](https://github.com/dshworks/awesome-dsh-plugins)(垃圾过滤、开放数据注册表)
|
|
121
|
+
- [dsh-pub/dsh-pub](https://github.com/dsh-pub/dsh-pub)(双语、来源可溯的注册表与安装器)
|
|
122
|
+
- [cooljser/dsh-plugin-portal](https://github.com/cooljser/dsh-plugin-portal)(227+ 插件零依赖静态门户)
|
|
123
|
+
- [WatchaAI/awesome-deepseek-harness-plugins](https://github.com/WatchaAI/awesome-deepseek-harness-plugins)、[imsai-sh/awesome-deepseek-harness-plugins](https://github.com/imsai-sh/awesome-deepseek-harness-plugins)、[xianyu110/awesome-deepseek-harness](https://github.com/xianyu110/awesome-deepseek-harness)(精选目录)
|
|
124
|
+
- [openguardrails/openguardrails](https://github.com/openguardrails/openguardrails)(供应商中立 AI agent 安全协议与基准,备查)
|
|
125
|
+
- [Bandersnatch0x/amber-protocol](https://github.com/Bandersnatch0x/amber-protocol)(仓库本地治理协议,含 dsh/ patch overlay)
|
|
126
|
+
|
|
127
|
+
### 4.5 其他已归档功能仓库(第二批 14)
|
|
128
|
+
|
|
129
|
+
- [NanmiCoder/dsh-agent-teams](https://github.com/NanmiCoder/dsh-agent-teams) — AgentTeams 插件 + `docs/developing-dsh-plugins.md` + dsh-plugin-development SKILL(229★,英文插件开发教程)
|
|
130
|
+
- [vibeinging/dsh-tool-search](https://github.com/vibeinging/dsh-tool-search) — 按需工具发现插件
|
|
131
|
+
- [zhu1090093659/dsh-web-ui](https://github.com/zhu1090093659/dsh-web-ui) — Web UI 插件与皮肤合集
|
|
132
|
+
- [ccch1mneyyy/dsh-cc-tui](https://github.com/ccch1mneyyy/dsh-cc-tui) — Claude Code 风格终端 TUI
|
|
133
|
+
- [dataelement/dsh-desktop](https://github.com/dataelement/dsh-desktop) — 桌面客户端
|
|
134
|
+
- [hust-open-atom-club/oh-dsh-desktop](https://github.com/hust-open-atom-club/oh-dsh-desktop) — 可扩展 macOS 工作台 + 插件市场
|
|
135
|
+
- [lhh010/dsh-bash-encoding](https://github.com/lhh010/dsh-bash-encoding) — bash 编码修复插件
|
|
136
|
+
- [Nagi-ovo/dsh-visualize](https://github.com/Nagi-ovo/dsh-visualize) — 对话内生成式 UI(visualize 工具 + skill + 沙箱渲染)
|
|
137
|
+
- [bobleer/deepseek-harness-gui](https://github.com/bobleer/deepseek-harness-gui) — 社区 Tauri 桌面 GUI(HN 评论区引用)
|
|
138
|
+
- walkinglabs/awesome-deepseek-harness-plugins、vvlife/awesome-deepseek-harness-plugins、cccakeee/awesome-dsh-plugins —— 08-14 新出现的双语 awesome(见 §5)
|
|
139
|
+
|
|
140
|
+
### 4.6 08-15 第七批(web_search 增量线索,14 个,已整仓归档)
|
|
141
|
+
|
|
142
|
+
> 全部位于 `downloads/community-repos/<repo>/`(`scripts/download-community-repos.ps1` 第七批)。
|
|
143
|
+
|
|
144
|
+
- **桌面端(7 个)**:[anywhere-labs/deepseek-harness-desktop](https://github.com/anywhere-labs/deepseek-harness-desktop)(Electron,深度适配 macOS/Windows)、[cc1252/deepseek-harness-desktop](https://github.com/cc1252/deepseek-harness-desktop)(Windows Electron 壳)、[LisiChen0/DeepSeek-Harness-Desktop](https://github.com/LisiChen0/DeepSeek-Harness-Desktop)、[Skyearn/deepseek-harness-app](https://github.com/Skyearn/deepseek-harness-app)、[salathleizhang/deepseek-harness-desktop](https://github.com/salathleizhang/deepseek-harness-desktop)、[ChisaAlter/Deepseek-Harness-Desktop](https://github.com/ChisaAlter/Deepseek-Harness-Desktop)、[hairyf/deepseek-harness-desktop](https://github.com/hairyf/deepseek-harness-desktop)
|
|
145
|
+
- **桥接/移动端**:[banana770/dsh-qq-bridge](https://github.com/banana770/dsh-qq-bridge)(QQ ↔ Harness,npm `dsh-plugin-adapter-qq`)、[Vengisk/deepseek-harness-termux](https://github.com/Vengisk/deepseek-harness-termux)(Android/Termux 运行 dsh)
|
|
146
|
+
- **安全研究**:[zzszmyf/dsh-security-pocs](https://github.com/zzszmyf/dsh-security-pocs)(3 漏洞 + 链式利用 PoC:!!js 配置执行、只读沙箱全盘读、vm 逃逸→宿主机 RCE;配套官方 Discussion #817/#454/#523/#250)
|
|
147
|
+
- **其他实现/移植**:[HenryZ838978/deepseek-harness](https://github.com/HenryZ838978/deepseek-harness)(Python 移植:`pip install deepseek-harness` + dsh CLI + MCP server + 16 协议怪癖/270+ 试验)、[Lyowisee/deepseek-harness](https://github.com/Lyowisee/deepseek-harness)
|
|
148
|
+
- **市场/目录**:[mishibeikejie/zat-dsh-engine](https://github.com/mishibeikejie/zat-dsh-engine)(可视化插件市场)、[beancookie/awesome-dsh-plugin](https://github.com/beancookie/awesome-dsh-plugin)(英文精选列表)
|
|
149
|
+
|
|
150
|
+
### 4.7 08-15 第八批(午间补充,3 个)
|
|
151
|
+
|
|
152
|
+
- [orxz/deepseek-harness-themes](https://github.com/orxz/deepseek-harness-themes) — DSH 主题(皮肤)集合与安装文档
|
|
153
|
+
- [vvlife/whalehub-dsh](https://github.com/vvlife/whalehub-dsh) — WhaleHub 🐋 插件市场:发现、搜索、一键安装
|
|
154
|
+
- [dsh-market/dsh-market](https://github.com/dsh-market/dsh-market) — dsh-market 组织下的插件市场注册表
|
|
155
|
+
|
|
156
|
+
## 5. Awesome 精选列表
|
|
157
|
+
|
|
158
|
+
- [AdamPlatin123/awesome-dsh-plugins](https://github.com/AdamPlatin123/awesome-dsh-plugins) — 插件目录 + 每日兼容性追踪(`downloads/community-repos/awesome-dsh-plugins/`)
|
|
159
|
+
- [0xsline/awesome-deepseek-harness](https://github.com/0xsline/awesome-deepseek-harness) — 插件/工具/基建策展
|
|
160
|
+
- [Alex-Yanggg/awesome-DSH-plugin](https://github.com/Alex-Yanggg/awesome-DSH-plugin) — 精选插件/扩展/调试工具/开发模块(`downloads/community-repos/Alex-Yanggg-awesome-DSH-plugin/`)
|
|
161
|
+
- [awesome-dsh-plugin/awesome-dsh-plugin](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin) — 插件精选列表(837★)
|
|
162
|
+
- [bruc3van/awesome-dsh-plugin](https://github.com/bruc3van/awesome-dsh-plugin) — "30 秒找到适合你的插件"(`downloads/community-repos/awesome-dsh-plugin/`)
|
|
163
|
+
- [Dominic789654/awesome-deepseek-harness](https://github.com/Dominic789654/awesome-deepseek-harness) — 插件/skill/MCP/编排/UI 策展
|
|
164
|
+
- [walkinglabs/awesome-deepseek-harness-plugins](https://github.com/walkinglabs/awesome-deepseek-harness-plugins) — 双语精选:插件/工具/工作流/学习资源(08-14 新,已归档)
|
|
165
|
+
- [vvlife/awesome-deepseek-harness-plugins](https://github.com/vvlife/awesome-deepseek-harness-plugins) — 插件/工具/皮肤/扩展策展(08-14 新,已归档)
|
|
166
|
+
- [cccakeee/awesome-dsh-plugins](https://github.com/cccakeee/awesome-dsh-plugins) — evidence-led 目录:可加载扩展/skill/带权限意识的安装指引(08-14 新,已归档)
|
|
167
|
+
- [libukai/awesome-deepseek-harness](https://github.com/libukai/awesome-deepseek-harness) — 中英日三语终极指南(08-14 新,已归档)
|
|
168
|
+
- [calderbuild/awesome-deepseek-harness](https://github.com/calderbuild/awesome-deepseek-harness) — 精选资源(08-14 新,已归档)
|
|
169
|
+
- 目录/市场类更多见 §4.4
|
|
170
|
+
|
|
171
|
+
## 6. 社区与学习
|
|
172
|
+
|
|
173
|
+
- [hikariming/dshfind](https://github.com/hikariming/dshfind) — DSH 学习与分享社区(MDX)
|
|
174
|
+
- 论坛/博客/B 站线索:见 `cordis-paper-and-community.md` Part 2(84 条 URL 清单)
|
|
175
|
+
- **社区文章归档**(`downloads/web/community-articles/`,**08-15 实盘 149 篇**,`scripts/download-community-articles.ps1` 幂等刷新):
|
|
176
|
+
- `zh/`(94 篇):cnblogs 教程(pc2005 npm 发布实战、qq8864 会话导出/插件vs工具、sing1ee Agent Loop 解析、knqiufan/foxcharon/itech/adgine-ai/isLinXu)、CSDN(yuqingteck/damodev/zhuosj/aiutools/qq8864/csdnnews/aicoding)、51CTO 2 篇、阿里云 2 篇、bibigpt/aixq 实战、量子位/智东西/品玩/DTinsight/极客公园/36氪/界面/IT之家/甲子光年等媒体实测、V2EX 8 线程(1234203/1234320/1234341/1234424/1234521/1231389/1214141…)、locdd 3 线程、B 站视频页 9 支、新闻/财经页若干
|
|
177
|
+
- `en/`(45 篇):NYU Shanghai RITS Cordis 解读、dev.to 2 篇、AgentPedia/ExplainX/AgentBreaking、essamamdani、X-CMD 安装页、dsh-index.xlings、xlings 多版本、36Kr 英文 3 篇、Ollama 官方集成文档、aiengineerguide TIL、GIGAZINE、OpenRouter Ori Harness 文档、digg X 聚合页(curl 拦截,部分未归档)、Pandaily/Edgen/TMTPOST/BlockBeats 等新闻页
|
|
178
|
+
- `hn/`(10 篇):Hacker News 镜像 7 条线程(主发布 49285244 + Cordis 论文/X-CMD/dsh-index/xlings/jelly ball/官方 X 帖)
|
|
179
|
+
- 反爬未归档清单(知乎/InfoQ/venturebeat/TNW/Twitter/YouTube/Reddit)与全部线索摘要见 `downloads/_research/{chinese,english}-community-scan.md`
|
|
180
|
+
- **中文社群与媒体入口**:微信公众号「DeepSeek Harness 团队」(黑鲸头像);企微小助手群(官方 README 链接);V2EX 与 locdd 活跃讨论;B 站教程视频(见上);知乎提问 2040450519303288568(403 反爬)
|
|
181
|
+
- **英文社群与媒体入口**:Hacker News(主线程 49285244);X/Twitter 官方 @deepseek_ai 发布帖(2087887408440164663);[OpenRouter Ori Harness](https://openrouter.ai/docs/guides/ori/harness)(第三方托管集成)
|
|
182
|
+
- turtle-ui — 官方 git 安装 prepare 脚本范例(**08-14 核查:仓库已 404**);同用途的活范例见 [omdsh-dev/plugin-template](https://github.com/omdsh-dev/plugin-template) 的 `scripts/prepare.mjs`
|
|
183
|
+
- dsh-external/hub — 生态 hub(**08-14 核查:仓库已 404**)
|
|
184
|
+
|
|
185
|
+
## 7. 工作区已有插件实例(可作参考实现)
|
|
186
|
+
|
|
187
|
+
- `dsh-chat-import/` — JS 插件:从 Claude Code 导入历史;`cordis.patch.yml` + index.mjs + 测试
|
|
188
|
+
- `dsh-resume-plugin/` — 多 skill 插件(resume-claude/resume-codex/shared),`cordis.patch.yml` + 双语 README
|
|
189
|
+
- `dsh-plugin-claude-bridge/` — TS 插件(src/index.ts、types、parser、skills、tsconfig)
|
|
190
|
+
- 上述目录位于 `D:\deepseek-harness\Project\Plugins\`
|
|
191
|
+
|
|
192
|
+
## 8. 08-15 更新记录(本轮增量)
|
|
193
|
+
|
|
194
|
+
- **话题爆发持续**:`dsh-plugin` topic API total_count 08-14 晚 2034 → 08-15 午间快照抓取期间 **2668→2671**(约 16 小时 +640);`topic:deepseek-harness` 1432 → 1872。
|
|
195
|
+
- **官方 Discussions 刷新**:1408 → **1654 条**(新编号最高 1629+);代表性新线程:
|
|
196
|
+
- [#1629 RFC:官方插件脚手架](https://github.com/deepseek-ai/deepseek-harness/discussions/1629)(zoahdev,08-15T01:15Z)——提议 template repo + `pnpm create dsh-plugin`,点名 dsh-tools `latest` 版本火车混淆(关联 #984);
|
|
197
|
+
- 安全审计类 #817/#454/#523/#250 与社区 PoC 仓库 zzszmyf/dsh-security-pocs 呼应。
|
|
198
|
+
- **新仓库第七批 14 个 + 第八批 3 个**归档(§4.6/§4.7):桌面端扎堆(7 个 Electron 壳)、QQ/Termux 桥接、安全 PoC、Python 移植、可视化市场、英文 awesome、主题注册表、WhaleHub/dsh-market 市场。
|
|
199
|
+
- **社区文章归档落地**:`downloads/web/community-articles/` 由 53 篇扩到 **149 篇**(zh 94 / en 45 / hn 10,新脚本 `scripts/download-community-articles.ps1`);digg/知乎/InfoQ/venturebeat/TNW/Twitter/YouTube/Reddit 反爬,线索已留档。
|
|
200
|
+
- **上游与 npm 无变化**:官方仓库 HEAD 仍 47f9438(无新提交/Release);`@deepseek-ai/dsh` latest=next=0.1.0-rc.6。
|
|
201
|
+
- **工具链**:新增 `scripts/archive-discussions.ps1`(token 支持 + 防缩水保护);`gen-topic-snapshot.ps1` 支持 token 并改用 Invoke-WebRequest(规避 PS 5.1 curl 数组参数拆词坑);`download-community-repos.ps1` 修复弱 ETag 解析并新增第七批。
|