release(dsh): 0.1.0-rc.3

This commit is contained in:
imccyu
2026-08-13 18:39:06 +08:00
parent 71fa4c50d1
commit 8a954b2eca
222 changed files with 222 additions and 222 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh", "name": "@deepseek-ai/dsh",
"description": "dsh CLI: profile boot, plugin management, and the browser UI alias", "description": "dsh CLI: profile boot, plugin management, and the browser UI alias",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-web-frontend", "name": "@deepseek-ai/dsh-web-frontend",
"description": "Web application entry: vite build over the @deepseek-ai/dsh-client-web shell library; dist/ served by apps/cli's dsh web", "description": "Web application entry: vite build over the @deepseek-ai/dsh-client-web shell library; dist/ served by apps/cli's dsh web",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@deepseek-ai/dsh-root", "name": "@deepseek-ai/dsh-root",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"type": "module", "type": "module",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-acp", "name": "@deepseek-ai/dsh-acp",
"description": "Automation-only Agent Client Protocol server for driving DeepSeek Harness agents over JSON-RPC stdio", "description": "Automation-only Agent Client Protocol server for driving DeepSeek Harness agents over JSON-RPC stdio",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-api-gateway", "name": "@deepseek-ai/dsh-api-gateway",
"description": "Typert Remote Host dispatcher and Client API endpoint", "description": "Typert Remote Host dispatcher and Client API endpoint",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-api-remotes", "name": "@deepseek-ai/dsh-api-remotes",
"description": "Remote BFF assembly and Host Agent/Session lookup policy", "description": "Remote BFF assembly and Host Agent/Session lookup policy",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-attachment-local", "name": "@deepseek-ai/dsh-attachment-local",
"description": "Private content-addressed DSH_HOME attachment storage", "description": "Private content-addressed DSH_HOME attachment storage",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-attachment", "name": "@deepseek-ai/dsh-attachment",
"description": "Durable immutable attachment storage seam for the DeepSeek Harness", "description": "Durable immutable attachment storage seam for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-app-boot", "name": "@deepseek-ai/dsh-app-boot",
"description": "Shared boot glue for the app bins: .env loading, fail-loud Loader guards, snapshot-aware config resolution, and the Loader boot sequence", "description": "Shared boot glue for the app bins: .env loading, fail-loud Loader guards, snapshot-aware config resolution, and the Loader boot sequence",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-cmdline", "name": "@deepseek-ai/dsh-cmdline",
"description": "Immutable command-line handoff from a dsh launcher to any app plugin that injects cmdlineArgs", "description": "Immutable command-line handoff from a dsh launcher to any app plugin that injects cmdlineArgs",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-base", "name": "@deepseek-ai/dsh-base",
"description": "The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root", "description": "The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-headless", "name": "@deepseek-ai/dsh-headless",
"description": "The dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer", "description": "The dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-web-app", "name": "@deepseek-ai/dsh-web-app",
"description": "The 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)", "description": "The 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)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-connection", "name": "@deepseek-ai/dsh-client-connection",
"description": "Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api", "description": "Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-hmr", "name": "@deepseek-ai/dsh-client-hmr",
"description": "Dev-only hot-reload driver for script-loaded client entries: SSE rebuilt frames → invalidate/prefetch → fiber swap through the vendored Loader entry", "description": "Dev-only hot-reload driver for script-loaded client entries: SSE rebuilt frames → invalidate/prefetch → fiber swap through the vendored Loader entry",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-locale", "name": "@deepseek-ai/dsh-client-locale",
"description": "Locale plugin: Host-backed zh/en preference, browser-derived fallback, locale snapshots, and typed namespace dictionaries", "description": "Locale plugin: Host-backed zh/en preference, browser-derived fallback, locale snapshots, and typed namespace dictionaries",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-modules", "name": "@deepseek-ai/dsh-client-modules",
"description": "Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam", "description": "Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-runtime", "name": "@deepseek-ai/dsh-client-runtime",
"description": "Client core services: SlotRegistry, SessionRuntime (scope tree + object layer)", "description": "Client core services: SlotRegistry, SessionRuntime (scope tree + object layer)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-schema-form", "name": "@deepseek-ai/dsh-client-schema-form",
"description": "Schema/draft model layer for settings editors: rehydrates a serialized schemastery schema, validates drafts, and edits them immutably by path", "description": "Schema/draft model layer for settings editors: rehydrates a serialized schemastery schema, validates drafts, and edits them immutably by path",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-agent-preset", "name": "@deepseek-ai/dsh-client-ui-agent-preset",
"description": "Agent-preset surfaces: the default for later sessions, this session's seat, and the composition editor", "description": "Agent-preset surfaces: the default for later sessions, this session's seat, and the composition editor",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-attachment", "name": "@deepseek-ai/dsh-client-ui-attachment",
"description": "Pure React attachment atoms for the dsh web UI: draft-image rail, message image gallery, and original-image lightbox (zero cordis)", "description": "Pure React attachment atoms for the dsh web UI: draft-image rail, message image gallery, and original-image lightbox (zero cordis)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-commands", "name": "@deepseek-ai/dsh-client-ui-commands",
"description": "Client command surface: global directory cache, '/' source, three command UI kinds, popupSelect registry", "description": "Client command surface: global directory cache, '/' source, three command UI kinds, popupSelect registry",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-conversation", "name": "@deepseek-ai/dsh-client-ui-conversation",
"description": "Conversation domain: skeleton, ordered chat flow, composer with the Host-backed busy-Enter preference, and details host", "description": "Conversation domain: skeleton, ordered chat flow, composer with the Host-backed busy-Enter preference, and details host",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-deliverables", "name": "@deepseek-ai/dsh-client-ui-deliverables",
"description": "Produced-files turn tail and clickable final-response file references for Web", "description": "Produced-files turn tail and clickable final-response file references for Web",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-directory-picker-browse", "name": "@deepseek-ai/dsh-client-ui-directory-picker-browse",
"description": "In-app directory browsing surface: the workspace directory-flow owner rendering the host's listing and creation primitives", "description": "In-app directory browsing surface: the workspace directory-flow owner rendering the host's listing and creation primitives",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-directory-picker-native", "name": "@deepseek-ai/dsh-client-ui-directory-picker-native",
"description": "Native directory-picker surface: the renderless workspace directory-flow occupant driving the host's OS chooser", "description": "Native directory-picker surface: the renderless workspace directory-flow occupant driving the host's OS chooser",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-goal", "name": "@deepseek-ai/dsh-client-ui-goal",
"description": "Session goal surface: GoalBar docked above the composer, read from the goal session projection", "description": "Session goal surface: GoalBar docked above the composer, read from the goal session projection",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-input-trigger", "name": "@deepseek-ai/dsh-client-ui-input-trigger",
"description": "Input trigger pipeline: '/' and '@' detection, candidate menu, pick routing to registered sources", "description": "Input trigger pipeline: '/' and '@' detection, candidate menu, pick routing to registered sources",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-jobs", "name": "@deepseek-ai/dsh-client-ui-jobs",
"description": "Session-header background-job list: live registry state mirrored from session/jobs frames", "description": "Session-header background-job list: live registry state mirrored from session/jobs frames",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"type": "module", "type": "module",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/types/index.d.ts", "types": "lib/types/index.d.ts",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-layout", "name": "@deepseek-ai/dsh-client-ui-layout",
"description": "Shell plugin: three-column AppFrame with drag handles, ctx.layout viewing-state service (navigation + panels)", "description": "Shell plugin: three-column AppFrame with drag handles, ctx.layout viewing-state service (navigation + panels)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-message-feedback", "name": "@deepseek-ai/dsh-client-ui-message-feedback",
"description": "Per-message feedback controls contributed to the assistant-message action strip, backed by the messageFeedback Host Remote", "description": "Per-message feedback controls contributed to the assistant-message action strip, backed by the messageFeedback Host Remote",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-model-selection", "name": "@deepseek-ai/dsh-client-ui-model-selection",
"description": "Model selection: the /model popupSelect over session.models / session.selectModel", "description": "Model selection: the /model popupSelect over session.models / session.selectModel",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-permission-presets", "name": "@deepseek-ai/dsh-client-ui-permission-presets",
"description": "Permission surfaces: a new-session default in General settings and a current-session /permission popup over the permissions projection", "description": "Permission surfaces: a new-session default in General settings and a current-session /permission popup over the permissions projection",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-plan", "name": "@deepseek-ai/dsh-client-ui-plan",
"description": "Plan-mode composer control: the conversation.input.plan seat over the plan projection and the /plan command channel", "description": "Plan-mode composer control: the conversation.input.plan seat over the plan projection and the /plan command channel",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-primitives", "name": "@deepseek-ai/dsh-client-ui-primitives",
"description": "Pure React atoms for the dsh web UI: controls, icons, markdown, and JSON inspectors (zero cordis)", "description": "Pure React atoms for the dsh web UI: controls, icons, markdown, and JSON inspectors (zero cordis)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-settings-general", "name": "@deepseek-ai/dsh-client-ui-settings-general",
"description": "Settings ownerless-copy and product onboarding plugin: the General section, shell trigger/header chrome content, settings dictionaries, and the versioned welcome notice", "description": "Settings ownerless-copy and product onboarding plugin: the General section, shell trigger/header chrome content, settings dictionaries, and the versioned welcome notice",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-settings-models", "name": "@deepseek-ai/dsh-client-ui-settings-models",
"description": "Models settings and shared product-onboarding dialogs over existing settings and credential joins", "description": "Models settings and shared product-onboarding dialogs over existing settings and credential joins",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-settings-plugin-inventory", "name": "@deepseek-ai/dsh-client-ui-settings-plugin-inventory",
"description": "Read-only Cordis Loader inventory tab in Web Plugins settings", "description": "Read-only Cordis Loader inventory tab in Web Plugins settings",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-settings-plugins", "name": "@deepseek-ai/dsh-client-ui-settings-plugins",
"description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards", "description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-settings", "name": "@deepseek-ai/dsh-client-ui-settings",
"description": "Settings domain base plugin: the settings-namespace scope service and the canonical settings slot-type contract", "description": "Settings domain base plugin: the settings-namespace scope service and the canonical settings slot-type contract",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-sidebar", "name": "@deepseek-ai/dsh-client-ui-sidebar",
"description": "Sidebar plugin: session multi-level tree, search, grouping, state dots", "description": "Sidebar plugin: session multi-level tree, search, grouping, state dots",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-skill", "name": "@deepseek-ai/dsh-client-ui-skill",
"description": "Web skill references and the dedicated skill tool row", "description": "Web skill references and the dedicated skill tool row",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-slots", "name": "@deepseek-ai/dsh-client-ui-slots",
"description": "Slot registry pure core: SlotMap declaration merging, single register composition API, four-share props types, store-seat types, renderer install seam", "description": "Slot registry pure core: SlotMap declaration merging, single register composition API, four-share props types, store-seat types, renderer install seam",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-subagent", "name": "@deepseek-ai/dsh-client-ui-subagent",
"description": "Subagent conversation catalog, continuation routing UI, and '@' reference source", "description": "Subagent conversation catalog, continuation routing UI, and '@' reference source",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-theme", "name": "@deepseek-ai/dsh-client-ui-theme",
"description": "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeRuntime for light/dark/system state; --dsw-* token styles and Appearance settings row", "description": "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeRuntime for light/dark/system state; --dsw-* token styles and Appearance settings row",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-tool", "name": "@deepseek-ai/dsh-client-ui-tool",
"description": "Client Tool call-tree renderer and keyed per-tool presentation slot", "description": "Client Tool call-tree renderer and keyed per-tool presentation slot",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-trajectory", "name": "@deepseek-ai/dsh-client-ui-trajectory",
"description": "Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)", "description": "Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-user-questions", "name": "@deepseek-ai/dsh-client-ui-user-questions",
"description": "Web ask_user_question feature: host tool mount plus composer-takeover question UI", "description": "Web ask_user_question feature: host tool mount plus composer-takeover question UI",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-workflow-run", "name": "@deepseek-ai/dsh-client-ui-workflow-run",
"description": "Durable workflow-run Conversation Node and nested member disclosure for dsh web", "description": "Durable workflow-run Conversation Node and nested member disclosure for dsh web",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-workspace", "name": "@deepseek-ai/dsh-client-ui-workspace",
"description": "Workspace picker plugin: one WorkspacePicker registered into the sidebar and empty-state workspace slots", "description": "Workspace picker plugin: one WorkspacePicker registered into the sidebar and empty-state workspace slots",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-web-react", "name": "@deepseek-ai/dsh-client-web-react",
"description": "Shell-side React glue: createSlotRenderer, SessionProvider, bindSnapshotSelector (uSES bridge), useInvoke", "description": "Shell-side React glue: createSlotRenderer, SessionProvider, bindSnapshotSelector (uSES bridge), useInvoke",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-web", "name": "@deepseek-ai/dsh-client-web",
"description": "Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry", "description": "Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-code-runtime-worker-thread", "name": "@deepseek-ai/dsh-code-runtime-worker-thread",
"description": "Worker-thread implementation of the DeepSeek Harness code-execution seam", "description": "Worker-thread implementation of the DeepSeek Harness code-execution seam",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-code-runtime", "name": "@deepseek-ai/dsh-code-runtime",
"description": "Abstract code-execution seam (ctx.codeRuntime) for the DeepSeek Harness", "description": "Abstract code-execution seam (ctx.codeRuntime) for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-command-compact", "name": "@deepseek-ai/dsh-command-compact",
"description": "Human-facing slash command for explicit session compaction", "description": "Human-facing slash command for explicit session compaction",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-compaction-basic", "name": "@deepseek-ai/dsh-compaction-basic",
"description": "Token-meter-driven compaction policy and LLM summarization backend for the DeepSeek Harness", "description": "Token-meter-driven compaction policy and LLM summarization backend for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-compaction-tool-result-pruner", "name": "@deepseek-ai/dsh-compaction-tool-result-pruner",
"description": "Replay-safe model-free head/middle/tail pruning for tool-result surface nodes", "description": "Replay-safe model-free head/middle/tail pruning for tool-result surface nodes",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-compaction", "name": "@deepseek-ai/dsh-compaction",
"description": "Abstract compaction service seam (ctx.compaction) for the DeepSeek Harness", "description": "Abstract compaction service seam (ctx.compaction) for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-agent-instructions", "name": "@deepseek-ai/dsh-agent-instructions",
"description": "Workspace context loader for AGENTS.md/CLAUDE.md instruction files", "description": "Workspace context loader for AGENTS.md/CLAUDE.md instruction files",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-session-reference", "name": "@deepseek-ai/dsh-session-reference",
"description": "Cross-session snapshot references and durable untrusted model context (ctx.sessionReferenceResolver)", "description": "Cross-session snapshot references and durable untrusted model context (ctx.sessionReferenceResolver)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-time-context", "name": "@deepseek-ai/dsh-time-context",
"description": "Opt-in durable per-step context with the current time and elapsed time", "description": "Opt-in durable per-step context with the current time and elapsed time",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tmux-context", "name": "@deepseek-ai/dsh-tmux-context",
"description": "Opt-in durable per-step context with this agent's tmux pane and window location", "description": "Opt-in durable per-step context with this agent's tmux pane and window location",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-agent-default-model", "name": "@deepseek-ai/dsh-agent-default-model",
"description": "Default model selection shared by Agent entry points", "description": "Default model selection shared by Agent entry points",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-agent-loop", "name": "@deepseek-ai/dsh-agent-loop",
"description": "The concrete agent loop plugin for the DeepSeek Harness", "description": "The concrete agent loop plugin for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-agent-tool-presentation", "name": "@deepseek-ai/dsh-agent-tool-presentation",
"description": "Agent-plane presentation selector: composes one agent's tools as Code Mode, native, or both", "description": "Agent-plane presentation selector: composes one agent's tools as Code Mode, native, or both",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-agent", "name": "@deepseek-ai/dsh-agent",
"description": "Agent interface, registry, initiator scope, and event vocabulary for the DeepSeek Harness", "description": "Agent interface, registry, initiator scope, and event vocabulary for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-scope", "name": "@deepseek-ai/dsh-scope",
"description": "Scoped-context registration primitive (scope tags, scope-filtered event dispatch) for the DeepSeek Harness", "description": "Scoped-context registration primitive (scope tags, scope-filtered event dispatch) for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-session", "name": "@deepseek-ai/dsh-session",
"description": "Event-sourced session store for the DeepSeek Harness", "description": "Event-sourced session store for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-system-prompt", "name": "@deepseek-ai/dsh-system-prompt",
"description": "System prompt assembly registry for the DeepSeek Harness", "description": "System prompt assembly registry for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tools", "name": "@deepseek-ai/dsh-tools",
"description": "Tool registry and execution pipeline for the DeepSeek Harness", "description": "Tool registry and execution pipeline for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-credentials-local", "name": "@deepseek-ai/dsh-credentials-local",
"description": "File-backed credentials provider ($DSH_HOME/.env under the live process environment) for the DeepSeek Harness", "description": "File-backed credentials provider ($DSH_HOME/.env under the live process environment) for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-credentials", "name": "@deepseek-ai/dsh-credentials",
"description": "Abstract credential seam (ctx.credentials): settings carry references to secrets, providers own the values", "description": "Abstract credential seam (ctx.credentials): settings carry references to secrets, providers own the values",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-e2b", "name": "@deepseek-ai/dsh-e2b",
"description": "Shared E2B sandbox lifecycle for DeepSeek Harness provider adapters", "description": "Shared E2B sandbox lifecycle for DeepSeek Harness provider adapters",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-fs-e2b", "name": "@deepseek-ai/dsh-fs-e2b",
"description": "E2B filesystem implementation for DeepSeek Harness", "description": "E2B filesystem implementation for DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-subprocess-e2b", "name": "@deepseek-ai/dsh-subprocess-e2b",
"description": "E2B subprocess implementation for DeepSeek Harness", "description": "E2B subprocess implementation for DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-acp-demo", "name": "@deepseek-ai/dsh-acp-demo",
"description": "ACP automation server app: agent spine + JSONL persistence + ACP transport, with a JSON-RPC stdio bin", "description": "ACP automation server app: agent spine + JSONL persistence + ACP transport, with a JSON-RPC stdio bin",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-agent-spine-demo", "name": "@deepseek-ai/dsh-agent-spine-demo",
"description": "The default executor-less/UI-less agent spine with fallback session titles, provider-routed retry, and optional persisted goals", "description": "The default executor-less/UI-less agent spine with fallback session titles, provider-routed retry, and optional persisted goals",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-sdk-jsonrpc-demo", "name": "@deepseek-ai/dsh-sdk-jsonrpc-demo",
"description": "Bin that boots an external Cordis config for the stdio JSON-RPC SDK runtime", "description": "Bin that boots an external Cordis config for the stdio JSON-RPC SDK runtime",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-cordis-client-runner", "name": "@deepseek-ai/dsh-cordis-client-runner",
"description": "Browser half of dynamic dual-half plugin packages: event subscription, closure evaluation, guard facade, and loader entries", "description": "Browser half of dynamic dual-half plugin packages: event subscription, closure evaluation, guard facade, and loader entries",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-cordis-host-runner", "name": "@deepseek-ai/dsh-cordis-host-runner",
"description": "Dynamic package definition registry, host-half sandbox lifecycle, and invoke handler table for model-mounted dual-half packages", "description": "Dynamic package definition registry, host-half sandbox lifecycle, and invoke handler table for model-mounted dual-half packages",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tool-cordis", "name": "@deepseek-ai/dsh-tool-cordis",
"description": "Self-referential cordis toolset: inspect the live runtime, mount and dispose model-written plugins", "description": "Self-referential cordis toolset: inspect the live runtime, mount and dispose model-written plugins",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-client-ui-cordis", "name": "@deepseek-ai/dsh-client-ui-cordis",
"description": "Cordis dynamic-plugin definition card: the keyed cordis_define tool row with its run/stop switch", "description": "Cordis dynamic-plugin definition card: the keyed cordis_define tool row with its run/stop switch",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-command-feedback", "name": "@deepseek-ai/dsh-command-feedback",
"description": "Log-only session feedback producer and human-facing slash command", "description": "Log-only session feedback producer and human-facing slash command",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-message-feedback", "name": "@deepseek-ai/dsh-message-feedback",
"description": "Lifecycle-bound per-message rating and note sidecar for the DeepSeek Harness", "description": "Lifecycle-bound per-message rating and note sidecar for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-fs-local", "name": "@deepseek-ai/dsh-fs-local",
"description": "Local-filesystem implementation of the DeepSeek Harness filesystem seam (ctx.fs)", "description": "Local-filesystem implementation of the DeepSeek Harness filesystem seam (ctx.fs)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-fs-observation-policy", "name": "@deepseek-ai/dsh-fs-observation-policy",
"description": "File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)", "description": "File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-fs-sandbox", "name": "@deepseek-ai/dsh-fs-sandbox",
"description": "Sandbox-enforcing implementation of the DeepSeek Harness filesystem seam: fences write/edit by the per-call sandbox mode (read-only denies mutation, workspace-write contains it to the workspace + temp roots) while reads pass through", "description": "Sandbox-enforcing implementation of the DeepSeek Harness filesystem seam: fences write/edit by the per-call sandbox mode (read-only denies mutation, workspace-write contains it to the workspace + temp roots) while reads pass through",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-fs", "name": "@deepseek-ai/dsh-fs",
"description": "Abstract filesystem capability seam (ctx.fs) for the DeepSeek Harness — vocabulary types, the FileSystem service (text IO + optional version-guarded atomic mutations), and the fs/* policy event vocabulary", "description": "Abstract filesystem capability seam (ctx.fs) for the DeepSeek Harness — vocabulary types, the FileSystem service (text IO + optional version-guarded atomic mutations), and the fs/* policy event vocabulary",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tool-fs-search", "name": "@deepseek-ai/dsh-tool-fs-search",
"description": "Model-facing filesystem discovery tools (glob, grep) backed by the packaged ripgrep binary (@vscode/ripgrep)", "description": "Model-facing filesystem discovery tools (glob, grep) backed by the packaged ripgrep binary (@vscode/ripgrep)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tool-fs", "name": "@deepseek-ai/dsh-tool-fs",
"description": "Model-facing filesystem tools (read, write, edit) over the DeepSeek Harness filesystem seam (ctx.fs)", "description": "Model-facing filesystem tools (read, write, edit) over the DeepSeek Harness filesystem seam (ctx.fs)",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tool-str-replace-editor", "name": "@deepseek-ai/dsh-tool-str-replace-editor",
"description": "Model-facing view, create, literal replace, and line insert tool over the Harness filesystem service", "description": "Model-facing view, create, literal replace, and line insert tool over the Harness filesystem service",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-command-goal", "name": "@deepseek-ai/dsh-command-goal",
"description": "Human-facing slash command for persisted same-session goals", "description": "Human-facing slash command for persisted same-session goals",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-goal-round-driver", "name": "@deepseek-ai/dsh-goal-round-driver",
"description": "Race-fenced same-session goal-round driver", "description": "Race-fenced same-session goal-round driver",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-goal", "name": "@deepseek-ai/dsh-goal",
"description": "Event-sourced same-session goal state and lifecycle service for the DeepSeek Harness", "description": "Event-sourced same-session goal state and lifecycle service for the DeepSeek Harness",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tool-goal", "name": "@deepseek-ai/dsh-tool-goal",
"description": "Model-facing same-session goal tools with execution-time authority checks", "description": "Model-facing same-session goal tools with execution-time authority checks",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-repeat-tool-reminder", "name": "@deepseek-ai/dsh-repeat-tool-reminder",
"description": "Repeat-tool-call guard plugin: advisory reminders when an agent loops on identical tool calls", "description": "Repeat-tool-call guard plugin: advisory reminders when an agent loops on identical tool calls",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-tool-call-timeout-policy", "name": "@deepseek-ai/dsh-tool-call-timeout-policy",
"description": "Tool-call timeout policy: a tools/execute wrapper that arms a per-tool deadline on exec.signal and returns TOOL_TIMEOUT when it wins", "description": "Tool-call timeout policy: a tools/execute wrapper that arms a per-tool deadline on exec.signal and returns TOOL_TIMEOUT when it wins",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-hook-protocol", "name": "@deepseek-ai/dsh-hook-protocol",
"description": "Shared Claude Code / Codex hook wire protocol: matcher engine, stdin/exit-code/stdout codec, multi-hook merge, and hook/* session events", "description": "Shared Claude Code / Codex hook wire protocol: matcher engine, stdin/exit-code/stdout codec, multi-hook merge, and hook/* session events",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-hooks-claude-code", "name": "@deepseek-ai/dsh-hooks-claude-code",
"description": "Bridge plugin: run a Claude Code hooks.json / settings hook config on the DeepSeek Harness interception seams", "description": "Bridge plugin: run a Claude Code hooks.json / settings hook config on the DeepSeek Harness interception seams",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"name": "@deepseek-ai/dsh-hooks-codex", "name": "@deepseek-ai/dsh-hooks-codex",
"description": "Bridge plugin: run a Codex hooks.json hook config on the DeepSeek Harness interception seams", "description": "Bridge plugin: run a Codex hooks.json hook config on the DeepSeek Harness interception seams",
"version": "0.1.0-rc.2", "version": "0.1.0-rc.3",
"publishConfig": { "publishConfig": {
"access": "restricted" "access": "restricted"
}, },

Some files were not shown because too many files have changed in this diff Show More