@michengai/dsh-codex-ui 0.2.76 → 0.2.78
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 +1 -1
- package/README.zh-CN.md +1 -1
- package/dist/client.js +517 -404
- package/dist/index.d.mts +5 -1
- package/dist/index.mjs +160 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -174,7 +174,7 @@ Deleting a workspace registration does not delete its folder or conversation rec
|
|
|
174
174
|
|
|
175
175
|
| Data | Storage | Scope |
|
|
176
176
|
| --- | --- | --- |
|
|
177
|
-
| Pinned workspaces | `localStorage`
|
|
177
|
+
| Pinned workspaces | Host profile file with a `localStorage` cache | Survives DSH restarts and Desktop tray reloads |
|
|
178
178
|
| Pinned conversations | `localStorage` key `dsh.session-pins.v1` | Current browser only |
|
|
179
179
|
| Unread conversations | `localStorage` key `dsh.session-unread.v1` | Current browser only |
|
|
180
180
|
| Conversation records | DSH host services | Unchanged by this plugin |
|
package/README.zh-CN.md
CHANGED
|
@@ -174,7 +174,7 @@ dsh --profile web --dump-config
|
|
|
174
174
|
|
|
175
175
|
| 数据 | 存储位置 | 范围 |
|
|
176
176
|
| --- | --- | --- |
|
|
177
|
-
| 置顶项目 | `localStorage`
|
|
177
|
+
| 置顶项目 | Host Profile 文件,并使用 `localStorage` 缓存 | DSH 重启及 Desktop 托盘重新加载后仍保留 |
|
|
178
178
|
| 置顶会话 | `localStorage` 键 `dsh.session-pins.v1` | 仅当前浏览器 |
|
|
179
179
|
| 未读会话 | `localStorage` 键 `dsh.session-unread.v1` | 仅当前浏览器 |
|
|
180
180
|
| 会话记录 | DSH 宿主服务 | 本插件不改写 |
|