Merge branch 'master' into docs/readme-human-polish-3

This commit is contained in:
j-xiang
2026-08-13 16:59:11 +08:00
committed by GitHub
244 changed files with 275 additions and 256 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-acp",
"description": "Out-of-process ACP subagent backend: drives a child agent in a spawned subprocess over the Agent Client Protocol",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-claude-code",
"description": "One-shot Claude Code subagent provider over the official Agent SDK",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-codex",
"description": "One-shot Codex subagent provider over the official app-server protocol",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-dsh-sdk",
"description": "Out-of-process SDK subagent backend: drives a child DeepSeek Harness runtime subprocess over stdio JSON-RPC through the TypeScript SDK client",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-fork-in-process",
"description": "In-process fork subagent backend: runs a child agent seeded with a prefix of the parent's log",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-in-process-driver",
"description": "Shared in-process subagent run driver: drives a child agent on ctx.agents (used by the spawn and fork backends)",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent-spawn-in-process",
"description": "In-process spawn subagent backend: runs a fresh child agent on ctx.agents",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-subagent",
"description": "Abstract subagent seam (ctx.subagents): named-provider registry for delegating to child agents",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-tool-subagent-control",
"description": "Globally named send_message, interrupt_agent, and list_agents tools over ctx.subagents continuations",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-tool-subagent-report",
"description": "Child-scoped report tool over ctx.subagents continuations",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@deepseek-ai/dsh-tool-subagent",
"description": "Model-facing subagent delegation tool over the ctx.subagents seam",
"version": "0.0.1-rc.5",
"version": "0.1.0-rc.1",
"publishConfig": {
"access": "restricted"
},