dsh-coding-sidebar 1.0.1 → 1.0.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/README.md +2 -2
- package/lib/client-editor.js +217 -209
- package/lib/client-mermaid.js +217 -209
- package/lib/client-registry.js +554 -420
- package/lib/client-terminal.js +215 -207
- package/lib/client.js +552 -418
- package/lib/types/client/locales.d.ts +4 -0
- package/package.json +1 -1
- package/src/client/SubagentView.module.css +41 -0
- package/src/client/SubagentView.tsx +63 -7
- package/src/client/locales-ar.ts +4 -0
- package/src/client/locales-de.ts +4 -0
- package/src/client/locales-fr.ts +4 -0
- package/src/client/locales-hi.ts +4 -0
- package/src/client/locales-id.ts +4 -0
- package/src/client/locales-it.ts +4 -0
- package/src/client/locales-ja.ts +4 -0
- package/src/client/locales-ko.ts +4 -0
- package/src/client/locales-nl.ts +4 -0
- package/src/client/locales-pl.ts +4 -0
- package/src/client/locales-pt.ts +4 -0
- package/src/client/locales-ru.ts +4 -0
- package/src/client/locales-sv.ts +4 -0
- package/src/client/locales-th.ts +4 -0
- package/src/client/locales-tr.ts +4 -0
- package/src/client/locales-vi.ts +4 -0
- package/src/client/locales-zh-HK.ts +4 -0
- package/src/client/locales-zh-MO.ts +4 -0
- package/src/client/locales-zh-TW.ts +4 -0
- package/src/client/locales.ts +8 -0
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
- **💻 真实终端**:xterm.js + node-pty 真实 shell,断线重连回放;可选为模型注入 `terminal_*` 工具
|
|
42
42
|
- **📂 模型侧边栏打开(可选)**:全局设置开启后注入 `sidebar_open` 工具——模型可主动在侧边栏打开文件 / 文件夹(树以该目录为根)/ HTTP(S) 网页
|
|
43
43
|
- **🌿 Git 面板**:真 diff + VSCode 式 diff tab、历史、右键暂存 / 提交 / 还原;工作区容器下自动发现子仓库并显示**仓库选择器**,支持 linked worktree 变更发现
|
|
44
|
-
- **🧩 后台任务页**:subagent 拓扑 + 后台任务(退出码 / 实时输出 /
|
|
44
|
+
- **🧩 后台任务页**:subagent 拓扑 + 后台任务(退出码 / 实时输出 / 强制终止);子代理与后台任务过多时默认只展开最新 5 / 3 条,更早的历史折叠为一键展开
|
|
45
45
|
- **💬 侧边对话(beta)**:Codex 风格的侧边线程——继承主会话完整上下文(含进行中的回合与工具调用)独立运行,不进入主会话;线程内可持续追问,一键「保存为新会话」提升为顶层会话
|
|
46
46
|
- **🪟 分栏与自由窗口**:侧边栏内拖 Tab 拆分 / 合并分栏;把 tab 拖到主会话区域变为可移动 / 缩放 / 置顶的自由窗口,移动端自动合并全宽抽屉
|
|
47
47
|
- **🪟 自由窗口**:把标签栏的任一 tab 拖到主会话区域——成为可移动 / 缩放 / 置顶的悬浮窗口(默认 390×780),拖回侧边栏 pane 即停靠,随会话持久化;`features` 含 `'floatWindows'`,插件 tab 无差别支持
|
|
@@ -157,7 +157,7 @@ dsh registry enable dsh-external/dsh-coding-sidebar
|
|
|
157
157
|
| **🗂️ 文件工作台:资源管理器**<br/><sub>支持两种格式的资源管理器:内嵌在文件预览中 / 独立显示文件树。懒加载目录树、软链接按目标类型展示(目录软链接可展开、失效链接标红)、全局文件名搜索、上传文件/文件夹与拖放上传、右键菜单(在新 Tab 打开 / 在侧边打开 / 复制路径)、悬浮 `@文件` 一键引用进输入框。</sub><br/><div align="center"><img width="420" alt="文件资源管理器" src="https://github.com/user-attachments/assets/a410bfd2-a8ba-43e6-873e-22417756e94d" /></div> | **📝 Markdown · 图片 · PDF 内联预览**<br/><sub>Markdown 预览支持 **Mermaid 图表**(`securityLevel: 'strict'` 安全渲染 + 二次清洗;点击图表弹窗放大、滚轮缩放、拖拽平移)、**README 级内嵌 HTML**(徽章墙 `<div align=center>`、`<details>` 折叠块内嵌 markdown、表格单元格内联标签——DOMPurify 白名单消毒真实渲染,`<script>` 等活性内容剥除,本地图片经会话媒体路由重写)与**浮动目录大纲**(≥3 标题出现,点击平滑跳转、自动展开折叠块);图片 / PDF 走媒体路由内联展示;Office 三件套由生态插件补齐。</sub><br/><div align="center"><img width="420" alt="Markdown + Mermaid 预览" src="https://github.com/user-attachments/assets/fe0e5182-55bb-45cc-b98b-a2877c2bdd38" /></div> |
|
|
158
158
|
| **🖥️ CodeMirror 代码编辑器**<br/><div align="center"><img width="420" alt="CodeMirror 代码编辑器" src="https://github.com/user-attachments/assets/b44b488e-568c-4ee0-b96c-e9c906598a77" /></div> | **🖼️ 图片内联预览**<br/><div align="center"><img width="420" alt="图片内联预览" src="https://github.com/user-attachments/assets/f9a58c30-5b7a-48b5-9e22-37d7e071f593" /></div> |
|
|
159
159
|
| **💻 真实终端**<br/><sub>xterm.js + node-pty 真实 shell(不是模拟器):断线重连 transcript 回放、shell / shellArgs 可配置(设置页或 `cordis.patch.yml`)、可选为模型注入 `terminal_*` 工具(agent 可直接开终端跑命令)。</sub><br/><div align="center"><img width="420" alt="真实终端" src="https://github.com/user-attachments/assets/0dad6ad3-ff3f-4b5a-86d2-f832ce65323e" /></div> | **🌿 Git 面板**<br/><sub>暂存 / 取消暂存 / 提交(`Ctrl+Enter`)/ 还原,历史列表;点击改动文件打开 **VSCode 式 diff tab**(红绿行级对比)。</sub><br/><div align="center"><img width="420" alt="Git 面板" src="https://github.com/user-attachments/assets/e7fc1220-305f-4bca-8583-e77ab4f4fa78" /></div> |
|
|
160
|
-
| **🌐 内嵌浏览器**<br/><sub>多开网页 tab:后退 / 前进 / 刷新 / 地址栏;内容运行在**不透明源沙箱 iframe**(界面实时显示沙箱状态,可按页面临时解锁);聊天里的外链点击可被接管到侧边栏打开(按协议分流,可配)。</sub><br/><div align="center"><img width="420" alt="内嵌浏览器" src="https://github.com/user-attachments/assets/9bc6b65a-64fc-4942-a685-76e391e55606" /></div> | **🧩 任务页:子代理拓扑 + 后台任务**<br/><sub>子代理树实时拓扑(运行状态、批量实时预览)+ 后台任务清单(退出码 / 实时输出 / 强制终止);新子代理 /
|
|
160
|
+
| **🌐 内嵌浏览器**<br/><sub>多开网页 tab:后退 / 前进 / 刷新 / 地址栏;内容运行在**不透明源沙箱 iframe**(界面实时显示沙箱状态,可按页面临时解锁);聊天里的外链点击可被接管到侧边栏打开(按协议分流,可配)。</sub><br/><div align="center"><img width="420" alt="内嵌浏览器" src="https://github.com/user-attachments/assets/9bc6b65a-64fc-4942-a685-76e391e55606" /></div> | **🧩 任务页:子代理拓扑 + 后台任务**<br/><sub>子代理树实时拓扑(运行状态、批量实时预览)+ 后台任务清单(退出码 / 实时输出 / 强制终止);新子代理 / 新任务可自动展开侧边栏(可关)。条目过多时默认只展开最新 5 条子代理 / 3 条后台任务,历史一键折叠展开。</sub><br/><div align="center"><img width="420" alt="任务页:子代理拓扑" src="https://github.com/user-attachments/assets/dcd8ed2f-59fa-405b-937b-2d250f5034dd" /></div> |
|
|
161
161
|
| **💬 侧边对话(beta)**<br/><sub>Codex 风格侧边线程:**每个对话一个独立 Tab**;线程继承主会话完整上下文(含进行中回合,以 interrupted 诚实冻结)独立运行,不污染主会话;可持续追问、重启冷恢复;一键「保存为新会话」提升为顶层会话。</sub><br/><div align="center"><img width="420" alt="侧边对话(beta)" src="https://github.com/user-attachments/assets/3a338c36-f5de-4000-95f3-4b1cd04f60fc" /></div> | **🪟 分栏与自由窗口**<br/><sub>侧边栏内拖 Tab 到分栏边缘**拆分**、拖到中间**合并**;把 tab 拖到主会话区域可变为**自由窗口**(悬浮 / 缩放 / 置顶,拖回 pane 停靠)。</sub> |
|
|
162
162
|
| **⚙️ 声明式设置**<br/><sub>设置页「侧边卡片」分区:每个 tab / 预览器一张小卡片,独立开关(高亮启用态 + 品牌开关滑块);二级设置经卡片底部「功能设置」条弹窗(开关 / 文本 / 数字 / 下拉);插件自有设置持久化在 `pluginSettings`。</sub><br/><div align="center"><img width="420" alt="声明式设置:侧边卡片" src="https://github.com/user-attachments/assets/0800ca64-621e-48da-b7df-aecfddc3ec29" /></div> | **📱 移动端**<br/><sub>窄屏(<768px)自动切换为全宽抽屉:底栏 tab 一次性并入右侧栏,触屏拖拽可调。</sub><br/><div align="center"><img width="360" alt="移动端全宽抽屉" src="https://github.com/user-attachments/assets/a82ba78a-f4cf-4d85-80e8-050a05beb144" /></div> |
|
|
163
163
|
|
package/lib/client-editor.js
CHANGED
|
@@ -43677,6 +43677,8 @@ globalThis.__dshChunks__["editor"] = (require) => {
|
|
|
43677
43677
|
subagentDiagUnsupported: "不支持的条目",
|
|
43678
43678
|
subagentDiagUnavailable: "不可用",
|
|
43679
43679
|
subagentThinking: "思考中…",
|
|
43680
|
+
subagentShowHistory: "展开更早的 {count} 个子代理",
|
|
43681
|
+
subagentHideHistory: "收起更早的子代理",
|
|
43680
43682
|
sideChat: "侧边对话(beta)",
|
|
43681
43683
|
sideChatNew: "新建对话",
|
|
43682
43684
|
sideChatUntitled: "新对话",
|
|
@@ -43704,6 +43706,8 @@ globalThis.__dshChunks__["editor"] = (require) => {
|
|
|
43704
43706
|
jobs: "后台任务",
|
|
43705
43707
|
jobsCount: "{count} 个后台任务",
|
|
43706
43708
|
jobsCountRunning: "{count} 个后台任务 · {running} 运行中",
|
|
43709
|
+
jobsShowHistory: "展开更早的 {count} 个后台任务",
|
|
43710
|
+
jobsHideHistory: "收起更早的后台任务",
|
|
43707
43711
|
jobStatusRunning: "运行中",
|
|
43708
43712
|
jobStatusStopping: "终止中",
|
|
43709
43713
|
jobStatusCompleted: "已完成",
|
|
@@ -44028,6 +44032,8 @@ globalThis.__dshChunks__["editor"] = (require) => {
|
|
|
44028
44032
|
subagentDiagUnsupported: "Unsupported",
|
|
44029
44033
|
subagentDiagUnavailable: "Unavailable",
|
|
44030
44034
|
subagentThinking: "Thinking…",
|
|
44035
|
+
subagentShowHistory: "Show {count} earlier subagents",
|
|
44036
|
+
subagentHideHistory: "Collapse earlier subagents",
|
|
44031
44037
|
sideChat: "Side Chat (beta)",
|
|
44032
44038
|
sideChatNew: "New thread",
|
|
44033
44039
|
sideChatUntitled: "New thread",
|
|
@@ -44055,6 +44061,8 @@ globalThis.__dshChunks__["editor"] = (require) => {
|
|
|
44055
44061
|
jobs: "Background jobs",
|
|
44056
44062
|
jobsCount: "{count} background jobs",
|
|
44057
44063
|
jobsCountRunning: "{count} background jobs · {running} running",
|
|
44064
|
+
jobsShowHistory: "Show {count} earlier jobs",
|
|
44065
|
+
jobsHideHistory: "Collapse earlier jobs",
|
|
44058
44066
|
jobStatusRunning: "Running",
|
|
44059
44067
|
jobStatusStopping: "Stopping",
|
|
44060
44068
|
jobStatusCompleted: "Completed",
|
|
@@ -44124,241 +44132,241 @@ globalThis.__dshChunks__["editor"] = (require) => {
|
|
|
44124
44132
|
document.head.appendChild(tag);
|
|
44125
44133
|
}
|
|
44126
44134
|
var sidebar_module_css_default = {
|
|
44127
|
-
"
|
|
44128
|
-
"explorerBroken": "S5HVoW_explorerBroken",
|
|
44129
|
-
"paneTab": "S5HVoW_paneTab",
|
|
44130
|
-
"editorBody": "S5HVoW_editorBody",
|
|
44131
|
-
"mermaidModalStage": "S5HVoW_mermaidModalStage",
|
|
44132
|
-
"browser": "S5HVoW_browser",
|
|
44133
|
-
"floatTitle": "S5HVoW_floatTitle",
|
|
44134
|
-
"floatWindow": "S5HVoW_floatWindow",
|
|
44135
|
-
"gitHeader": "S5HVoW_gitHeader",
|
|
44136
|
-
"pinnedTab": "S5HVoW_pinnedTab",
|
|
44137
|
-
"explorerHeader": "S5HVoW_explorerHeader",
|
|
44138
|
-
"dirtyDot": "S5HVoW_dirtyDot",
|
|
44139
|
-
"dropUp": "S5HVoW_dropUp",
|
|
44140
|
-
"explorerCopied": "S5HVoW_explorerCopied",
|
|
44141
|
-
"browserStart": "S5HVoW_browserStart",
|
|
44135
|
+
"gitDiffLine": "S5HVoW_gitDiffLine",
|
|
44142
44136
|
"explorerRow": "S5HVoW_explorerRow",
|
|
44143
|
-
"
|
|
44137
|
+
"gitSection": "S5HVoW_gitSection",
|
|
44138
|
+
"browserFrame": "S5HVoW_browserFrame",
|
|
44139
|
+
"floatDropHintLabel": "S5HVoW_floatDropHintLabel",
|
|
44140
|
+
"tabBar": "S5HVoW_tabBar",
|
|
44141
|
+
"mermaidCopy": "S5HVoW_mermaidCopy",
|
|
44142
|
+
"editorHtmlBlock": "S5HVoW_editorHtmlBlock",
|
|
44143
|
+
"paneCard": "S5HVoW_paneCard",
|
|
44144
|
+
"dividerActive": "S5HVoW_dividerActive",
|
|
44145
|
+
"terminalRetry": "S5HVoW_terminalRetry",
|
|
44146
|
+
"editorBanner": "S5HVoW_editorBanner",
|
|
44147
|
+
"explorerSymlink": "S5HVoW_explorerSymlink",
|
|
44148
|
+
"openWithPin": "S5HVoW_openWithPin",
|
|
44149
|
+
"editorPptxButton": "S5HVoW_editorPptxButton",
|
|
44150
|
+
"openWithName": "S5HVoW_openWithName",
|
|
44151
|
+
"tabBadge": "S5HVoW_tabBadge",
|
|
44144
44152
|
"explorerError": "S5HVoW_explorerError",
|
|
44145
|
-
"
|
|
44146
|
-
"
|
|
44147
|
-
"
|
|
44148
|
-
"
|
|
44153
|
+
"editorTreeToggleActive": "S5HVoW_editorTreeToggleActive",
|
|
44154
|
+
"dirtyDot": "S5HVoW_dirtyDot",
|
|
44155
|
+
"sandboxStatusOff": "S5HVoW_sandboxStatusOff",
|
|
44156
|
+
"mermaidError": "S5HVoW_mermaidError",
|
|
44149
44157
|
"toggleCluster": "S5HVoW_toggleCluster",
|
|
44150
|
-
"
|
|
44151
|
-
"
|
|
44152
|
-
"
|
|
44153
|
-
"
|
|
44158
|
+
"floatDropHint": "S5HVoW_floatDropHint",
|
|
44159
|
+
"terminalBanner": "S5HVoW_terminalBanner",
|
|
44160
|
+
"editorPdfToolbar": "S5HVoW_editorPdfToolbar",
|
|
44161
|
+
"explorerRoot": "S5HVoW_explorerRoot",
|
|
44162
|
+
"explorerRowDropTarget": "S5HVoW_explorerRowDropTarget",
|
|
44163
|
+
"floatWindow": "S5HVoW_floatWindow",
|
|
44164
|
+
"gitRowSelected": "S5HVoW_gitRowSelected",
|
|
44165
|
+
"gitDiffCode": "S5HVoW_gitDiffCode",
|
|
44166
|
+
"gitDiff": "S5HVoW_gitDiff",
|
|
44167
|
+
"editorPdfStage": "S5HVoW_editorPdfStage",
|
|
44154
44168
|
"editorDownloadLink": "S5HVoW_editorDownloadLink",
|
|
44155
|
-
"
|
|
44156
|
-
"
|
|
44157
|
-
"
|
|
44158
|
-
"
|
|
44159
|
-
"
|
|
44160
|
-
"
|
|
44161
|
-
"
|
|
44162
|
-
"
|
|
44163
|
-
"
|
|
44164
|
-
"
|
|
44165
|
-
"
|
|
44169
|
+
"tabBarDrop": "S5HVoW_tabBarDrop",
|
|
44170
|
+
"editorPdfFrame": "S5HVoW_editorPdfFrame",
|
|
44171
|
+
"editorTreeResize": "S5HVoW_editorTreeResize",
|
|
44172
|
+
"gitName": "S5HVoW_gitName",
|
|
44173
|
+
"workbench": "S5HVoW_workbench",
|
|
44174
|
+
"dropOverlay": "S5HVoW_dropOverlay",
|
|
44175
|
+
"openWithPinActive": "S5HVoW_openWithPinActive",
|
|
44176
|
+
"explorer": "S5HVoW_explorer",
|
|
44177
|
+
"editorBody": "S5HVoW_editorBody",
|
|
44178
|
+
"producedLabel": "S5HVoW_producedLabel",
|
|
44179
|
+
"explorerHidden": "S5HVoW_explorerHidden",
|
|
44180
|
+
"gitDiffNum": "S5HVoW_gitDiffNum",
|
|
44181
|
+
"dsh-toc-flash": "S5HVoW_dsh-toc-flash",
|
|
44182
|
+
"tocFlash": "S5HVoW_tocFlash",
|
|
44183
|
+
"panelBody": "S5HVoW_panelBody",
|
|
44184
|
+
"terminalWrap": "S5HVoW_terminalWrap",
|
|
44185
|
+
"editorTitle": "S5HVoW_editorTitle",
|
|
44186
|
+
"pane": "S5HVoW_pane",
|
|
44187
|
+
"browserBlockedActions": "S5HVoW_browserBlockedActions",
|
|
44188
|
+
"editorCm": "S5HVoW_editorCm",
|
|
44189
|
+
"gitDiffTabTitle": "S5HVoW_gitDiffTabTitle",
|
|
44190
|
+
"gitDiffCtx": "S5HVoW_gitDiffCtx",
|
|
44191
|
+
"editorImage": "S5HVoW_editorImage",
|
|
44192
|
+
"splitCol": "S5HVoW_splitCol",
|
|
44166
44193
|
"uploadOverlay": "S5HVoW_uploadOverlay",
|
|
44167
|
-
"
|
|
44168
|
-
"
|
|
44169
|
-
"
|
|
44170
|
-
"
|
|
44194
|
+
"gitLogRef": "S5HVoW_gitLogRef",
|
|
44195
|
+
"gitWorktreeLabel": "S5HVoW_gitWorktreeLabel",
|
|
44196
|
+
"tabClose": "S5HVoW_tabClose",
|
|
44197
|
+
"dividerCol": "S5HVoW_dividerCol",
|
|
44198
|
+
"sandboxStatusText": "S5HVoW_sandboxStatusText",
|
|
44171
44199
|
"gitDiffMetaText": "S5HVoW_gitDiffMetaText",
|
|
44172
|
-
"
|
|
44173
|
-
"
|
|
44174
|
-
"
|
|
44175
|
-
"editorTreeDock": "S5HVoW_editorTreeDock",
|
|
44176
|
-
"editorBinary": "S5HVoW_editorBinary",
|
|
44177
|
-
"floatResize": "S5HVoW_floatResize",
|
|
44200
|
+
"splitChild": "S5HVoW_splitChild",
|
|
44201
|
+
"dropCenter": "S5HVoW_dropCenter",
|
|
44202
|
+
"uploadOverlayStatus": "S5HVoW_uploadOverlayStatus",
|
|
44178
44203
|
"paneDrop": "S5HVoW_paneDrop",
|
|
44179
|
-
"
|
|
44204
|
+
"explorerName": "S5HVoW_explorerName",
|
|
44180
44205
|
"uploadOverlayCard": "S5HVoW_uploadOverlayCard",
|
|
44181
|
-
"
|
|
44182
|
-
"
|
|
44183
|
-
"
|
|
44184
|
-
"
|
|
44185
|
-
"
|
|
44186
|
-
"
|
|
44206
|
+
"gitPlaceholder": "S5HVoW_gitPlaceholder",
|
|
44207
|
+
"gitDiffFileChevron": "S5HVoW_gitDiffFileChevron",
|
|
44208
|
+
"sandboxStatus": "S5HVoW_sandboxStatus",
|
|
44209
|
+
"editorHtml": "S5HVoW_editorHtml",
|
|
44210
|
+
"floatContent": "S5HVoW_floatContent",
|
|
44211
|
+
"paneTabHidden": "S5HVoW_paneTabHidden",
|
|
44212
|
+
"browser": "S5HVoW_browser",
|
|
44187
44213
|
"dsh-row-in": "S5HVoW_dsh-row-in",
|
|
44188
|
-
"
|
|
44189
|
-
"
|
|
44190
|
-
"
|
|
44191
|
-
"
|
|
44192
|
-
"
|
|
44193
|
-
"
|
|
44194
|
-
"
|
|
44195
|
-
"
|
|
44196
|
-
"
|
|
44197
|
-
"
|
|
44198
|
-
"terminalDepsActions": "S5HVoW_terminalDepsActions",
|
|
44199
|
-
"openWithPinActive": "S5HVoW_openWithPinActive",
|
|
44200
|
-
"editorPdfDragShieldActive": "S5HVoW_editorPdfDragShieldActive",
|
|
44201
|
-
"gitWorktreeRow": "S5HVoW_gitWorktreeRow",
|
|
44202
|
-
"editorBinaryNotice": "S5HVoW_editorBinaryNotice",
|
|
44203
|
-
"gitDiffFile": "S5HVoW_gitDiffFile",
|
|
44204
|
-
"gitCommit": "S5HVoW_gitCommit",
|
|
44205
|
-
"tocButton": "S5HVoW_tocButton",
|
|
44214
|
+
"tocItemText": "S5HVoW_tocItemText",
|
|
44215
|
+
"gitLogMeta": "S5HVoW_gitLogMeta",
|
|
44216
|
+
"selectionPopup": "S5HVoW_selectionPopup",
|
|
44217
|
+
"gitDiffHunkSection": "S5HVoW_gitDiffHunkSection",
|
|
44218
|
+
"terminalDepsHint": "S5HVoW_terminalDepsHint",
|
|
44219
|
+
"dropDown": "S5HVoW_dropDown",
|
|
44220
|
+
"paneTab": "S5HVoW_paneTab",
|
|
44221
|
+
"sandboxDot": "S5HVoW_sandboxDot",
|
|
44222
|
+
"mermaidModalHint": "S5HVoW_mermaidModalHint",
|
|
44223
|
+
"mermaidCode": "S5HVoW_mermaidCode",
|
|
44206
44224
|
"iconButton": "S5HVoW_iconButton",
|
|
44207
|
-
"
|
|
44208
|
-
"
|
|
44209
|
-
"
|
|
44210
|
-
"
|
|
44211
|
-
"
|
|
44212
|
-
"
|
|
44213
|
-
"
|
|
44214
|
-
"gitEmpty": "S5HVoW_gitEmpty",
|
|
44215
|
-
"splitChild": "S5HVoW_splitChild",
|
|
44225
|
+
"gitDiffFileTag": "S5HVoW_gitDiffFileTag",
|
|
44226
|
+
"openWithLabel": "S5HVoW_openWithLabel",
|
|
44227
|
+
"dividerRow": "S5HVoW_dividerRow",
|
|
44228
|
+
"toggleButton": "S5HVoW_toggleButton",
|
|
44229
|
+
"editorBinary": "S5HVoW_editorBinary",
|
|
44230
|
+
"terminalDepsTitle": "S5HVoW_terminalDepsTitle",
|
|
44231
|
+
"panelResize": "S5HVoW_panelResize",
|
|
44216
44232
|
"gitDiffTabHeader": "S5HVoW_gitDiffTabHeader",
|
|
44217
|
-
"
|
|
44233
|
+
"gitError": "S5HVoW_gitError",
|
|
44234
|
+
"git": "S5HVoW_git",
|
|
44235
|
+
"mermaidMarkdown": "S5HVoW_mermaidMarkdown",
|
|
44236
|
+
"tabBoundaryError": "S5HVoW_tabBoundaryError",
|
|
44237
|
+
"gitLogRow": "S5HVoW_gitLogRow",
|
|
44238
|
+
"editorError": "S5HVoW_editorError",
|
|
44239
|
+
"editorPlaceholder": "S5HVoW_editorPlaceholder",
|
|
44240
|
+
"gitDiffExpand": "S5HVoW_gitDiffExpand",
|
|
44241
|
+
"browserStart": "S5HVoW_browserStart",
|
|
44242
|
+
"gitLogSubject": "S5HVoW_gitLogSubject",
|
|
44243
|
+
"tocPanel": "S5HVoW_tocPanel",
|
|
44244
|
+
"gitWorktreeRow": "S5HVoW_gitWorktreeRow",
|
|
44245
|
+
"tabList": "S5HVoW_tabList",
|
|
44246
|
+
"editorMd": "S5HVoW_editorMd",
|
|
44247
|
+
"gitConfirmDesc": "S5HVoW_gitConfirmDesc",
|
|
44248
|
+
"dropUp": "S5HVoW_dropUp",
|
|
44249
|
+
"gitDiffFilePath": "S5HVoW_gitDiffFilePath",
|
|
44250
|
+
"tabActive": "S5HVoW_tabActive",
|
|
44251
|
+
"editorSearchResult": "S5HVoW_editorSearchResult",
|
|
44252
|
+
"editorImageWrap": "S5HVoW_editorImageWrap",
|
|
44253
|
+
"tabBarPlus": "S5HVoW_tabBarPlus",
|
|
44218
44254
|
"editorPdfFrameBlocked": "S5HVoW_editorPdfFrameBlocked",
|
|
44219
|
-
"
|
|
44255
|
+
"explorerBody": "S5HVoW_explorerBody",
|
|
44220
44256
|
"editorStatus": "S5HVoW_editorStatus",
|
|
44221
|
-
"
|
|
44222
|
-
"
|
|
44223
|
-
"
|
|
44224
|
-
"
|
|
44225
|
-
"
|
|
44226
|
-
"
|
|
44227
|
-
"
|
|
44228
|
-
"
|
|
44229
|
-
"
|
|
44230
|
-
"
|
|
44257
|
+
"floatWindowDragging": "S5HVoW_floatWindowDragging",
|
|
44258
|
+
"uploadOverlayProgress": "S5HVoW_uploadOverlayProgress",
|
|
44259
|
+
"gitDiffTab": "S5HVoW_gitDiffTab",
|
|
44260
|
+
"gitEmpty": "S5HVoW_gitEmpty",
|
|
44261
|
+
"gitDiffDel": "S5HVoW_gitDiffDel",
|
|
44262
|
+
"gitBadge": "S5HVoW_gitBadge",
|
|
44263
|
+
"terminal": "S5HVoW_terminal",
|
|
44264
|
+
"gitLogMore": "S5HVoW_gitLogMore",
|
|
44265
|
+
"uploadDropChatHint": "S5HVoW_uploadDropChatHint",
|
|
44266
|
+
"gitSectionHeader": "S5HVoW_gitSectionHeader",
|
|
44267
|
+
"floatResize": "S5HVoW_floatResize",
|
|
44268
|
+
"uploadDropZonePill": "S5HVoW_uploadDropZonePill",
|
|
44269
|
+
"gitRow": "S5HVoW_gitRow",
|
|
44270
|
+
"gitCommit": "S5HVoW_gitCommit",
|
|
44271
|
+
"gitLogLine2": "S5HVoW_gitLogLine2",
|
|
44272
|
+
"gitBranchSelect": "S5HVoW_gitBranchSelect",
|
|
44273
|
+
"gitLogLine1": "S5HVoW_gitLogLine1",
|
|
44274
|
+
"gitDiffMeta": "S5HVoW_gitDiffMeta",
|
|
44275
|
+
"boundaryError": "S5HVoW_boundaryError",
|
|
44276
|
+
"uploadDropZoneText": "S5HVoW_uploadDropZoneText",
|
|
44277
|
+
"floatTitle": "S5HVoW_floatTitle",
|
|
44278
|
+
"gitCommitInput": "S5HVoW_gitCommitInput",
|
|
44279
|
+
"editorDocxZoomRange": "S5HVoW_editorDocxZoomRange",
|
|
44280
|
+
"browserBar": "S5HVoW_browserBar",
|
|
44281
|
+
"editorTreeSearch": "S5HVoW_editorTreeSearch",
|
|
44231
44282
|
"gitRowMain": "S5HVoW_gitRowMain",
|
|
44283
|
+
"explorerEmpty": "S5HVoW_explorerEmpty",
|
|
44284
|
+
"paneEmptyCards": "S5HVoW_paneEmptyCards",
|
|
44285
|
+
"splitRow": "S5HVoW_splitRow",
|
|
44232
44286
|
"explorerDir": "S5HVoW_explorerDir",
|
|
44233
|
-
"
|
|
44234
|
-
"dividerActive": "S5HVoW_dividerActive",
|
|
44235
|
-
"gitLogHash": "S5HVoW_gitLogHash",
|
|
44236
|
-
"producedChip": "S5HVoW_producedChip",
|
|
44237
|
-
"gitDiffMeta": "S5HVoW_gitDiffMeta",
|
|
44238
|
-
"producedLabel": "S5HVoW_producedLabel",
|
|
44239
|
-
"mermaidCode": "S5HVoW_mermaidCode",
|
|
44240
|
-
"mermaidMarkdown": "S5HVoW_mermaidMarkdown",
|
|
44241
|
-
"mermaidModalButton": "S5HVoW_mermaidModalButton",
|
|
44242
|
-
"gitDiffFileOld": "S5HVoW_gitDiffFileOld",
|
|
44243
|
-
"explorerName": "S5HVoW_explorerName",
|
|
44244
|
-
"editorCm": "S5HVoW_editorCm",
|
|
44287
|
+
"editor": "S5HVoW_editor",
|
|
44245
44288
|
"editorModeToggle": "S5HVoW_editorModeToggle",
|
|
44246
|
-
"
|
|
44247
|
-
"
|
|
44248
|
-
"
|
|
44249
|
-
"
|
|
44250
|
-
"
|
|
44251
|
-
"
|
|
44252
|
-
"
|
|
44253
|
-
"
|
|
44254
|
-
"
|
|
44255
|
-
"
|
|
44256
|
-
"gitSection": "S5HVoW_gitSection",
|
|
44257
|
-
"editorModeButton": "S5HVoW_editorModeButton",
|
|
44258
|
-
"uploadOverlayTitle": "S5HVoW_uploadOverlayTitle",
|
|
44259
|
-
"tocItem": "S5HVoW_tocItem",
|
|
44260
|
-
"tab": "S5HVoW_tab",
|
|
44261
|
-
"terminalDepsCommandRow": "S5HVoW_terminalDepsCommandRow",
|
|
44262
|
-
"tabBoundaryError": "S5HVoW_tabBoundaryError",
|
|
44263
|
-
"toggleButton": "S5HVoW_toggleButton",
|
|
44264
|
-
"terminalDepsTitle": "S5HVoW_terminalDepsTitle",
|
|
44265
|
-
"gitDiffHunkHeader": "S5HVoW_gitDiffHunkHeader",
|
|
44289
|
+
"terminalDepsBanner": "S5HVoW_terminalDepsBanner",
|
|
44290
|
+
"gitDiffFileChevronExpanded": "S5HVoW_gitDiffFileChevronExpanded",
|
|
44291
|
+
"uploadDropChatCard": "S5HVoW_uploadDropChatCard",
|
|
44292
|
+
"mermaidModal": "S5HVoW_mermaidModal",
|
|
44293
|
+
"mermaidBody": "S5HVoW_mermaidBody",
|
|
44294
|
+
"editorPdfDragShieldActive": "S5HVoW_editorPdfDragShieldActive",
|
|
44295
|
+
"terminalDepsNote": "S5HVoW_terminalDepsNote",
|
|
44296
|
+
"producedRow": "S5HVoW_producedRow",
|
|
44297
|
+
"editorTreePanel": "S5HVoW_editorTreePanel",
|
|
44298
|
+
"editorTreeDock": "S5HVoW_editorTreeDock",
|
|
44266
44299
|
"browserBlockedTitle": "S5HVoW_browserBlockedTitle",
|
|
44267
|
-
"
|
|
44268
|
-
"
|
|
44269
|
-
"
|
|
44270
|
-
"
|
|
44300
|
+
"browserBlockedButton": "S5HVoW_browserBlockedButton",
|
|
44301
|
+
"tocBar": "S5HVoW_tocBar",
|
|
44302
|
+
"panelHidden": "S5HVoW_panelHidden",
|
|
44303
|
+
"terminalDepsCommandRow": "S5HVoW_terminalDepsCommandRow",
|
|
44271
44304
|
"editorSearchInput": "S5HVoW_editorSearchInput",
|
|
44272
|
-
"
|
|
44273
|
-
"
|
|
44305
|
+
"editorSearchHint": "S5HVoW_editorSearchHint",
|
|
44306
|
+
"producedMore": "S5HVoW_producedMore",
|
|
44307
|
+
"gitDiffAdd": "S5HVoW_gitDiffAdd",
|
|
44308
|
+
"pinnedTab": "S5HVoW_pinnedTab",
|
|
44309
|
+
"browserMessage": "S5HVoW_browserMessage",
|
|
44274
44310
|
"browserBlockedDesc": "S5HVoW_browserBlockedDesc",
|
|
44275
|
-
"tocFlash": "S5HVoW_tocFlash",
|
|
44276
|
-
"workbench": "S5HVoW_workbench",
|
|
44277
|
-
"floatContent": "S5HVoW_floatContent",
|
|
44278
|
-
"gitDiffFileChevronExpanded": "S5HVoW_gitDiffFileChevronExpanded",
|
|
44279
|
-
"splitRow": "S5HVoW_splitRow",
|
|
44280
|
-
"terminalBanner": "S5HVoW_terminalBanner",
|
|
44281
|
-
"uploadDropChatHint": "S5HVoW_uploadDropChatHint",
|
|
44282
|
-
"editorImageWrap": "S5HVoW_editorImageWrap",
|
|
44283
|
-
"gitDiffCode": "S5HVoW_gitDiffCode",
|
|
44284
|
-
"tocPanel": "S5HVoW_tocPanel",
|
|
44285
|
-
"editorPdf": "S5HVoW_editorPdf",
|
|
44286
|
-
"browserBlockedActions": "S5HVoW_browserBlockedActions",
|
|
44287
44311
|
"mermaidHeader": "S5HVoW_mermaidHeader",
|
|
44288
|
-
"
|
|
44289
|
-
"
|
|
44290
|
-
"
|
|
44312
|
+
"terminalDepsActions": "S5HVoW_terminalDepsActions",
|
|
44313
|
+
"divider": "S5HVoW_divider",
|
|
44314
|
+
"floatHeader": "S5HVoW_floatHeader",
|
|
44315
|
+
"browserInput": "S5HVoW_browserInput",
|
|
44316
|
+
"uploadDropHero": "S5HVoW_uploadDropHero",
|
|
44317
|
+
"mermaidModalStage": "S5HVoW_mermaidModalStage",
|
|
44318
|
+
"openWithChevron": "S5HVoW_openWithChevron",
|
|
44319
|
+
"gitHeader": "S5HVoW_gitHeader",
|
|
44320
|
+
"uploadOverlayTitle": "S5HVoW_uploadOverlayTitle",
|
|
44321
|
+
"editorPathInput": "S5HVoW_editorPathInput",
|
|
44322
|
+
"editorStatusError": "S5HVoW_editorStatusError",
|
|
44323
|
+
"split": "S5HVoW_split",
|
|
44324
|
+
"orphanedType": "S5HVoW_orphanedType",
|
|
44325
|
+
"editorPdf": "S5HVoW_editorPdf",
|
|
44326
|
+
"tocItemLevel": "S5HVoW_tocItemLevel",
|
|
44327
|
+
"mermaidInfo": "S5HVoW_mermaidInfo",
|
|
44328
|
+
"explorerBroken": "S5HVoW_explorerBroken",
|
|
44329
|
+
"gitDiffHunkHeader": "S5HVoW_gitDiffHunkHeader",
|
|
44330
|
+
"editorCmHidden": "S5HVoW_editorCmHidden",
|
|
44331
|
+
"browserBlocked": "S5HVoW_browserBlocked",
|
|
44332
|
+
"mermaidWrap": "S5HVoW_mermaidWrap",
|
|
44291
44333
|
"gitLink": "S5HVoW_gitLink",
|
|
44292
|
-
"
|
|
44293
|
-
"
|
|
44294
|
-
"
|
|
44295
|
-
"
|
|
44296
|
-
"
|
|
44297
|
-
"
|
|
44298
|
-
"
|
|
44299
|
-
"
|
|
44300
|
-
"
|
|
44301
|
-
"
|
|
44302
|
-
"
|
|
44334
|
+
"paneContent": "S5HVoW_paneContent",
|
|
44335
|
+
"mermaidModalButton": "S5HVoW_mermaidModalButton",
|
|
44336
|
+
"gitDiffFileOld": "S5HVoW_gitDiffFileOld",
|
|
44337
|
+
"gitLogHash": "S5HVoW_gitLogHash",
|
|
44338
|
+
"editorHeader": "S5HVoW_editorHeader",
|
|
44339
|
+
"terminalRepairCommand": "S5HVoW_terminalRepairCommand",
|
|
44340
|
+
"panel": "S5HVoW_panel",
|
|
44341
|
+
"producedChip": "S5HVoW_producedChip",
|
|
44342
|
+
"editorModeButton": "S5HVoW_editorModeButton",
|
|
44343
|
+
"uploadDropZone": "S5HVoW_uploadDropZone",
|
|
44344
|
+
"explorerHeader": "S5HVoW_explorerHeader",
|
|
44303
44345
|
"editorTreePanelFull": "S5HVoW_editorTreePanelFull",
|
|
44304
|
-
"
|
|
44305
|
-
"
|
|
44346
|
+
"floatClose": "S5HVoW_floatClose",
|
|
44347
|
+
"explorerRowRevealed": "S5HVoW_explorerRowRevealed",
|
|
44348
|
+
"gitDiffFile": "S5HVoW_gitDiffFile",
|
|
44349
|
+
"dropRight": "S5HVoW_dropRight",
|
|
44350
|
+
"explorerRef": "S5HVoW_explorerRef",
|
|
44351
|
+
"sandboxAction": "S5HVoW_sandboxAction",
|
|
44352
|
+
"gitDiffHunk": "S5HVoW_gitDiffHunk",
|
|
44353
|
+
"tocItem": "S5HVoW_tocItem",
|
|
44354
|
+
"tabTitle": "S5HVoW_tabTitle",
|
|
44355
|
+
"editorPdfDragShield": "S5HVoW_editorPdfDragShield",
|
|
44306
44356
|
"terminalBannerUrl": "S5HVoW_terminalBannerUrl",
|
|
44307
|
-
"
|
|
44308
|
-
"gitError": "S5HVoW_gitError",
|
|
44309
|
-
"gitDiffNum": "S5HVoW_gitDiffNum",
|
|
44310
|
-
"editorPptxButton": "S5HVoW_editorPptxButton",
|
|
44311
|
-
"gitWorktreeLabel": "S5HVoW_gitWorktreeLabel",
|
|
44357
|
+
"dropLeft": "S5HVoW_dropLeft",
|
|
44312
44358
|
"uploadOverlayProgressFill": "S5HVoW_uploadOverlayProgressFill",
|
|
44313
|
-
"
|
|
44314
|
-
"
|
|
44315
|
-
"gitDiffTabTitle": "S5HVoW_gitDiffTabTitle",
|
|
44316
|
-
"gitConfirmDesc": "S5HVoW_gitConfirmDesc",
|
|
44317
|
-
"editorSearchResult": "S5HVoW_editorSearchResult",
|
|
44318
|
-
"terminalRepairCommand": "S5HVoW_terminalRepairCommand",
|
|
44319
|
-
"explorerBody": "S5HVoW_explorerBody",
|
|
44320
|
-
"producedRow": "S5HVoW_producedRow",
|
|
44321
|
-
"gitDiffHunk": "S5HVoW_gitDiffHunk",
|
|
44322
|
-
"editorHtml": "S5HVoW_editorHtml",
|
|
44323
|
-
"editorPdfFrame": "S5HVoW_editorPdfFrame",
|
|
44359
|
+
"tocButton": "S5HVoW_tocButton",
|
|
44360
|
+
"editorBinaryNotice": "S5HVoW_editorBinaryNotice",
|
|
44324
44361
|
"sandboxStatusOn": "S5HVoW_sandboxStatusOn",
|
|
44325
|
-
"
|
|
44326
|
-
"
|
|
44327
|
-
"
|
|
44328
|
-
"sandboxStatus": "S5HVoW_sandboxStatus",
|
|
44329
|
-
"divider": "S5HVoW_divider",
|
|
44330
|
-
"gitDiff": "S5HVoW_gitDiff",
|
|
44331
|
-
"editorPdfDragShield": "S5HVoW_editorPdfDragShield",
|
|
44332
|
-
"gitBadge": "S5HVoW_gitBadge",
|
|
44333
|
-
"editorDocxZoomRange": "S5HVoW_editorDocxZoomRange",
|
|
44334
|
-
"uploadDropZonePill": "S5HVoW_uploadDropZonePill",
|
|
44335
|
-
"gitDiffTab": "S5HVoW_gitDiffTab",
|
|
44336
|
-
"terminalDepsNote": "S5HVoW_terminalDepsNote",
|
|
44337
|
-
"editorHtmlBlock": "S5HVoW_editorHtmlBlock",
|
|
44338
|
-
"editorSearchHint": "S5HVoW_editorSearchHint",
|
|
44339
|
-
"editorPathInput": "S5HVoW_editorPathInput",
|
|
44340
|
-
"dropDown": "S5HVoW_dropDown",
|
|
44341
|
-
"sandboxStatusText": "S5HVoW_sandboxStatusText",
|
|
44342
|
-
"browserBlocked": "S5HVoW_browserBlocked",
|
|
44343
|
-
"splitCol": "S5HVoW_splitCol",
|
|
44344
|
-
"paneTabHidden": "S5HVoW_paneTabHidden",
|
|
44345
|
-
"explorerHidden": "S5HVoW_explorerHidden",
|
|
44346
|
-
"browserBlockedButton": "S5HVoW_browserBlockedButton",
|
|
44347
|
-
"editorTreeSearch": "S5HVoW_editorTreeSearch",
|
|
44348
|
-
"gitDiffLine": "S5HVoW_gitDiffLine",
|
|
44349
|
-
"editorPdfToolbar": "S5HVoW_editorPdfToolbar",
|
|
44350
|
-
"uploadDropHero": "S5HVoW_uploadDropHero",
|
|
44351
|
-
"dropOverlay": "S5HVoW_dropOverlay",
|
|
44352
|
-
"editorTitle": "S5HVoW_editorTitle",
|
|
44353
|
-
"tabBarDrop": "S5HVoW_tabBarDrop",
|
|
44362
|
+
"editorMain": "S5HVoW_editorMain",
|
|
44363
|
+
"mermaidModalToolbar": "S5HVoW_mermaidModalToolbar",
|
|
44364
|
+
"tab": "S5HVoW_tab",
|
|
44354
44365
|
"uploadOverlayCancel": "S5HVoW_uploadOverlayCancel",
|
|
44355
|
-
"
|
|
44356
|
-
"
|
|
44357
|
-
"
|
|
44358
|
-
"
|
|
44359
|
-
"editorTreeResize": "S5HVoW_editorTreeResize",
|
|
44360
|
-
"editorCmHidden": "S5HVoW_editorCmHidden",
|
|
44361
|
-
"openWithLabel": "S5HVoW_openWithLabel"
|
|
44366
|
+
"explorerCopied": "S5HVoW_explorerCopied",
|
|
44367
|
+
"editorModeActive": "S5HVoW_editorModeActive",
|
|
44368
|
+
"gitCommitButton": "S5HVoW_gitCommitButton",
|
|
44369
|
+
"panelResizeActive": "S5HVoW_panelResizeActive"
|
|
44362
44370
|
};
|
|
44363
44371
|
//#endregion
|
|
44364
44372
|
//#region src/client/SandboxStatusBar.tsx
|