dsh-config-manager 0.1.43 → 0.1.44
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/README.md +23 -1
- package/README.zh-CN.md +23 -1
- package/lib/client.js +96 -96
- package/lib/index.js +1 -1
- package/package.json +12 -2
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# 🎒 DSH Config Manager
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**DeepSeek Harness Backup, Restore & Migration Plugin.**
|
|
4
|
+
|
|
5
|
+
Backup, restore, export, import, migrate and sync your complete DeepSeek Harness (DSH) configuration — settings, model providers, plugins, MCP servers, skills, agent presets and workspaces — and restore your whole environment on a new machine with one click.
|
|
4
6
|
|
|
5
7
|
[English](README.md) · [简体中文](README.zh-CN.md)
|
|
6
8
|
|
|
@@ -23,6 +25,26 @@ DSH is your AI assistant workbench — it holds your settings: model configs, pl
|
|
|
23
25
|
|
|
24
26
|
---
|
|
25
27
|
|
|
28
|
+
## 🎯 Use Cases
|
|
29
|
+
|
|
30
|
+
### Backup DeepSeek Harness configuration
|
|
31
|
+
|
|
32
|
+
Create a portable backup of your DSH settings, model providers, plugins, MCP servers, skills, agent presets, profiles and workspace — one ZIP file, no secret values included by default.
|
|
33
|
+
|
|
34
|
+
### Restore DeepSeek Harness on another machine
|
|
35
|
+
|
|
36
|
+
Export your current DSH environment as a single ZIP and import it on a new Windows, macOS or Linux machine. One click brings back settings, plugins, MCP servers, skills and global instructions (AGENTS.md).
|
|
37
|
+
|
|
38
|
+
### Migrate DSH configuration to a new computer
|
|
39
|
+
|
|
40
|
+
Move your complete DeepSeek Harness setup without manually reinstalling plugins, MCP servers and skills. Dead absolute paths are detected and remapped automatically (batch prefix mapping supported).
|
|
41
|
+
|
|
42
|
+
### Sync DSH configuration across machines
|
|
43
|
+
|
|
44
|
+
Keep portable configuration synchronized between machines through a private Git repository or WebDAV — secrets never sync.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
26
48
|
## ✨ Highlights
|
|
27
49
|
|
|
28
50
|
| Icon | Feature | In one line |
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# 🎒 DSH Config Manager
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**DeepSeek Harness(DSH)备份 / 恢复 / 迁移插件。**
|
|
4
|
+
|
|
5
|
+
一键备份、恢复、导出、导入、迁移和同步你的完整 DSH 配置——设置、模型供应商、插件、MCP 服务器、技能、Agent 预设与工作区;换台电脑,环境一键恢复。
|
|
4
6
|
|
|
5
7
|
[English](README.md) · [简体中文](README.zh-CN.md)
|
|
6
8
|
|
|
@@ -23,6 +25,26 @@ DSH 是你的 AI 助手工作台,里面存着你的各种设置:模型配置
|
|
|
23
25
|
|
|
24
26
|
---
|
|
25
27
|
|
|
28
|
+
## 🎯 典型使用场景
|
|
29
|
+
|
|
30
|
+
### 备份 DeepSeek Harness 配置
|
|
31
|
+
|
|
32
|
+
把你的 DSH 设置、模型供应商、插件、MCP 服务器、技能、Agent 预设、配置档案与工作区打包成一个便携 ZIP 备份——默认不含任何密钥值。
|
|
33
|
+
|
|
34
|
+
### 在另一台电脑上恢复 DeepSeek Harness
|
|
35
|
+
|
|
36
|
+
把当前 DSH 环境导出为一个 ZIP,在全新的 Windows / macOS / Linux 电脑上导入。一键恢复设置、插件、MCP 服务器、技能与全局指令(AGENTS.md)。
|
|
37
|
+
|
|
38
|
+
### 迁移 DSH 配置到新电脑
|
|
39
|
+
|
|
40
|
+
无需手动重装插件、MCP 服务器和技能,完整搬走你的 DSH 环境。失效的绝对路径会被自动检测并重新映射(支持批量前缀替换)。
|
|
41
|
+
|
|
42
|
+
### 在多台电脑间同步 DSH 配置
|
|
43
|
+
|
|
44
|
+
通过私有 Git 仓库或 WebDAV 在多台电脑间保持可移植配置同步——密钥永不参与同步。
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
26
48
|
## ✨ 核心亮点
|
|
27
49
|
|
|
28
50
|
| 图标 | 功能 | 一句话说明 |
|
package/lib/client.js
CHANGED
|
@@ -2928,120 +2928,120 @@ if (typeof document !== "undefined" && document.querySelector("style[data-tag=\"
|
|
|
2928
2928
|
document.head.appendChild(tag);
|
|
2929
2929
|
}
|
|
2930
2930
|
var config_manager_module_css_default = {
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2931
|
+
"groupHeader": "_367UGW_groupHeader",
|
|
2932
|
+
"hint": "_367UGW_hint",
|
|
2933
|
+
"section": "_367UGW_section",
|
|
2934
|
+
"modeTabs": "_367UGW_modeTabs",
|
|
2935
|
+
"spinnerWrap": "_367UGW_spinnerWrap",
|
|
2936
|
+
"viewTabs": "_367UGW_viewTabs",
|
|
2937
|
+
"banner": "_367UGW_banner",
|
|
2936
2938
|
"radioLabel": "_367UGW_radioLabel",
|
|
2937
|
-
"
|
|
2938
|
-
"
|
|
2939
|
-
"
|
|
2940
|
-
"conflictHead": "_367UGW_conflictHead",
|
|
2941
|
-
"fieldLabel": "_367UGW_fieldLabel",
|
|
2942
|
-
"modeTab": "_367UGW_modeTab",
|
|
2943
|
-
"progressLabel": "_367UGW_progressLabel",
|
|
2944
|
-
"categoryDesc": "_367UGW_categoryDesc",
|
|
2939
|
+
"pathMappingList": "_367UGW_pathMappingList",
|
|
2940
|
+
"errorAction": "_367UGW_errorAction",
|
|
2941
|
+
"reportFooter": "_367UGW_reportFooter",
|
|
2945
2942
|
"conflictOptions": "_367UGW_conflictOptions",
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2949
|
-
"
|
|
2943
|
+
"dialogHeaderRow": "_367UGW_dialogHeaderRow",
|
|
2944
|
+
"categoryName": "_367UGW_categoryName",
|
|
2945
|
+
"progressDetail": "_367UGW_progressDetail",
|
|
2946
|
+
"pullScroll": "_367UGW_pullScroll",
|
|
2947
|
+
"spinnerLabel": "_367UGW_spinnerLabel",
|
|
2948
|
+
"dialogBodyScroll": "_367UGW_dialogBodyScroll",
|
|
2950
2949
|
"viewBody": "_367UGW_viewBody",
|
|
2950
|
+
"errorTitle": "_367UGW_errorTitle",
|
|
2951
|
+
"empty": "_367UGW_empty",
|
|
2951
2952
|
"modeHint": "_367UGW_modeHint",
|
|
2952
|
-
"
|
|
2953
|
+
"rollbackBox": "_367UGW_rollbackBox",
|
|
2954
|
+
"reportView": "_367UGW_reportView",
|
|
2955
|
+
"progressBadge": "_367UGW_progressBadge",
|
|
2953
2956
|
"progressBar": "_367UGW_progressBar",
|
|
2954
|
-
"sectionTitle": "_367UGW_sectionTitle",
|
|
2955
|
-
"warnList": "_367UGW_warnList",
|
|
2956
|
-
"viewTabs": "_367UGW_viewTabs",
|
|
2957
|
-
"errorReason": "_367UGW_errorReason",
|
|
2958
|
-
"spinnerLabel": "_367UGW_spinnerLabel",
|
|
2959
2957
|
"categoryItem": "_367UGW_categoryItem",
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2958
|
+
"conflictId": "_367UGW_conflictId",
|
|
2959
|
+
"optionsCard": "_367UGW_optionsCard",
|
|
2962
2960
|
"conflictDetail": "_367UGW_conflictDetail",
|
|
2963
|
-
"spinner": "_367UGW_spinner",
|
|
2964
|
-
"dialogMask": "_367UGW_dialogMask",
|
|
2965
|
-
"groupHeader": "_367UGW_groupHeader",
|
|
2966
|
-
"progressBarDone": "_367UGW_progressBarDone",
|
|
2967
|
-
"kindTag": "_367UGW_kindTag",
|
|
2968
|
-
"reportText": "_367UGW_reportText",
|
|
2969
|
-
"groupNote": "_367UGW_groupNote",
|
|
2970
|
-
"reportView": "_367UGW_reportView",
|
|
2971
|
-
"dialogCard": "_367UGW_dialogCard",
|
|
2972
|
-
"dangerButton": "_367UGW_dangerButton",
|
|
2973
|
-
"aboutAuthor": "_367UGW_aboutAuthor",
|
|
2974
|
-
"planScroll": "_367UGW_planScroll",
|
|
2975
|
-
"statRow": "_367UGW_statRow",
|
|
2976
|
-
"sectionTitleBlock": "_367UGW_sectionTitleBlock",
|
|
2977
|
-
"progressIndeterminate": "_367UGW_progressIndeterminate",
|
|
2978
2961
|
"field": "_367UGW_field",
|
|
2979
|
-
"
|
|
2962
|
+
"fieldLabel": "_367UGW_fieldLabel",
|
|
2980
2963
|
"rowActions": "_367UGW_rowActions",
|
|
2981
|
-
"
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"
|
|
2985
|
-
"
|
|
2986
|
-
"errorFooter": "_367UGW_errorFooter",
|
|
2987
|
-
"confirmScroll": "_367UGW_confirmScroll",
|
|
2988
|
-
"progressBadge": "_367UGW_progressBadge",
|
|
2989
|
-
"hiddenFile": "_367UGW_hiddenFile",
|
|
2990
|
-
"card": "_367UGW_card",
|
|
2991
|
-
"groupList": "_367UGW_groupList",
|
|
2992
|
-
"badgeWarn": "_367UGW_badgeWarn",
|
|
2964
|
+
"reportText": "_367UGW_reportText",
|
|
2965
|
+
"dialogWide": "_367UGW_dialogWide",
|
|
2966
|
+
"badge": "_367UGW_badge",
|
|
2967
|
+
"optionsHeader": "_367UGW_optionsHeader",
|
|
2968
|
+
"dangerButton": "_367UGW_dangerButton",
|
|
2993
2969
|
"snapshotList": "_367UGW_snapshotList",
|
|
2994
|
-
"
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2999
|
-
"
|
|
3000
|
-
"dialogBodyScroll": "_367UGW_dialogBodyScroll",
|
|
3001
|
-
"optionsCard": "_367UGW_optionsCard",
|
|
3002
|
-
"errorLine": "_367UGW_errorLine",
|
|
3003
|
-
"pathIssueKind": "_367UGW_pathIssueKind",
|
|
2970
|
+
"warnText": "_367UGW_warnText",
|
|
2971
|
+
"checkboxRow": "_367UGW_checkboxRow",
|
|
2972
|
+
"secretFields": "_367UGW_secretFields",
|
|
2973
|
+
"sectionTitle": "_367UGW_sectionTitle",
|
|
2974
|
+
"severityError": "_367UGW_severityError",
|
|
2975
|
+
"errorActionLabel": "_367UGW_errorActionLabel",
|
|
3004
2976
|
"pathRow": "_367UGW_pathRow",
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
3008
|
-
"
|
|
3009
|
-
"
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
"
|
|
2977
|
+
"errorFooter": "_367UGW_errorFooter",
|
|
2978
|
+
"snapshotRow": "_367UGW_snapshotRow",
|
|
2979
|
+
"groupList": "_367UGW_groupList",
|
|
2980
|
+
"progressTrack": "_367UGW_progressTrack",
|
|
2981
|
+
"groupNote": "_367UGW_groupNote",
|
|
2982
|
+
"hiddenFile": "_367UGW_hiddenFile",
|
|
2983
|
+
"dialogMask": "_367UGW_dialogMask",
|
|
2984
|
+
"statRow": "_367UGW_statRow",
|
|
2985
|
+
"dialogBody": "_367UGW_dialogBody",
|
|
2986
|
+
"progressPercent": "_367UGW_progressPercent",
|
|
2987
|
+
"kindTag": "_367UGW_kindTag",
|
|
2988
|
+
"conflictList": "_367UGW_conflictList",
|
|
2989
|
+
"sectionSubtitle": "_367UGW_sectionSubtitle",
|
|
3015
2990
|
"primaryButton": "_367UGW_primaryButton",
|
|
3016
2991
|
"input": "_367UGW_input",
|
|
3017
|
-
"
|
|
3018
|
-
"pathOld": "_367UGW_pathOld",
|
|
3019
|
-
"checkboxRow": "_367UGW_checkboxRow",
|
|
3020
|
-
"banner": "_367UGW_banner",
|
|
3021
|
-
"badgeError": "_367UGW_badgeError",
|
|
3022
|
-
"badge": "_367UGW_badge",
|
|
3023
|
-
"progressDetail": "_367UGW_progressDetail",
|
|
3024
|
-
"errorActionLabel": "_367UGW_errorActionLabel",
|
|
3025
|
-
"section": "_367UGW_section",
|
|
2992
|
+
"planScroll": "_367UGW_planScroll",
|
|
3026
2993
|
"groupLabel": "_367UGW_groupLabel",
|
|
2994
|
+
"secretsList": "_367UGW_secretsList",
|
|
2995
|
+
"badgeOk": "_367UGW_badgeOk",
|
|
2996
|
+
"groupCard": "_367UGW_groupCard",
|
|
2997
|
+
"pathOld": "_367UGW_pathOld",
|
|
2998
|
+
"warnList": "_367UGW_warnList",
|
|
2999
|
+
"card": "_367UGW_card",
|
|
3000
|
+
"progressMeta": "_367UGW_progressMeta",
|
|
3001
|
+
"viewTab": "_367UGW_viewTab",
|
|
3002
|
+
"errorLine": "_367UGW_errorLine",
|
|
3003
|
+
"progressBadgeSection": "_367UGW_progressBadgeSection",
|
|
3004
|
+
"dshCmSpin": "_367UGW_dshCmSpin",
|
|
3005
|
+
"pathIssueKind": "_367UGW_pathIssueKind",
|
|
3027
3006
|
"errorItem": "_367UGW_errorItem",
|
|
3028
|
-
"
|
|
3029
|
-
"
|
|
3030
|
-
"
|
|
3031
|
-
"categoryName": "_367UGW_categoryName",
|
|
3032
|
-
"rollbackBox": "_367UGW_rollbackBox",
|
|
3033
|
-
"wizardCard": "_367UGW_wizardCard",
|
|
3034
|
-
"snapshotRow": "_367UGW_snapshotRow",
|
|
3007
|
+
"sectionBody": "_367UGW_sectionBody",
|
|
3008
|
+
"reportScroll": "_367UGW_reportScroll",
|
|
3009
|
+
"ghostButton": "_367UGW_ghostButton",
|
|
3035
3010
|
"select": "_367UGW_select",
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3011
|
+
"categoryDesc": "_367UGW_categoryDesc",
|
|
3012
|
+
"sectionHeader": "_367UGW_sectionHeader",
|
|
3013
|
+
"badgeInfo": "_367UGW_badgeInfo",
|
|
3014
|
+
"errorList": "_367UGW_errorList",
|
|
3015
|
+
"conflictHead": "_367UGW_conflictHead",
|
|
3016
|
+
"pathNew": "_367UGW_pathNew",
|
|
3017
|
+
"progressBlock": "_367UGW_progressBlock",
|
|
3038
3018
|
"reportList": "_367UGW_reportList",
|
|
3039
|
-
"
|
|
3019
|
+
"confirmScroll": "_367UGW_confirmScroll",
|
|
3040
3020
|
"dshCmIndeterminate": "_367UGW_dshCmIndeterminate",
|
|
3041
|
-
"
|
|
3042
|
-
"
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
3021
|
+
"errorBanner": "_367UGW_errorBanner",
|
|
3022
|
+
"snapshotRowHeader": "_367UGW_snapshotRowHeader",
|
|
3023
|
+
"progressIndeterminate": "_367UGW_progressIndeterminate",
|
|
3024
|
+
"aboutLinkRow": "_367UGW_aboutLinkRow",
|
|
3025
|
+
"groupItems": "_367UGW_groupItems",
|
|
3026
|
+
"progressLabel": "_367UGW_progressLabel",
|
|
3027
|
+
"badgeWarn": "_367UGW_badgeWarn",
|
|
3028
|
+
"dialogCard": "_367UGW_dialogCard",
|
|
3029
|
+
"spinner": "_367UGW_spinner",
|
|
3030
|
+
"modeTab": "_367UGW_modeTab",
|
|
3031
|
+
"conflictItem": "_367UGW_conflictItem",
|
|
3032
|
+
"dialogHeader": "_367UGW_dialogHeader",
|
|
3033
|
+
"wizardCard": "_367UGW_wizardCard",
|
|
3034
|
+
"aboutAuthor": "_367UGW_aboutAuthor",
|
|
3035
|
+
"dialogClose": "_367UGW_dialogClose",
|
|
3036
|
+
"actionRow": "_367UGW_actionRow",
|
|
3037
|
+
"pathValue": "_367UGW_pathValue",
|
|
3038
|
+
"formError": "_367UGW_formError",
|
|
3039
|
+
"progressBarDone": "_367UGW_progressBarDone",
|
|
3040
|
+
"sectionTitleBlock": "_367UGW_sectionTitleBlock",
|
|
3041
|
+
"badgeError": "_367UGW_badgeError",
|
|
3042
|
+
"diffScroll": "_367UGW_diffScroll",
|
|
3043
|
+
"progressBadgeCount": "_367UGW_progressBadgeCount",
|
|
3044
|
+
"errorReason": "_367UGW_errorReason"
|
|
3045
3045
|
};
|
|
3046
3046
|
//#endregion
|
|
3047
3047
|
//#region src/client/common/ui.tsx
|
package/lib/index.js
CHANGED
|
@@ -90,7 +90,7 @@ export const name = 'config-manager';
|
|
|
90
90
|
/** Services required before the engine can mount (present in every profile). */
|
|
91
91
|
export const inject = ['settings', 'credentials'];
|
|
92
92
|
/** Plugin version, kept in sync with package.json ("version"). */
|
|
93
|
-
const PLUGIN_VERSION = '0.1.
|
|
93
|
+
const PLUGIN_VERSION = '0.1.44';
|
|
94
94
|
/** Plugin own package name — excluded from its own exported plugins list. */
|
|
95
95
|
const PLUGIN_NAME = 'dsh-config-manager';
|
|
96
96
|
/**
|
package/package.json
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-config-manager",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.44",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Backup, restore, export, import, migrate and sync your DeepSeek Harness (DSH) configuration: settings, plugins, MCP servers, skills, agent presets and workspaces. One-click migration to another machine. DSH 配置一键备份、恢复、导出、导入、迁移与同步插件。",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"dsh",
|
|
8
8
|
"deepseek-harness",
|
|
9
|
+
"dsh-plugin",
|
|
9
10
|
"cordis",
|
|
10
11
|
"plugin",
|
|
11
12
|
"backup",
|
|
13
|
+
"restore",
|
|
14
|
+
"export",
|
|
15
|
+
"import",
|
|
12
16
|
"migration",
|
|
17
|
+
"migrate",
|
|
18
|
+
"sync",
|
|
19
|
+
"webdav",
|
|
20
|
+
"mcp",
|
|
21
|
+
"skills",
|
|
22
|
+
"configuration",
|
|
13
23
|
"config-manager"
|
|
14
24
|
],
|
|
15
25
|
"type": "module",
|
package/src/index.ts
CHANGED
|
@@ -132,7 +132,7 @@ export const name = 'config-manager'
|
|
|
132
132
|
export const inject = ['settings', 'credentials']
|
|
133
133
|
|
|
134
134
|
/** Plugin version, kept in sync with package.json ("version"). */
|
|
135
|
-
const PLUGIN_VERSION = '0.1.
|
|
135
|
+
const PLUGIN_VERSION = '0.1.44'
|
|
136
136
|
|
|
137
137
|
/** Plugin own package name — excluded from its own exported plugins list. */
|
|
138
138
|
const PLUGIN_NAME = 'dsh-config-manager'
|