@deepseek-ai/dsh-client-ui-settings-general 0.1.3-alpha.2 → 0.1.5-alpha.1

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.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/client/ui-settings-general/README.md
5
- README.md: 3c81dbf2560e0cbddd9e77e75befdbfda192cb70
6
- README.zh.md: 68580116fc809c796fb100c1847c2007b151ece1
5
+ README.md: c5bf1c1ccf0215e5902e65e66aea465a94350b9c
6
+ README.zh.md: 8fa4b48640374f414162a4f129d2ef177efb6287
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-settings-general` is the settings shell of the dsh web client: the Settings panel opens from the sidebar's bottom control, a connection-failure indicator beside that control offers immediate recovery, the navigation is built from the sections features contribute, and first-run users are walked through one onboarding step at a time. It also registers everything on the Settings pages that belongs to no single feature: the trigger/header/close chrome content, the local configuration-file action, the General section and its `settings.general.item` slot, and the `settings` dictionaries. Feature-owned rows (Permission, Language, Appearance), sections (Models), and conditional onboarding steps stay with their feature packages; the shell itself ships no onboarding copy of its own.
12
+ Use this package to give the dsh web client a Settings panel, connection-recovery control, feature-contributed navigation, and sequential first-run onboarding. Users can open it from the sidebar, retry a failed connection immediately, and access a local configuration file when the Host makes one available on a loopback browser. Feature packages supply their own settings rows, sections, and onboarding steps; this package supplies their shared presentation and does not add onboarding copy or built-in General rows.
13
13
 
14
14
  ## Table of Contents
15
15
 
package/README.zh.md CHANGED
@@ -9,7 +9,7 @@ kind: "package-reference"
9
9
 
10
10
  ## 概述
11
11
 
12
- `dsh-client-ui-settings-general` dsh Web 客户端的设置外壳:Settings 面板从侧边栏底部的控件打开,该控件旁的连接故障指示器提供即时恢复操作;导航由各功能贡献的分区构建;首次运行的用户一次只走一个引导步骤。它还注册设置页面上所有不属于单一功能的内容:触发器、标题栏与关闭控件界面框架、「本地配置文件」操作、「通用」分区及其 `settings.general.item` slot,以及 `settings` 字典。归具体功能所有的行(「权限」、「语言」、「外观」)、分区(「模型」)与条件式首次使用引导步骤仍由各自的功能包提供;外壳本身不自带任何引导文案。
12
+ 使用本包可为 dsh Web 客户端提供 Settings 面板、连接恢复控件、由功能包贡献的导航,以及依次进行的首次运行引导。用户可以从侧边栏打开面板、立即重试失败的连接,并在宿主为回环浏览器提供本地配置文件时访问该文件。各功能包提供自己的设置行、分区和引导步骤;本包提供共享的界面展示,但不添加引导文案或「通用」分区的内置行。
13
13
 
14
14
  ## 目录
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-settings-general",
3
3
  "description": "Settings ownerless-copy and product onboarding plugin: the General section, shell trigger/header chrome content, settings dictionaries, and the versioned welcome notice",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -48,19 +48,19 @@
48
48
  "devDependencies": {
49
49
  "@types/react": "~18.3.1",
50
50
  "react": "^18.2.0",
51
- "@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-client-connection": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
54
- "@deepseek-ai/dsh-client-store": "^0.1.3-alpha.2",
55
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
56
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.3-alpha.2",
57
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
58
- "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.3-alpha.2",
59
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
51
+ "@deepseek-ai/dsh-api-remotes": "^0.1.5-alpha.1",
52
+ "@deepseek-ai/dsh-client-connection": "^0.1.5-alpha.1",
53
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.1",
54
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.5-alpha.1",
55
+ "@deepseek-ai/dsh-client-store": "^0.1.5-alpha.1",
56
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.1",
57
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.5-alpha.1",
58
+ "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.5-alpha.1",
59
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.1",
60
60
  "@deepseek-ai/cordis": "^4.0.2",
61
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
62
- "@deepseek-ai/dsh-client-ui-session": "^0.1.3-alpha.2",
63
- "@deepseek-ai/dsh-settings": "^0.1.3-alpha.2"
61
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.1",
62
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.5-alpha.1",
63
+ "@deepseek-ai/dsh-settings": "^0.1.5-alpha.1"
64
64
  },
65
65
  "files": [
66
66
  "lib/index.js",