dsh-vault 1.3.0-rc.8 → 1.3.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/README-zh.md CHANGED
@@ -73,6 +73,8 @@ dsh-vault 是一个面向 DeepSeek Harness 的安全加密插件:把你在使
73
73
  | `vault_fill` | 按 host/URL/用户名/标题匹配条目并返回其凭据 |
74
74
  | `vault_env` | 把标记 env 的条目(tags 含 `env`)渲染为 `KEY=VALUE` 行 |
75
75
  | `vault_export_bitwarden` / `vault_import_bitwarden` | Bitwarden/Vaultwarden JSON 互通(完整字段映射,支持覆盖) |
76
+ | `vault_import_chrome` / `vault_import_keychain` | 从 Chrome Login Data(经 macOS 钥匙串密钥解密)或 macOS 钥匙串导入密码(会话缓存 + 预览,避免授权弹窗轰炸) |
77
+ | `vault_search_system` | 在 Chrome / 钥匙串中搜索站点与用户名——绝不暴露密码 |
76
78
  | `vault_copy` | 复制条目(含密钥)到另一个命名保险库 |
77
79
  | `vault_templates` | 内建 + 用户自定义模板(save/list/remove,KeePassXC 风格) |
78
80
 
package/README.md CHANGED
@@ -75,6 +75,8 @@ Each record has a `title`, an optional `kind`, and any combination of fields:
75
75
  | `vault_fill` | Find the entry matching a host/URL/username/title and return its credentials |
76
76
  | `vault_env` | Render env-flagged entries (tags contain `env`) as `KEY=VALUE` lines |
77
77
  | `vault_export_bitwarden` / `vault_import_bitwarden` | Bitwarden/Vaultwarden JSON interop (full field mapping, overwrite support) |
78
+ | `vault_import_chrome` / `vault_import_keychain` | Import passwords from Chrome's Login Data (decrypted via the macOS keychain key) or the macOS Keychain (session cache + preview, no prompt spam) |
79
+ | `vault_search_system` | Search Chrome / Keychain for sites & usernames — never exposes passwords |
78
80
  | `vault_copy` | Copy an entry (secrets included) into another named vault |
79
81
  | `vault_templates` | Built-in + user-defined templates (save/list/remove), KeePassXC-style |
80
82
 
package/lib/client.js CHANGED
@@ -17,85 +17,85 @@ window.__ModuleLoader__.load({
17
17
  document.head.appendChild(tag);
18
18
  }
19
19
  var VaultSection_module_css_default = {
20
- "revealButton": "t_j5va_revealButton",
21
- "footer": "t_j5va_footer",
22
- "backupButton": "t_j5va_backupButton",
23
- "field": "t_j5va_field",
24
- "rowMain": "t_j5va_rowMain",
25
- "badgeWarn": "t_j5va_badgeWarn",
26
- "detailBox": "t_j5va_detailBox",
27
- "searchBox": "t_j5va_searchBox",
28
- "auditIssues": "t_j5va_auditIssues",
29
- "pinStar": "t_j5va_pinStar",
30
- "checkField": "t_j5va_checkField",
31
- "row": "t_j5va_row",
32
- "kindFilter": "t_j5va_kindFilter",
33
- "dupGroup": "t_j5va_dupGroup",
34
- "copied": "t_j5va_copied",
35
- "auditRow": "t_j5va_auditRow",
20
+ "rowActions": "t_j5va_rowActions",
21
+ "error": "t_j5va_error",
36
22
  "list": "t_j5va_list",
37
- "section": "t_j5va_section",
23
+ "policyBar": "t_j5va_policyBar",
24
+ "identity": "t_j5va_identity",
25
+ "pinStar": "t_j5va_pinStar",
26
+ "addButton": "t_j5va_addButton",
38
27
  "genOptRow": "t_j5va_genOptRow",
39
- "pwWeak": "t_j5va_pwWeak",
40
- "resultCount": "t_j5va_resultCount",
41
- "trashButton": "t_j5va_trashButton",
42
- "policyField": "t_j5va_policyField",
43
- "toolbar": "t_j5va_toolbar",
44
- "badgeOk": "t_j5va_badgeOk",
28
+ "backupButton": "t_j5va_backupButton",
29
+ "lockedBanner": "t_j5va_lockedBanner",
45
30
  "editorBody": "t_j5va_editorBody",
46
- "reportTitle": "t_j5va_reportTitle",
47
- "title": "t_j5va_title",
48
31
  "empty": "t_j5va_empty",
49
- "dupMerge": "t_j5va_dupMerge",
50
- "badgeDanger": "t_j5va_badgeDanger",
51
- "retryButton": "t_j5va_retryButton",
52
- "identity": "t_j5va_identity",
32
+ "searchBox": "t_j5va_searchBox",
33
+ "auditRow": "t_j5va_auditRow",
34
+ "policyField": "t_j5va_policyField",
35
+ "resultCount": "t_j5va_resultCount",
53
36
  "emptyHint": "t_j5va_emptyHint",
54
- "totp": "t_j5va_totp",
55
- "editorActions": "t_j5va_editorActions",
37
+ "checkField": "t_j5va_checkField",
38
+ "healthBar": "t_j5va_healthBar",
39
+ "field": "t_j5va_field",
56
40
  "genOpts": "t_j5va_genOpts",
57
- "policyBar": "t_j5va_policyBar",
58
- "secretField": "t_j5va_secretField",
59
- "pwBar": "t_j5va_pwBar",
41
+ "clearButton": "t_j5va_clearButton",
42
+ "kindIcon": "t_j5va_kindIcon",
43
+ "detailBox": "t_j5va_detailBox",
44
+ "srOnly": "t_j5va_srOnly",
45
+ "footer": "t_j5va_footer",
46
+ "totp": "t_j5va_totp",
47
+ "status": "t_j5va_status",
48
+ "pwWeak": "t_j5va_pwWeak",
49
+ "kindChip": "t_j5va_kindChip",
50
+ "genHist": "t_j5va_genHist",
51
+ "totpRing": "t_j5va_totpRing",
60
52
  "rowExpired": "t_j5va_rowExpired",
61
- "dupNames": "t_j5va_dupNames",
62
- "detailItem": "t_j5va_detailItem",
53
+ "row": "t_j5va_row",
54
+ "dupMerge": "t_j5va_dupMerge",
55
+ "badgeOk": "t_j5va_badgeOk",
56
+ "saveButton": "t_j5va_saveButton",
57
+ "kindFilter": "t_j5va_kindFilter",
58
+ "badgeWarn": "t_j5va_badgeWarn",
63
59
  "intro": "t_j5va_intro",
64
- "uriCode": "t_j5va_uriCode",
65
- "lockedTag": "t_j5va_lockedTag",
66
- "rowActions": "t_j5va_rowActions",
67
- "rowDue": "t_j5va_rowDue",
68
- "genHist": "t_j5va_genHist",
69
- "status": "t_j5va_status",
70
- "healthBar": "t_j5va_healthBar",
60
+ "detailItem": "t_j5va_detailItem",
61
+ "pwStrong": "t_j5va_pwStrong",
62
+ "emptyBox": "t_j5va_emptyBox",
63
+ "scoreRing": "t_j5va_scoreRing",
64
+ "rowMain": "t_j5va_rowMain",
65
+ "modeAsk": "t_j5va_modeAsk",
66
+ "editorActions": "t_j5va_editorActions",
67
+ "pwBar": "t_j5va_pwBar",
68
+ "pwMeter": "t_j5va_pwMeter",
71
69
  "pwLabel": "t_j5va_pwLabel",
70
+ "modeAuto": "t_j5va_modeAuto",
71
+ "lockedTag": "t_j5va_lockedTag",
72
+ "dupNames": "t_j5va_dupNames",
73
+ "copied": "t_j5va_copied",
74
+ "reportTitle": "t_j5va_reportTitle",
75
+ "highBadge": "t_j5va_highBadge",
72
76
  "badge": "t_j5va_badge",
73
- "reportSub": "t_j5va_reportSub",
77
+ "section": "t_j5va_section",
78
+ "auditIssues": "t_j5va_auditIssues",
74
79
  "pwFair": "t_j5va_pwFair",
75
- "saveButton": "t_j5va_saveButton",
76
- "modeAsk": "t_j5va_modeAsk",
80
+ "deleteButton": "t_j5va_deleteButton",
81
+ "editor": "t_j5va_editor",
82
+ "reportBox": "t_j5va_reportBox",
83
+ "revealButton": "t_j5va_revealButton",
84
+ "badgeDanger": "t_j5va_badgeDanger",
85
+ "rowDue": "t_j5va_rowDue",
86
+ "secretField": "t_j5va_secretField",
87
+ "uriCode": "t_j5va_uriCode",
77
88
  "reportLine": "t_j5va_reportLine",
78
- "clearButton": "t_j5va_clearButton",
79
- "addButton": "t_j5va_addButton",
89
+ "trashButton": "t_j5va_trashButton",
90
+ "toolbar": "t_j5va_toolbar",
91
+ "modeReadonly": "t_j5va_modeReadonly",
80
92
  "sortButton": "t_j5va_sortButton",
93
+ "dupGroup": "t_j5va_dupGroup",
94
+ "reportSub": "t_j5va_reportSub",
95
+ "title": "t_j5va_title",
81
96
  "dueBadge": "t_j5va_dueBadge",
82
- "kindIcon": "t_j5va_kindIcon",
83
- "pwMeter": "t_j5va_pwMeter",
84
- "reportBox": "t_j5va_reportBox",
85
- "pwStrong": "t_j5va_pwStrong",
86
- "scoreRing": "t_j5va_scoreRing",
87
- "editor": "t_j5va_editor",
88
- "modeAuto": "t_j5va_modeAuto",
89
- "kindChip": "t_j5va_kindChip",
90
- "deleteButton": "t_j5va_deleteButton",
91
- "srOnly": "t_j5va_srOnly",
92
- "totpRing": "t_j5va_totpRing",
93
- "modeReadonly": "t_j5va_modeReadonly",
94
- "emptyBox": "t_j5va_emptyBox",
95
- "lockedBanner": "t_j5va_lockedBanner",
96
97
  "dangerButton": "t_j5va_dangerButton",
97
- "highBadge": "t_j5va_highBadge",
98
- "error": "t_j5va_error"
98
+ "retryButton": "t_j5va_retryButton"
99
99
  };
100
100
  //#endregion
101
101
  //#region src/client/VaultSection.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-vault",
3
- "version": "1.3.0-rc.8",
3
+ "version": "1.3.0",
4
4
  "description": "Encrypted credential vault for DeepSeek Harness: store and retrieve usernames, emails, phone numbers, passwords, TOTP secrets, SSH/API-key/OAuth developer credentials through model tools and a Settings UI page.",
5
5
  "type": "module",
6
6
  "license": "MIT",