@deepseek-ai/dsh-client-ui-sidebar 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-sidebar/README.md
5
- README.md: 1d7e66f792432ebf3c2093facab65cb2017ed10f
6
- README.zh.md: ca781bf3f8db578f0c238f3534871af147e29ec2
5
+ README.md: 87b04e965fbe26591e38d49a5c272113edfd28aa
6
+ README.zh.md: 5a7f050d7099437e5c8be965e89be405492d5353
package/README.md CHANGED
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
9
9
 
10
10
  ## Summary
11
11
 
12
- `dsh-client-ui-sidebar` is the sidebar shell of the dsh web client: users see the brand row, start new sessions, collapse into the layout-owned 56px rail, and reach Settings from the bottom-pinned seat, while the scroll-aware region seat hosts the Workspace and Session browser. The Workspace and Session browser rendered into `sidebar.workspaces` belongs to ui-workspace; this package neither derives its rows nor owns its view preferences. A deployment package can replace the brand mark or name without replacing the New Session control or the rail geometry, and New Session starts the runtime's page-local frontend Session Intent against the explicit, current, or most recently active Workspace. Collapse into the layout-owned 56px rail remains presentation-local.
12
+ The dsh web client sidebar lets users recognize the active build, start a new session, collapse navigation to a 56px rail, browse Workspaces and Sessions, and open Settings. It preserves a bottom-pinned Settings entry and hides idle scrollbars without moving browser rows. New Session uses an explicitly selected Workspace, then the current Session's Workspace, then the most recently active Workspace; if none exists, it opens a blank New Session page. Deployments can replace the brand mark or name while retaining the navigation controls and rail geometry.
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-sidebar` 是 dsh Web 客户端的侧边栏外壳:用户看到品牌行、启动新会话、折叠进布局拥有的 56px 轨道,并从底部固定的席位进入 Settings;可感知滚动的区域席位承载 Workspace 与 Session 浏览器。渲染到 `sidebar.workspaces` Workspace 与 Session 浏览器归 ui-workspace 所有;本包既不派生其中的行,也不持有其视图偏好。部署包可以单独替换品牌标记或名称,而无须替换 New Session 控件或轨道几何;New Session 会针对显式指定、当前或最近活跃的 Workspace 启动运行时的页面局部前端 Session Intent。折叠到布局拥有的 56px 轨道仍属于本地呈现行为。
12
+ dsh Web 客户端的侧边栏让用户识别当前构建、启动新会话、将导航折叠为 56px 轨道、浏览 Workspace 与 Session,以及打开 Settings。它会将 Settings 入口固定在底部,并在隐藏空闲滚动条时避免浏览器行发生位移。New Session 优先使用显式选择的 Workspace,其次使用当前 Session 所属的 Workspace,再其次使用最近活跃的 Workspace;如果都不存在,则打开空白的 New Session 页面。部署可以替换品牌标记或名称,同时保留导航控件和轨道几何。
13
13
 
14
14
  ## 目录
15
15
 
package/lib/client.js CHANGED
@@ -92,7 +92,7 @@ window.__ModuleLoader__.load({
92
92
  const SCROLLBAR_LINGER_MS = 2e3;
93
93
  /** Format complete-build metadata for the local brand badge. */
94
94
  function localBuildVersion() {
95
- return `0.1.3-alpha.2-41a2cdd` + ({}.DSH_CLIENT_GIT_DIRTY === "true" ? "-dirty" : "");
95
+ return `0.1.5-alpha.1-f0b1dec` + ({}.DSH_CLIENT_GIT_DIRTY === "true" ? "-dirty" : "");
96
96
  }
97
97
  /**
98
98
  * Render the sidebar column shell.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-client-ui-sidebar",
3
3
  "description": "Sidebar plugin: session multi-level tree, search, grouping, state dots",
4
- "version": "0.1.3-alpha.2",
4
+ "version": "0.1.5-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -48,15 +48,15 @@
48
48
  "devDependencies": {
49
49
  "@types/react": "~18.3.1",
50
50
  "react": "^18.2.0",
51
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.3-alpha.2",
52
- "@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
53
- "@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
54
- "@deepseek-ai/dsh-client-ui-layout": "^0.1.3-alpha.2",
55
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
56
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.3-alpha.2",
57
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
58
- "@deepseek-ai/dsh-client-ui-session": "^0.1.3-alpha.2",
59
- "@deepseek-ai/dsh-client-ui-workspace": "^0.1.3-alpha.2",
51
+ "@deepseek-ai/dsh-api-workspace-controller": "^0.1.5-alpha.1",
52
+ "@deepseek-ai/dsh-client-locale": "^0.1.5-alpha.1",
53
+ "@deepseek-ai/dsh-client-ui-layout": "^0.1.5-alpha.1",
54
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-alpha.1",
55
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.5-alpha.1",
56
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.5-alpha.1",
57
+ "@deepseek-ai/dsh-client-ui-session": "^0.1.5-alpha.1",
58
+ "@deepseek-ai/dsh-client-ui-workspace": "^0.1.5-alpha.1",
59
+ "@deepseek-ai/dsh-client-test-runtime": "^0.1.5-alpha.1",
60
60
  "@deepseek-ai/cordis": "^4.0.2"
61
61
  },
62
62
  "files": [