dsh-ui-fortifier 0.1.2 → 0.5.2

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 pgnqukezrdxmhjso
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -23,10 +23,13 @@ Adds a "ui-fortifier" tab in Settings to toggle every feature module of this plu
23
23
  | Feature | Description |
24
24
  | --- | --- |
25
25
  | provider-label | Shows the currently selected provider to the left of the model selector. |
26
+ | model-picker | Cascading model picker (provider → model) next to the model selector in the input row. |
27
+ | open-dsh-folder | Adds an "Open .dsh folder" button next to "Open configuration file" at the top-right of the Settings page. |
28
+ | settings-frame | Makes the Settings panel draggable and resizable. |
26
29
 
27
30
  ## dsh version used for development
28
31
 
29
- - Target dsh version: `0.1.2-rc.1`; `@deepseek-ai/dsh-*` dependencies use `workspace:^`.
32
+ - dsh version used for development: `0.1.5-rc.2`. `@deepseek-ai/dsh-*` dependencies use `workspace:^`.
30
33
 
31
34
  ## Secondary Development
32
35
 
@@ -35,5 +38,9 @@ Clone this repository into a dsh workspace package directory, then install and b
35
38
  ```sh
36
39
  git clone https://github.com/pgnqukezrdxmhjso/dsh-ui-fortifier packages/my/dsh-ui-fortifier
37
40
  pnpm install
38
- pnpm --filter dsh-ui-fortifier bundle
41
+ pnpm --filter dsh-ui-fortifier build
39
42
  ```
43
+
44
+ ---
45
+
46
+ No runtime invariant companion is published because this package is a pure slot surface: it registers slots, a settings namespace, and one Remote endpoint, and owns no event stream or mutable state to assert.
package/README.zh.md CHANGED
@@ -23,10 +23,13 @@ dsh plugin --profile web add dsh-ui-fortifier
23
23
  | 功能 | 描述 |
24
24
  | --- | --- |
25
25
  | provider-label | 在模型选择按钮左侧显示当前选择的提供方。 |
26
+ | model-picker | 输入行模型选择器旁提供级联模型选择器(提供商 → 模型)。 |
27
+ | open-dsh-folder | 在设置页右上角「打开配置文件」旁增加「打开 .dsh 文件夹」。 |
28
+ | settings-frame | 设置面板可拖动位置与拖动大小。 |
26
29
 
27
- ## 构建使用的 dsh 版本
30
+ ## 构建时使用的 dsh 版本
28
31
 
29
- - 目标 dsh 版本:`0.1.2-rc.1`;`@deepseek-ai/dsh-*` 依赖使用 `workspace:^`。
32
+ - 构建时使用的 dsh 版本:`0.1.5-rc.2`;`@deepseek-ai/dsh-*` 依赖使用 `workspace:^`。
30
33
 
31
34
  ## 二次开发说明
32
35
 
@@ -35,5 +38,9 @@ dsh plugin --profile web add dsh-ui-fortifier
35
38
  ```sh
36
39
  git clone https://github.com/pgnqukezrdxmhjso/dsh-ui-fortifier packages/my/dsh-ui-fortifier
37
40
  pnpm install
38
- pnpm --filter dsh-ui-fortifier bundle
41
+ pnpm --filter dsh-ui-fortifier build
39
42
  ```
43
+
44
+ ---
45
+
46
+ 本包不发布运行时 invariant 伴生入口:它是纯插槽表面,只注册插槽、一个 settings 命名空间和一个 Remote 端点,没有自有事件流或可变状态可供断言。