dsh-side-chat-plus 0.3.3 → 0.3.4

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 CHANGED
@@ -298,6 +298,7 @@ Open DSH **Settings → 侧边聊天 (Side chat)** to configure:
298
298
  | `sendImmediately` | on | Whether selecting text sends it immediately, or stages it as an attachment. |
299
299
  | `defaultPrompt` | *(empty)* | Extra prompt appended when the selection is sent immediately. |
300
300
  | `bringMode` | `draft` | Where brought-back content lands: `draft` into the composer, or `context` as a collapsed context row. |
301
+ | `panelHome` | `sidebar-right` | Where the panel lives: `sidebar-right` docks it into the new built-in right sidebar as a "Side chat" tab (same rail as document previews, default); `floating` is the classic drag-resizable right-edge panel. In floating mode the side chat yields automatically while the built-in sidebar is open (docked, fullscreen or floated), so the two never cover each other. |
301
302
 
302
303
  Preferences are stored in the DSH settings namespace `dsh-side-chat`.
303
304
 
package/README.zh.md CHANGED
@@ -240,6 +240,7 @@ pnpm 会链接该 checkout,`dsh` 以同样方式激活这个 bundle。
240
240
  | `sendImmediately` | 开 | 选中内容后立即发送,还是先作为附件放入输入框。 |
241
241
  | `defaultPrompt` | *(空)* | 「立即发送」开启时,附加在选中内容后的额外提示词。 |
242
242
  | `bringMode` | `draft` | 带回内容的落地方式:`draft` 写入输入框草稿,`context` 注入为折叠提示行。 |
243
+ | `panelHome` | `sidebar-right` | 侧边聊天的宿主:`sidebar-right` 停靠到新版右侧栏(作为「侧边聊天」标签,与文档预览共用同一边栏,默认),`floating` 经典浮动面板(可拖拽调宽)。浮动模式下,内置右侧栏打开(停靠/全屏/浮动)时侧聊会自动让位,避免互相遮挡。 |
243
244
 
244
245
  偏好设置保存在 DSH 设置命名空间 `dsh-side-chat` 下。
245
246
 
package/dsh.plugin.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "id": "dsh-external/dsh-side-chat-plus",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "main": "./lib/index.js",
5
- "description": "选中对话内容 → 在侧边聊天中提问:按主会话隔离的隐藏普通会话,继承模型/思考难度/权限(可调),带「需要时查工作区/主会话」开关。",
5
+ "description": "选中对话内容 → 在侧边聊天中提问:按主会话隔离的隐藏普通会话,继承模型/思考难度/权限(可调),带「需要时查工作区/主会话」开关;可停靠到新版右侧栏或使用经典浮动面板。",
6
6
  "engines": {
7
- "dsh": "^0.1.0-rc.6 || ^0.1.1-0 || ^0.1.2-0"
7
+ "dsh": "^0.1.0-rc.6 || ^0.1.1-0 || ^0.1.2-0 || ^0.1.5-alpha.1 || ^0.1.5-alpha.2"
8
8
  },
9
9
  "contributes": {
10
10
  "tools": [],