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/lib/client.js
CHANGED
|
@@ -1340,7 +1340,7 @@ window.__ModuleLoader__.load({
|
|
|
1340
1340
|
if (claimed) return tab;
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
|
-
const SIDEBAR_SERVICE_VERSION = "1.0.
|
|
1343
|
+
const SIDEBAR_SERVICE_VERSION = "1.0.2";
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Monotonic capability list consumers use to gate new API usage (features
|
|
1346
1346
|
* are never removed). Each string names a v0.12.0+ capability:
|
|
@@ -2124,6 +2124,8 @@ window.__ModuleLoader__.load({
|
|
|
2124
2124
|
subagentDiagUnsupported: "未サポートのエントリ",
|
|
2125
2125
|
subagentDiagUnavailable: "利用不可",
|
|
2126
2126
|
subagentThinking: "思考中…",
|
|
2127
|
+
subagentShowHistory: "前のサブエージェント {count} 件を表示",
|
|
2128
|
+
subagentHideHistory: "前のサブエージェントを折りたたむ",
|
|
2127
2129
|
sideChat: "サイドチャット(beta)",
|
|
2128
2130
|
sideChatNew: "新規スレッド",
|
|
2129
2131
|
sideChatUntitled: "新規スレッド",
|
|
@@ -2151,6 +2153,8 @@ window.__ModuleLoader__.load({
|
|
|
2151
2153
|
jobs: "バックグラウンドタスク",
|
|
2152
2154
|
jobsCount: "{count} 個のバックグラウンドタスク",
|
|
2153
2155
|
jobsCountRunning: "{count} 個のバックグラウンドタスク ・ {running} 個実行中",
|
|
2156
|
+
jobsShowHistory: "前のバックグラウンドタスク {count} 件を表示",
|
|
2157
|
+
jobsHideHistory: "前のバックグラウンドタスクを折りたたむ",
|
|
2154
2158
|
jobStatusRunning: "実行中",
|
|
2155
2159
|
jobStatusStopping: "停止中",
|
|
2156
2160
|
jobStatusCompleted: "完了",
|
|
@@ -2479,6 +2483,8 @@ window.__ModuleLoader__.load({
|
|
|
2479
2483
|
subagentDiagUnsupported: "Nicht unterstützt",
|
|
2480
2484
|
subagentDiagUnavailable: "Nicht verfügbar",
|
|
2481
2485
|
subagentThinking: "Denkt nach…",
|
|
2486
|
+
subagentShowHistory: "{count} ältere Subagenten anzeigen",
|
|
2487
|
+
subagentHideHistory: "Ältere Subagenten einklappen",
|
|
2482
2488
|
sideChat: "Seitenchat (beta)",
|
|
2483
2489
|
sideChatNew: "Neuer Thread",
|
|
2484
2490
|
sideChatUntitled: "Neuer Thread",
|
|
@@ -2506,6 +2512,8 @@ window.__ModuleLoader__.load({
|
|
|
2506
2512
|
jobs: "Hintergrundaufgaben",
|
|
2507
2513
|
jobsCount: "{count} Hintergrundaufgaben",
|
|
2508
2514
|
jobsCountRunning: "{count} Hintergrundaufgaben · {running} läuft",
|
|
2515
|
+
jobsShowHistory: "{count} ältere Hintergrundaufgaben anzeigen",
|
|
2516
|
+
jobsHideHistory: "Ältere Hintergrundaufgaben einklappen",
|
|
2509
2517
|
jobStatusRunning: "Läuft",
|
|
2510
2518
|
jobStatusStopping: "Wird beendet",
|
|
2511
2519
|
jobStatusCompleted: "Abgeschlossen",
|
|
@@ -2840,6 +2848,8 @@ window.__ModuleLoader__.load({
|
|
|
2840
2848
|
subagentDiagUnsupported: "Entrée non prise en charge",
|
|
2841
2849
|
subagentDiagUnavailable: "Indisponible",
|
|
2842
2850
|
subagentThinking: "Réflexion…",
|
|
2851
|
+
subagentShowHistory: "Afficher {count} sous-agents plus anciens",
|
|
2852
|
+
subagentHideHistory: "Réduire les sous-agents plus anciens",
|
|
2843
2853
|
sideChat: "Discussion latérale (bêta)",
|
|
2844
2854
|
sideChatNew: "Nouvelle discussion",
|
|
2845
2855
|
sideChatUntitled: "Nouvelle discussion",
|
|
@@ -2867,6 +2877,8 @@ window.__ModuleLoader__.load({
|
|
|
2867
2877
|
jobs: "Tâches d’arrière-plan",
|
|
2868
2878
|
jobsCount: "{count} tâche(s) d’arrière-plan",
|
|
2869
2879
|
jobsCountRunning: "{count} tâche(s) d’arrière-plan · {running} en cours",
|
|
2880
|
+
jobsShowHistory: "Afficher {count} tâches d’arrière-plan plus anciennes",
|
|
2881
|
+
jobsHideHistory: "Réduire les tâches d’arrière-plan plus anciennes",
|
|
2870
2882
|
jobStatusRunning: "En cours",
|
|
2871
2883
|
jobStatusStopping: "Arrêt en cours",
|
|
2872
2884
|
jobStatusCompleted: "Terminée",
|
|
@@ -3192,6 +3204,8 @@ window.__ModuleLoader__.load({
|
|
|
3192
3204
|
subagentDiagUnsupported: "Não suportado",
|
|
3193
3205
|
subagentDiagUnavailable: "Indisponível",
|
|
3194
3206
|
subagentThinking: "Pensando…",
|
|
3207
|
+
subagentShowHistory: "Mostrar {count} subagentes anteriores",
|
|
3208
|
+
subagentHideHistory: "Recolher subagentes anteriores",
|
|
3195
3209
|
sideChat: "Chat lateral (beta)",
|
|
3196
3210
|
sideChatNew: "Novo tópico",
|
|
3197
3211
|
sideChatUntitled: "Novo tópico",
|
|
@@ -3219,6 +3233,8 @@ window.__ModuleLoader__.load({
|
|
|
3219
3233
|
jobs: "Tarefas em segundo plano",
|
|
3220
3234
|
jobsCount: "{count} tarefas em segundo plano",
|
|
3221
3235
|
jobsCountRunning: "{count} tarefas em segundo plano · {running} executando",
|
|
3236
|
+
jobsShowHistory: "Mostrar {count} tarefas em segundo plano anteriores",
|
|
3237
|
+
jobsHideHistory: "Recolher tarefas em segundo plano anteriores",
|
|
3222
3238
|
jobStatusRunning: "Executando",
|
|
3223
3239
|
jobStatusStopping: "Parando",
|
|
3224
3240
|
jobStatusCompleted: "Concluída",
|
|
@@ -3552,6 +3568,8 @@ window.__ModuleLoader__.load({
|
|
|
3552
3568
|
subagentDiagUnsupported: "지원되지 않는 항목",
|
|
3553
3569
|
subagentDiagUnavailable: "사용할 수 없음",
|
|
3554
3570
|
subagentThinking: "생각하는 중…",
|
|
3571
|
+
subagentShowHistory: "이전 서브 에이전트 {count}개 표시",
|
|
3572
|
+
subagentHideHistory: "이전 서브 에이전트 접기",
|
|
3555
3573
|
sideChat: "사이드 채팅(beta)",
|
|
3556
3574
|
sideChatNew: "새 대화",
|
|
3557
3575
|
sideChatUntitled: "새 대화",
|
|
@@ -3579,6 +3597,8 @@ window.__ModuleLoader__.load({
|
|
|
3579
3597
|
jobs: "백그라운드 작업",
|
|
3580
3598
|
jobsCount: "백그라운드 작업 {count}개",
|
|
3581
3599
|
jobsCountRunning: "백그라운드 작업 {count}개 · {running} 실행 중",
|
|
3600
|
+
jobsShowHistory: "이전 백그라운드 작업 {count}개 표시",
|
|
3601
|
+
jobsHideHistory: "이전 백그라운드 작업 접기",
|
|
3582
3602
|
jobStatusRunning: "실행 중",
|
|
3583
3603
|
jobStatusStopping: "종료 중",
|
|
3584
3604
|
jobStatusCompleted: "완료됨",
|
|
@@ -3921,6 +3941,8 @@ window.__ModuleLoader__.load({
|
|
|
3921
3941
|
subagentDiagUnsupported: "غير مدعوم",
|
|
3922
3942
|
subagentDiagUnavailable: "غير متاح",
|
|
3923
3943
|
subagentThinking: "جارٍ التفكير…",
|
|
3944
|
+
subagentShowHistory: "عرض {count} من الوكلاء الفرعيين الأقدم",
|
|
3945
|
+
subagentHideHistory: "طي الوكلاء الفرعيين الأقدم",
|
|
3924
3946
|
sideChat: "محادثة جانبية (تجريبية)",
|
|
3925
3947
|
sideChatNew: "خيط جديد",
|
|
3926
3948
|
sideChatUntitled: "خيط جديد",
|
|
@@ -3948,6 +3970,8 @@ window.__ModuleLoader__.load({
|
|
|
3948
3970
|
jobs: "المهام الخلفية",
|
|
3949
3971
|
jobsCount: "{count} مهمة خلفية",
|
|
3950
3972
|
jobsCountRunning: "{count} مهمة خلفية · {running} قيد التشغيل",
|
|
3973
|
+
jobsShowHistory: "عرض {count} من المهام الخلفية الأقدم",
|
|
3974
|
+
jobsHideHistory: "طي المهام الخلفية الأقدم",
|
|
3951
3975
|
jobStatusRunning: "قيد التشغيل",
|
|
3952
3976
|
jobStatusStopping: "جارٍ الإيقاف",
|
|
3953
3977
|
jobStatusCompleted: "اكتمل",
|
|
@@ -4289,6 +4313,8 @@ window.__ModuleLoader__.load({
|
|
|
4289
4313
|
subagentDiagUnsupported: "असमर्थित",
|
|
4290
4314
|
subagentDiagUnavailable: "अनुपलब्ध",
|
|
4291
4315
|
subagentThinking: "सोच रहा…",
|
|
4316
|
+
subagentShowHistory: "पुराने {count} सबएजेंट दिखाएँ",
|
|
4317
|
+
subagentHideHistory: "पुराने सबएजेंट छिपाएँ",
|
|
4292
4318
|
sideChat: "साइड चैट (बीटा)",
|
|
4293
4319
|
sideChatNew: "नया थ्रेड",
|
|
4294
4320
|
sideChatUntitled: "नया थ्रेड",
|
|
@@ -4316,6 +4342,8 @@ window.__ModuleLoader__.load({
|
|
|
4316
4342
|
jobs: "बैकग्राउंड कार्य",
|
|
4317
4343
|
jobsCount: "{count} बैकग्राउंड कार्य",
|
|
4318
4344
|
jobsCountRunning: "{count} बैकग्राउंड कार्य · {running} चल रहे",
|
|
4345
|
+
jobsShowHistory: "पुराने {count} बैकग्राउंड कार्य दिखाएँ",
|
|
4346
|
+
jobsHideHistory: "पुराने बैकग्राउंड कार्य छिपाएँ",
|
|
4319
4347
|
jobStatusRunning: "चल रहा",
|
|
4320
4348
|
jobStatusStopping: "रुक रहा",
|
|
4321
4349
|
jobStatusCompleted: "पूर्ण",
|
|
@@ -4655,6 +4683,8 @@ window.__ModuleLoader__.load({
|
|
|
4655
4683
|
subagentDiagUnsupported: "Tidak didukung",
|
|
4656
4684
|
subagentDiagUnavailable: "Tidak tersedia",
|
|
4657
4685
|
subagentThinking: "Berpikir…",
|
|
4686
|
+
subagentShowHistory: "Tampilkan {count} subagen sebelumnya",
|
|
4687
|
+
subagentHideHistory: "Ciutkan subagen sebelumnya",
|
|
4658
4688
|
sideChat: "Side Chat (beta)",
|
|
4659
4689
|
sideChatNew: "Thread baru",
|
|
4660
4690
|
sideChatUntitled: "Thread baru",
|
|
@@ -4682,6 +4712,8 @@ window.__ModuleLoader__.load({
|
|
|
4682
4712
|
jobs: "Tugas latar",
|
|
4683
4713
|
jobsCount: "{count} tugas latar",
|
|
4684
4714
|
jobsCountRunning: "{count} tugas latar · {running} berjalan",
|
|
4715
|
+
jobsShowHistory: "Tampilkan {count} tugas latar sebelumnya",
|
|
4716
|
+
jobsHideHistory: "Ciutkan tugas latar sebelumnya",
|
|
4685
4717
|
jobStatusRunning: "Berjalan",
|
|
4686
4718
|
jobStatusStopping: "Menghentikan",
|
|
4687
4719
|
jobStatusCompleted: "Selesai",
|
|
@@ -5023,6 +5055,8 @@ window.__ModuleLoader__.load({
|
|
|
5023
5055
|
subagentDiagUnsupported: "Desteklenmiyor",
|
|
5024
5056
|
subagentDiagUnavailable: "Kullanılamıyor",
|
|
5025
5057
|
subagentThinking: "Düşünüyor…",
|
|
5058
|
+
subagentShowHistory: "Önceki {count} alt aracıyı göster",
|
|
5059
|
+
subagentHideHistory: "Önceki alt araçları daralt",
|
|
5026
5060
|
sideChat: "Yan sohbet (beta)",
|
|
5027
5061
|
sideChatNew: "Yeni iş parçacığı",
|
|
5028
5062
|
sideChatUntitled: "Yeni iş parçacığı",
|
|
@@ -5050,6 +5084,8 @@ window.__ModuleLoader__.load({
|
|
|
5050
5084
|
jobs: "Arka plan işleri",
|
|
5051
5085
|
jobsCount: "{count} arka plan işi",
|
|
5052
5086
|
jobsCountRunning: "{count} arka plan işi · {running} çalışıyor",
|
|
5087
|
+
jobsShowHistory: "Önceki {count} arka plan işini göster",
|
|
5088
|
+
jobsHideHistory: "Önceki arka plan işlerini daralt",
|
|
5053
5089
|
jobStatusRunning: "Çalışıyor",
|
|
5054
5090
|
jobStatusStopping: "Durduruluyor",
|
|
5055
5091
|
jobStatusCompleted: "Tamamlandı",
|
|
@@ -5391,6 +5427,8 @@ window.__ModuleLoader__.load({
|
|
|
5391
5427
|
subagentDiagUnsupported: "Không hỗ trợ",
|
|
5392
5428
|
subagentDiagUnavailable: "Không khả dụng",
|
|
5393
5429
|
subagentThinking: "Đang suy nghĩ…",
|
|
5430
|
+
subagentShowHistory: "Hiện {count} tác nhân con cũ hơn",
|
|
5431
|
+
subagentHideHistory: "Thu gọn tác nhân con cũ hơn",
|
|
5394
5432
|
sideChat: "Chat bên (beta)",
|
|
5395
5433
|
sideChatNew: "Luồng mới",
|
|
5396
5434
|
sideChatUntitled: "Luồng mới",
|
|
@@ -5418,6 +5456,8 @@ window.__ModuleLoader__.load({
|
|
|
5418
5456
|
jobs: "Tác vụ nền",
|
|
5419
5457
|
jobsCount: "{count} tác vụ nền",
|
|
5420
5458
|
jobsCountRunning: "{count} tác vụ nền · {running} đang chạy",
|
|
5459
|
+
jobsShowHistory: "Hiện {count} tác vụ nền cũ hơn",
|
|
5460
|
+
jobsHideHistory: "Thu gọn tác vụ nền cũ hơn",
|
|
5421
5461
|
jobStatusRunning: "Đang chạy",
|
|
5422
5462
|
jobStatusStopping: "Đang dừng",
|
|
5423
5463
|
jobStatusCompleted: "Đã hoàn thành",
|
|
@@ -5759,6 +5799,8 @@ window.__ModuleLoader__.load({
|
|
|
5759
5799
|
subagentDiagUnsupported: "ไม่รองรับ",
|
|
5760
5800
|
subagentDiagUnavailable: "ไม่พร้อมใช้งาน",
|
|
5761
5801
|
subagentThinking: "กำลังคิด…",
|
|
5802
|
+
subagentShowHistory: "แสดงตัวแทนย่อยก่อนหน้า {count} รายการ",
|
|
5803
|
+
subagentHideHistory: "ย่อตัวแทนย่อยก่อนหน้า",
|
|
5762
5804
|
sideChat: "แชทด้านข้าง (เบต้า)",
|
|
5763
5805
|
sideChatNew: "เธรดใหม่",
|
|
5764
5806
|
sideChatUntitled: "เธรดใหม่",
|
|
@@ -5786,6 +5828,8 @@ window.__ModuleLoader__.load({
|
|
|
5786
5828
|
jobs: "งานเบื้องหลัง",
|
|
5787
5829
|
jobsCount: "{count} งานเบื้องหลัง",
|
|
5788
5830
|
jobsCountRunning: "{count} งานเบื้องหลัง · {running} กำลังทำงาน",
|
|
5831
|
+
jobsShowHistory: "แสดงงานเบื้องหลังก่อนหน้า {count} รายการ",
|
|
5832
|
+
jobsHideHistory: "ย่องานเบื้องหลังก่อนหน้า",
|
|
5789
5833
|
jobStatusRunning: "กำลังทำงาน",
|
|
5790
5834
|
jobStatusStopping: "กำลังหยุด",
|
|
5791
5835
|
jobStatusCompleted: "เสร็จสิ้น",
|
|
@@ -6123,6 +6167,8 @@ window.__ModuleLoader__.load({
|
|
|
6123
6167
|
subagentDiagUnsupported: "Не поддерживается",
|
|
6124
6168
|
subagentDiagUnavailable: "Недоступен",
|
|
6125
6169
|
subagentThinking: "Размышляет…",
|
|
6170
|
+
subagentShowHistory: "Показать {count} более ранних субагентов",
|
|
6171
|
+
subagentHideHistory: "Свернуть более ранних субагентов",
|
|
6126
6172
|
sideChat: "Боковой чат (бета)",
|
|
6127
6173
|
sideChatNew: "Новый поток",
|
|
6128
6174
|
sideChatUntitled: "Новый поток",
|
|
@@ -6150,6 +6196,8 @@ window.__ModuleLoader__.load({
|
|
|
6150
6196
|
jobs: "Фоновые задачи",
|
|
6151
6197
|
jobsCount: "{count} фоновых задач",
|
|
6152
6198
|
jobsCountRunning: "{count} фоновых задач · {running} выполняется",
|
|
6199
|
+
jobsShowHistory: "Показать {count} более ранних фоновых задач",
|
|
6200
|
+
jobsHideHistory: "Свернуть более ранние фоновые задачи",
|
|
6153
6201
|
jobStatusRunning: "Выполняется",
|
|
6154
6202
|
jobStatusStopping: "Останавливается",
|
|
6155
6203
|
jobStatusCompleted: "Завершено",
|
|
@@ -6482,6 +6530,8 @@ window.__ModuleLoader__.load({
|
|
|
6482
6530
|
subagentDiagUnsupported: "Non supportato",
|
|
6483
6531
|
subagentDiagUnavailable: "Non disponibile",
|
|
6484
6532
|
subagentThinking: "In pensiero…",
|
|
6533
|
+
subagentShowHistory: "Mostra {count} sottoagenti precedenti",
|
|
6534
|
+
subagentHideHistory: "Comprimi sottoagenti precedenti",
|
|
6485
6535
|
sideChat: "Chat laterale (beta)",
|
|
6486
6536
|
sideChatNew: "Nuova conversazione",
|
|
6487
6537
|
sideChatUntitled: "Nuova conversazione",
|
|
@@ -6509,6 +6559,8 @@ window.__ModuleLoader__.load({
|
|
|
6509
6559
|
jobs: "Attività in background",
|
|
6510
6560
|
jobsCount: "{count} attività in background",
|
|
6511
6561
|
jobsCountRunning: "{count} attività in background · {running} in esecuzione",
|
|
6562
|
+
jobsShowHistory: "Mostra {count} attività in background precedenti",
|
|
6563
|
+
jobsHideHistory: "Comprimi attività in background precedenti",
|
|
6512
6564
|
jobStatusRunning: "In esecuzione",
|
|
6513
6565
|
jobStatusStopping: "Arresto in corso",
|
|
6514
6566
|
jobStatusCompleted: "Completata",
|
|
@@ -6849,6 +6901,8 @@ window.__ModuleLoader__.load({
|
|
|
6849
6901
|
subagentDiagUnsupported: "Niet ondersteund",
|
|
6850
6902
|
subagentDiagUnavailable: "Niet beschikbaar",
|
|
6851
6903
|
subagentThinking: "Nadenken…",
|
|
6904
|
+
subagentShowHistory: "{count} eerdere subagents weergeven",
|
|
6905
|
+
subagentHideHistory: "Eerdere subagents samenvouwen",
|
|
6852
6906
|
sideChat: "Side Chat (bèta)",
|
|
6853
6907
|
sideChatNew: "Nieuwe thread",
|
|
6854
6908
|
sideChatUntitled: "Nieuwe thread",
|
|
@@ -6876,6 +6930,8 @@ window.__ModuleLoader__.load({
|
|
|
6876
6930
|
jobs: "Achtergrondtaken",
|
|
6877
6931
|
jobsCount: "{count} achtergrondtaken",
|
|
6878
6932
|
jobsCountRunning: "{count} achtergrondtaken · {running} actief",
|
|
6933
|
+
jobsShowHistory: "{count} eerdere achtergrondtaken weergeven",
|
|
6934
|
+
jobsHideHistory: "Eerdere achtergrondtaken samenvouwen",
|
|
6879
6935
|
jobStatusRunning: "Actief",
|
|
6880
6936
|
jobStatusStopping: "Stoppen",
|
|
6881
6937
|
jobStatusCompleted: "Voltooid",
|
|
@@ -7201,6 +7257,8 @@ window.__ModuleLoader__.load({
|
|
|
7201
7257
|
subagentDiagUnsupported: "Stöds ej",
|
|
7202
7258
|
subagentDiagUnavailable: "Otillgänglig",
|
|
7203
7259
|
subagentThinking: "Tänker…",
|
|
7260
|
+
subagentShowHistory: "Visa {count} tidigare subagenter",
|
|
7261
|
+
subagentHideHistory: "Fäll ihop tidigare subagenter",
|
|
7204
7262
|
sideChat: "Sidochatt (beta)",
|
|
7205
7263
|
sideChatNew: "Ny tråd",
|
|
7206
7264
|
sideChatUntitled: "Ny tråd",
|
|
@@ -7228,6 +7286,8 @@ window.__ModuleLoader__.load({
|
|
|
7228
7286
|
jobs: "Bakgrundsjobb",
|
|
7229
7287
|
jobsCount: "{count} bakgrundsjobb",
|
|
7230
7288
|
jobsCountRunning: "{count} bakgrundsjobb · {running} kör",
|
|
7289
|
+
jobsShowHistory: "Visa {count} tidigare bakgrundsjobb",
|
|
7290
|
+
jobsHideHistory: "Fäll ihop tidigare bakgrundsjobb",
|
|
7231
7291
|
jobStatusRunning: "Kör",
|
|
7232
7292
|
jobStatusStopping: "Stoppar",
|
|
7233
7293
|
jobStatusCompleted: "Klar",
|
|
@@ -7571,6 +7631,8 @@ window.__ModuleLoader__.load({
|
|
|
7571
7631
|
subagentDiagUnsupported: "Nieobsługiwany",
|
|
7572
7632
|
subagentDiagUnavailable: "Niedostępny",
|
|
7573
7633
|
subagentThinking: "Myśli…",
|
|
7634
|
+
subagentShowHistory: "Pokaż {count} starszych podagentów",
|
|
7635
|
+
subagentHideHistory: "Zwiń starszych podagentów",
|
|
7574
7636
|
sideChat: "Czat boczny (beta)",
|
|
7575
7637
|
sideChatNew: "Nowy wątek",
|
|
7576
7638
|
sideChatUntitled: "Nowy wątek",
|
|
@@ -7598,6 +7660,8 @@ window.__ModuleLoader__.load({
|
|
|
7598
7660
|
jobs: "Zadania w tle",
|
|
7599
7661
|
jobsCount: "{count} zadań w tle",
|
|
7600
7662
|
jobsCountRunning: "{count} zadań w tle · {running} działa",
|
|
7663
|
+
jobsShowHistory: "Pokaż {count} starszych zadań w tle",
|
|
7664
|
+
jobsHideHistory: "Zwiń starsze zadania w tle",
|
|
7601
7665
|
jobStatusRunning: "Działa",
|
|
7602
7666
|
jobStatusStopping: "Zatrzymywanie",
|
|
7603
7667
|
jobStatusCompleted: "Ukończono",
|
|
@@ -7954,6 +8018,8 @@ window.__ModuleLoader__.load({
|
|
|
7954
8018
|
subagentDiagUnsupported: "不支援的條目",
|
|
7955
8019
|
subagentDiagUnavailable: "不可用",
|
|
7956
8020
|
subagentThinking: "思考中…",
|
|
8021
|
+
subagentShowHistory: "展開較早的 {count} 個子代理",
|
|
8022
|
+
subagentHideHistory: "收起較早的子代理",
|
|
7957
8023
|
sideChat: "側邊對話(beta)",
|
|
7958
8024
|
sideChatNew: "新增對話",
|
|
7959
8025
|
sideChatUntitled: "新對話",
|
|
@@ -7981,6 +8047,8 @@ window.__ModuleLoader__.load({
|
|
|
7981
8047
|
jobs: "背景任務",
|
|
7982
8048
|
jobsCount: "{count} 個背景任務",
|
|
7983
8049
|
jobsCountRunning: "{count} 個背景任務 · {running} 執行中",
|
|
8050
|
+
jobsShowHistory: "展開較早的 {count} 個背景任務",
|
|
8051
|
+
jobsHideHistory: "收起較早的背景任務",
|
|
7984
8052
|
jobStatusRunning: "執行中",
|
|
7985
8053
|
jobStatusStopping: "終止中",
|
|
7986
8054
|
jobStatusCompleted: "已完成",
|
|
@@ -8337,6 +8405,8 @@ window.__ModuleLoader__.load({
|
|
|
8337
8405
|
subagentDiagUnsupported: "不支援的條目",
|
|
8338
8406
|
subagentDiagUnavailable: "不可用",
|
|
8339
8407
|
subagentThinking: "思考中…",
|
|
8408
|
+
subagentShowHistory: "展開較早的 {count} 個子代理",
|
|
8409
|
+
subagentHideHistory: "收起較早的子代理",
|
|
8340
8410
|
sideChat: "側邊對話(beta)",
|
|
8341
8411
|
sideChatNew: "新增對話",
|
|
8342
8412
|
sideChatUntitled: "新對話",
|
|
@@ -8364,6 +8434,8 @@ window.__ModuleLoader__.load({
|
|
|
8364
8434
|
jobs: "背景任務",
|
|
8365
8435
|
jobsCount: "{count} 個背景任務",
|
|
8366
8436
|
jobsCountRunning: "{count} 個背景任務 · {running} 執行中",
|
|
8437
|
+
jobsShowHistory: "展開較早的 {count} 個背景任務",
|
|
8438
|
+
jobsHideHistory: "收起較早的背景任務",
|
|
8367
8439
|
jobStatusRunning: "執行中",
|
|
8368
8440
|
jobStatusStopping: "終止中",
|
|
8369
8441
|
jobStatusCompleted: "已完成",
|
|
@@ -8720,6 +8792,8 @@ window.__ModuleLoader__.load({
|
|
|
8720
8792
|
subagentDiagUnsupported: "不支援的條目",
|
|
8721
8793
|
subagentDiagUnavailable: "不可用",
|
|
8722
8794
|
subagentThinking: "思考中…",
|
|
8795
|
+
subagentShowHistory: "展開較早的 {count} 個子代理",
|
|
8796
|
+
subagentHideHistory: "收起較早的子代理",
|
|
8723
8797
|
sideChat: "側邊對話(beta)",
|
|
8724
8798
|
sideChatNew: "新增對話",
|
|
8725
8799
|
sideChatUntitled: "新對話",
|
|
@@ -8747,6 +8821,8 @@ window.__ModuleLoader__.load({
|
|
|
8747
8821
|
jobs: "背景任務",
|
|
8748
8822
|
jobsCount: "{count} 個背景任務",
|
|
8749
8823
|
jobsCountRunning: "{count} 個背景任務 · {running} 執行中",
|
|
8824
|
+
jobsShowHistory: "展開較早的 {count} 個背景任務",
|
|
8825
|
+
jobsHideHistory: "收起較早的背景任務",
|
|
8750
8826
|
jobStatusRunning: "執行中",
|
|
8751
8827
|
jobStatusStopping: "終止中",
|
|
8752
8828
|
jobStatusCompleted: "已完成",
|
|
@@ -9095,6 +9171,8 @@ window.__ModuleLoader__.load({
|
|
|
9095
9171
|
subagentDiagUnsupported: "不支持的条目",
|
|
9096
9172
|
subagentDiagUnavailable: "不可用",
|
|
9097
9173
|
subagentThinking: "思考中…",
|
|
9174
|
+
subagentShowHistory: "展开更早的 {count} 个子代理",
|
|
9175
|
+
subagentHideHistory: "收起更早的子代理",
|
|
9098
9176
|
sideChat: "侧边对话(beta)",
|
|
9099
9177
|
sideChatNew: "新建对话",
|
|
9100
9178
|
sideChatUntitled: "新对话",
|
|
@@ -9122,6 +9200,8 @@ window.__ModuleLoader__.load({
|
|
|
9122
9200
|
jobs: "后台任务",
|
|
9123
9201
|
jobsCount: "{count} 个后台任务",
|
|
9124
9202
|
jobsCountRunning: "{count} 个后台任务 · {running} 运行中",
|
|
9203
|
+
jobsShowHistory: "展开更早的 {count} 个后台任务",
|
|
9204
|
+
jobsHideHistory: "收起更早的后台任务",
|
|
9125
9205
|
jobStatusRunning: "运行中",
|
|
9126
9206
|
jobStatusStopping: "终止中",
|
|
9127
9207
|
jobStatusCompleted: "已完成",
|
|
@@ -9446,6 +9526,8 @@ window.__ModuleLoader__.load({
|
|
|
9446
9526
|
subagentDiagUnsupported: "Unsupported",
|
|
9447
9527
|
subagentDiagUnavailable: "Unavailable",
|
|
9448
9528
|
subagentThinking: "Thinking…",
|
|
9529
|
+
subagentShowHistory: "Show {count} earlier subagents",
|
|
9530
|
+
subagentHideHistory: "Collapse earlier subagents",
|
|
9449
9531
|
sideChat: "Side Chat (beta)",
|
|
9450
9532
|
sideChatNew: "New thread",
|
|
9451
9533
|
sideChatUntitled: "New thread",
|
|
@@ -9473,6 +9555,8 @@ window.__ModuleLoader__.load({
|
|
|
9473
9555
|
jobs: "Background jobs",
|
|
9474
9556
|
jobsCount: "{count} background jobs",
|
|
9475
9557
|
jobsCountRunning: "{count} background jobs · {running} running",
|
|
9558
|
+
jobsShowHistory: "Show {count} earlier jobs",
|
|
9559
|
+
jobsHideHistory: "Collapse earlier jobs",
|
|
9476
9560
|
jobStatusRunning: "Running",
|
|
9477
9561
|
jobStatusStopping: "Stopping",
|
|
9478
9562
|
jobStatusCompleted: "Completed",
|
|
@@ -9882,241 +9966,241 @@ window.__ModuleLoader__.load({
|
|
|
9882
9966
|
document.head.appendChild(tag);
|
|
9883
9967
|
}
|
|
9884
9968
|
var sidebar_module_css_default = {
|
|
9885
|
-
"
|
|
9886
|
-
"
|
|
9887
|
-
"
|
|
9888
|
-
"
|
|
9889
|
-
"terminalDepsCommandRow": "S5HVoW_terminalDepsCommandRow",
|
|
9890
|
-
"gitBranchSelect": "S5HVoW_gitBranchSelect",
|
|
9891
|
-
"editorTreeSearch": "S5HVoW_editorTreeSearch",
|
|
9892
|
-
"dsh-toc-flash": "S5HVoW_dsh-toc-flash",
|
|
9893
|
-
"gitDiffFileTag": "S5HVoW_gitDiffFileTag",
|
|
9894
|
-
"gitDiffHunkHeader": "S5HVoW_gitDiffHunkHeader",
|
|
9895
|
-
"mermaidModalToolbar": "S5HVoW_mermaidModalToolbar",
|
|
9896
|
-
"browserBlockedDesc": "S5HVoW_browserBlockedDesc",
|
|
9897
|
-
"openWithLabel": "S5HVoW_openWithLabel",
|
|
9898
|
-
"tabBarDrop": "S5HVoW_tabBarDrop",
|
|
9899
|
-
"dropRight": "S5HVoW_dropRight",
|
|
9900
|
-
"tabList": "S5HVoW_tabList",
|
|
9901
|
-
"editorCm": "S5HVoW_editorCm",
|
|
9902
|
-
"producedRow": "S5HVoW_producedRow",
|
|
9903
|
-
"explorerDir": "S5HVoW_explorerDir",
|
|
9904
|
-
"paneTab": "S5HVoW_paneTab",
|
|
9905
|
-
"gitLogRef": "S5HVoW_gitLogRef",
|
|
9906
|
-
"editor": "S5HVoW_editor",
|
|
9907
|
-
"gitError": "S5HVoW_gitError",
|
|
9908
|
-
"dividerCol": "S5HVoW_dividerCol",
|
|
9969
|
+
"gitDiffTab": "S5HVoW_gitDiffTab",
|
|
9970
|
+
"gitLogLine1": "S5HVoW_gitLogLine1",
|
|
9971
|
+
"gitPlaceholder": "S5HVoW_gitPlaceholder",
|
|
9972
|
+
"editorPlaceholder": "S5HVoW_editorPlaceholder",
|
|
9909
9973
|
"sandboxDot": "S5HVoW_sandboxDot",
|
|
9910
|
-
"
|
|
9911
|
-
"
|
|
9912
|
-
"
|
|
9913
|
-
"
|
|
9914
|
-
"explorerRowRevealed": "S5HVoW_explorerRowRevealed",
|
|
9915
|
-
"gitConfirmDesc": "S5HVoW_gitConfirmDesc",
|
|
9916
|
-
"browserStart": "S5HVoW_browserStart",
|
|
9917
|
-
"openWithPinActive": "S5HVoW_openWithPinActive",
|
|
9918
|
-
"gitRow": "S5HVoW_gitRow",
|
|
9919
|
-
"mermaidCode": "S5HVoW_mermaidCode",
|
|
9920
|
-
"terminalBanner": "S5HVoW_terminalBanner",
|
|
9921
|
-
"gitWorktreeRow": "S5HVoW_gitWorktreeRow",
|
|
9922
|
-
"floatHeader": "S5HVoW_floatHeader",
|
|
9923
|
-
"dropUp": "S5HVoW_dropUp",
|
|
9924
|
-
"terminalRetry": "S5HVoW_terminalRetry",
|
|
9925
|
-
"terminalWrap": "S5HVoW_terminalWrap",
|
|
9926
|
-
"mermaidCopy": "S5HVoW_mermaidCopy",
|
|
9927
|
-
"uploadOverlayStatus": "S5HVoW_uploadOverlayStatus",
|
|
9928
|
-
"editorHeader": "S5HVoW_editorHeader",
|
|
9929
|
-
"split": "S5HVoW_split",
|
|
9930
|
-
"terminalDepsBanner": "S5HVoW_terminalDepsBanner",
|
|
9931
|
-
"browserInput": "S5HVoW_browserInput",
|
|
9932
|
-
"mermaidWrap": "S5HVoW_mermaidWrap",
|
|
9974
|
+
"dirtyDot": "S5HVoW_dirtyDot",
|
|
9975
|
+
"uploadDropZone": "S5HVoW_uploadDropZone",
|
|
9976
|
+
"toggleCluster": "S5HVoW_toggleCluster",
|
|
9977
|
+
"editorHtml": "S5HVoW_editorHtml",
|
|
9933
9978
|
"mermaidError": "S5HVoW_mermaidError",
|
|
9934
|
-
"gitDiffExpand": "S5HVoW_gitDiffExpand",
|
|
9935
|
-
"editorStatusError": "S5HVoW_editorStatusError",
|
|
9936
|
-
"gitDiffTabTitle": "S5HVoW_gitDiffTabTitle",
|
|
9937
|
-
"tabBarPlus": "S5HVoW_tabBarPlus",
|
|
9938
|
-
"editorPdfDragShield": "S5HVoW_editorPdfDragShield",
|
|
9939
|
-
"gitDiffCtx": "S5HVoW_gitDiffCtx",
|
|
9940
|
-
"gitBadge": "S5HVoW_gitBadge",
|
|
9941
|
-
"boundaryError": "S5HVoW_boundaryError",
|
|
9942
|
-
"tab": "S5HVoW_tab",
|
|
9943
|
-
"editorStatus": "S5HVoW_editorStatus",
|
|
9944
|
-
"gitLogRow": "S5HVoW_gitLogRow",
|
|
9945
|
-
"uploadOverlayTitle": "S5HVoW_uploadOverlayTitle",
|
|
9946
|
-
"iconButton": "S5HVoW_iconButton",
|
|
9947
|
-
"explorerRow": "S5HVoW_explorerRow",
|
|
9948
9979
|
"editorMd": "S5HVoW_editorMd",
|
|
9949
|
-
"terminal": "S5HVoW_terminal",
|
|
9950
|
-
"sandboxStatusText": "S5HVoW_sandboxStatusText",
|
|
9951
|
-
"editorBody": "S5HVoW_editorBody",
|
|
9952
|
-
"floatClose": "S5HVoW_floatClose",
|
|
9953
|
-
"editorModeToggle": "S5HVoW_editorModeToggle",
|
|
9954
9980
|
"gitWorktreeLabel": "S5HVoW_gitWorktreeLabel",
|
|
9955
|
-
"
|
|
9956
|
-
"
|
|
9981
|
+
"explorerBody": "S5HVoW_explorerBody",
|
|
9982
|
+
"gitDiffFileChevron": "S5HVoW_gitDiffFileChevron",
|
|
9983
|
+
"gitLogLine2": "S5HVoW_gitLogLine2",
|
|
9984
|
+
"explorerRow": "S5HVoW_explorerRow",
|
|
9985
|
+
"editorImageWrap": "S5HVoW_editorImageWrap",
|
|
9986
|
+
"mermaidInfo": "S5HVoW_mermaidInfo",
|
|
9987
|
+
"terminalDepsHint": "S5HVoW_terminalDepsHint",
|
|
9988
|
+
"tabClose": "S5HVoW_tabClose",
|
|
9989
|
+
"gitDiffDel": "S5HVoW_gitDiffDel",
|
|
9990
|
+
"gitLogRow": "S5HVoW_gitLogRow",
|
|
9991
|
+
"editorModeActive": "S5HVoW_editorModeActive",
|
|
9992
|
+
"tabBarDrop": "S5HVoW_tabBarDrop",
|
|
9993
|
+
"dividerActive": "S5HVoW_dividerActive",
|
|
9994
|
+
"explorerCopied": "S5HVoW_explorerCopied",
|
|
9995
|
+
"gitSection": "S5HVoW_gitSection",
|
|
9996
|
+
"floatDropHint": "S5HVoW_floatDropHint",
|
|
9997
|
+
"tab": "S5HVoW_tab",
|
|
9998
|
+
"gitSectionHeader": "S5HVoW_gitSectionHeader",
|
|
9999
|
+
"panelHidden": "S5HVoW_panelHidden",
|
|
10000
|
+
"editorBinary": "S5HVoW_editorBinary",
|
|
10001
|
+
"gitDiffMetaText": "S5HVoW_gitDiffMetaText",
|
|
10002
|
+
"panelBody": "S5HVoW_panelBody",
|
|
10003
|
+
"mermaidCode": "S5HVoW_mermaidCode",
|
|
10004
|
+
"floatContent": "S5HVoW_floatContent",
|
|
10005
|
+
"tocItemText": "S5HVoW_tocItemText",
|
|
10006
|
+
"gitDiffCtx": "S5HVoW_gitDiffCtx",
|
|
10007
|
+
"floatHeader": "S5HVoW_floatHeader",
|
|
9957
10008
|
"uploadDropChatHint": "S5HVoW_uploadDropChatHint",
|
|
10009
|
+
"tabTitle": "S5HVoW_tabTitle",
|
|
10010
|
+
"explorerRowRevealed": "S5HVoW_explorerRowRevealed",
|
|
10011
|
+
"editorTreeToggleActive": "S5HVoW_editorTreeToggleActive",
|
|
10012
|
+
"uploadDropZonePill": "S5HVoW_uploadDropZonePill",
|
|
10013
|
+
"editor": "S5HVoW_editor",
|
|
9958
10014
|
"gitRowMain": "S5HVoW_gitRowMain",
|
|
10015
|
+
"gitDiffExpand": "S5HVoW_gitDiffExpand",
|
|
10016
|
+
"floatWindow": "S5HVoW_floatWindow",
|
|
10017
|
+
"gitLogHash": "S5HVoW_gitLogHash",
|
|
10018
|
+
"paneTab": "S5HVoW_paneTab",
|
|
10019
|
+
"uploadOverlayProgressFill": "S5HVoW_uploadOverlayProgressFill",
|
|
10020
|
+
"paneContent": "S5HVoW_paneContent",
|
|
10021
|
+
"gitCommit": "S5HVoW_gitCommit",
|
|
10022
|
+
"mermaidModalToolbar": "S5HVoW_mermaidModalToolbar",
|
|
10023
|
+
"gitDiffHunkSection": "S5HVoW_gitDiffHunkSection",
|
|
10024
|
+
"dropOverlay": "S5HVoW_dropOverlay",
|
|
10025
|
+
"gitCommitInput": "S5HVoW_gitCommitInput",
|
|
10026
|
+
"openWithPin": "S5HVoW_openWithPin",
|
|
10027
|
+
"tocBar": "S5HVoW_tocBar",
|
|
10028
|
+
"tocItem": "S5HVoW_tocItem",
|
|
9959
10029
|
"explorer": "S5HVoW_explorer",
|
|
9960
|
-
"
|
|
9961
|
-
"
|
|
9962
|
-
"
|
|
9963
|
-
"
|
|
9964
|
-
"
|
|
10030
|
+
"editorStatus": "S5HVoW_editorStatus",
|
|
10031
|
+
"sandboxAction": "S5HVoW_sandboxAction",
|
|
10032
|
+
"browserBlocked": "S5HVoW_browserBlocked",
|
|
10033
|
+
"producedLabel": "S5HVoW_producedLabel",
|
|
10034
|
+
"gitName": "S5HVoW_gitName",
|
|
10035
|
+
"editorTreeResize": "S5HVoW_editorTreeResize",
|
|
10036
|
+
"editorBody": "S5HVoW_editorBody",
|
|
10037
|
+
"mermaidBody": "S5HVoW_mermaidBody",
|
|
10038
|
+
"gitDiffFileChevronExpanded": "S5HVoW_gitDiffFileChevronExpanded",
|
|
10039
|
+
"explorerRowDropTarget": "S5HVoW_explorerRowDropTarget",
|
|
10040
|
+
"gitDiffNum": "S5HVoW_gitDiffNum",
|
|
10041
|
+
"explorerRoot": "S5HVoW_explorerRoot",
|
|
10042
|
+
"terminalDepsBanner": "S5HVoW_terminalDepsBanner",
|
|
10043
|
+
"explorerName": "S5HVoW_explorerName",
|
|
10044
|
+
"terminal": "S5HVoW_terminal",
|
|
10045
|
+
"uploadOverlayStatus": "S5HVoW_uploadOverlayStatus",
|
|
10046
|
+
"editorTreePanelFull": "S5HVoW_editorTreePanelFull",
|
|
10047
|
+
"terminalWrap": "S5HVoW_terminalWrap",
|
|
10048
|
+
"dropUp": "S5HVoW_dropUp",
|
|
10049
|
+
"explorerHidden": "S5HVoW_explorerHidden",
|
|
10050
|
+
"editorPdf": "S5HVoW_editorPdf",
|
|
10051
|
+
"browserStart": "S5HVoW_browserStart",
|
|
10052
|
+
"browserFrame": "S5HVoW_browserFrame",
|
|
9965
10053
|
"editorPdfToolbar": "S5HVoW_editorPdfToolbar",
|
|
9966
|
-
"
|
|
10054
|
+
"uploadDropChatCard": "S5HVoW_uploadDropChatCard",
|
|
10055
|
+
"browser": "S5HVoW_browser",
|
|
9967
10056
|
"mermaidMarkdown": "S5HVoW_mermaidMarkdown",
|
|
9968
|
-
"
|
|
9969
|
-
"
|
|
9970
|
-
"
|
|
9971
|
-
"
|
|
9972
|
-
"
|
|
9973
|
-
"
|
|
9974
|
-
"
|
|
9975
|
-
"
|
|
9976
|
-
"
|
|
10057
|
+
"editorPdfFrameBlocked": "S5HVoW_editorPdfFrameBlocked",
|
|
10058
|
+
"gitLogMeta": "S5HVoW_gitLogMeta",
|
|
10059
|
+
"mermaidModal": "S5HVoW_mermaidModal",
|
|
10060
|
+
"tabBoundaryError": "S5HVoW_tabBoundaryError",
|
|
10061
|
+
"uploadOverlayCancel": "S5HVoW_uploadOverlayCancel",
|
|
10062
|
+
"gitDiffTabHeader": "S5HVoW_gitDiffTabHeader",
|
|
10063
|
+
"splitCol": "S5HVoW_splitCol",
|
|
10064
|
+
"sandboxStatusText": "S5HVoW_sandboxStatusText",
|
|
10065
|
+
"editorMain": "S5HVoW_editorMain",
|
|
10066
|
+
"tocButton": "S5HVoW_tocButton",
|
|
10067
|
+
"gitDiff": "S5HVoW_gitDiff",
|
|
10068
|
+
"paneCard": "S5HVoW_paneCard",
|
|
9977
10069
|
"gitDiffAdd": "S5HVoW_gitDiffAdd",
|
|
9978
|
-
"
|
|
9979
|
-
"
|
|
9980
|
-
"
|
|
9981
|
-
"
|
|
9982
|
-
"
|
|
9983
|
-
"
|
|
9984
|
-
"
|
|
10070
|
+
"uploadOverlayCard": "S5HVoW_uploadOverlayCard",
|
|
10071
|
+
"explorerHeader": "S5HVoW_explorerHeader",
|
|
10072
|
+
"uploadOverlay": "S5HVoW_uploadOverlay",
|
|
10073
|
+
"terminalDepsTitle": "S5HVoW_terminalDepsTitle",
|
|
10074
|
+
"split": "S5HVoW_split",
|
|
10075
|
+
"tabBar": "S5HVoW_tabBar",
|
|
10076
|
+
"uploadDropHero": "S5HVoW_uploadDropHero",
|
|
10077
|
+
"boundaryError": "S5HVoW_boundaryError",
|
|
10078
|
+
"editorSearchInput": "S5HVoW_editorSearchInput",
|
|
10079
|
+
"dividerCol": "S5HVoW_dividerCol",
|
|
10080
|
+
"uploadOverlayProgress": "S5HVoW_uploadOverlayProgress",
|
|
10081
|
+
"dropRight": "S5HVoW_dropRight",
|
|
10082
|
+
"editorStatusError": "S5HVoW_editorStatusError",
|
|
10083
|
+
"paneDrop": "S5HVoW_paneDrop",
|
|
10084
|
+
"editorPptxButton": "S5HVoW_editorPptxButton",
|
|
10085
|
+
"dsh-row-in": "S5HVoW_dsh-row-in",
|
|
10086
|
+
"explorerEmpty": "S5HVoW_explorerEmpty",
|
|
10087
|
+
"gitDiffFileOld": "S5HVoW_gitDiffFileOld",
|
|
10088
|
+
"openWithLabel": "S5HVoW_openWithLabel",
|
|
10089
|
+
"browserInput": "S5HVoW_browserInput",
|
|
10090
|
+
"editorPdfFrame": "S5HVoW_editorPdfFrame",
|
|
10091
|
+
"sandboxStatus": "S5HVoW_sandboxStatus",
|
|
10092
|
+
"divider": "S5HVoW_divider",
|
|
10093
|
+
"mermaidModalButton": "S5HVoW_mermaidModalButton",
|
|
10094
|
+
"editorPdfDragShield": "S5HVoW_editorPdfDragShield",
|
|
10095
|
+
"editorError": "S5HVoW_editorError",
|
|
10096
|
+
"gitBranchSelect": "S5HVoW_gitBranchSelect",
|
|
10097
|
+
"dividerRow": "S5HVoW_dividerRow",
|
|
9985
10098
|
"editorTitle": "S5HVoW_editorTitle",
|
|
9986
|
-
"
|
|
9987
|
-
"
|
|
9988
|
-
"
|
|
9989
|
-
"gitPlaceholder": "S5HVoW_gitPlaceholder",
|
|
9990
|
-
"dividerActive": "S5HVoW_dividerActive",
|
|
10099
|
+
"terminalDepsNote": "S5HVoW_terminalDepsNote",
|
|
10100
|
+
"editorPdfStage": "S5HVoW_editorPdfStage",
|
|
10101
|
+
"selectionPopup": "S5HVoW_selectionPopup",
|
|
9991
10102
|
"editorImage": "S5HVoW_editorImage",
|
|
9992
|
-
"
|
|
9993
|
-
"
|
|
9994
|
-
"
|
|
9995
|
-
"
|
|
10103
|
+
"explorerError": "S5HVoW_explorerError",
|
|
10104
|
+
"editorTreeDock": "S5HVoW_editorTreeDock",
|
|
10105
|
+
"gitHeader": "S5HVoW_gitHeader",
|
|
10106
|
+
"dsh-toc-flash": "S5HVoW_dsh-toc-flash",
|
|
9996
10107
|
"sandboxStatusOff": "S5HVoW_sandboxStatusOff",
|
|
9997
|
-
"
|
|
9998
|
-
"
|
|
9999
|
-
"
|
|
10000
|
-
"
|
|
10001
|
-
"
|
|
10002
|
-
"
|
|
10003
|
-
"gitDiffDel": "S5HVoW_gitDiffDel",
|
|
10108
|
+
"orphanedType": "S5HVoW_orphanedType",
|
|
10109
|
+
"gitBadge": "S5HVoW_gitBadge",
|
|
10110
|
+
"terminalDepsActions": "S5HVoW_terminalDepsActions",
|
|
10111
|
+
"tocFlash": "S5HVoW_tocFlash",
|
|
10112
|
+
"editorDownloadLink": "S5HVoW_editorDownloadLink",
|
|
10113
|
+
"panel": "S5HVoW_panel",
|
|
10004
10114
|
"gitLink": "S5HVoW_gitLink",
|
|
10005
|
-
"
|
|
10115
|
+
"producedMore": "S5HVoW_producedMore",
|
|
10006
10116
|
"editorHtmlBlock": "S5HVoW_editorHtmlBlock",
|
|
10117
|
+
"floatClose": "S5HVoW_floatClose",
|
|
10118
|
+
"floatResize": "S5HVoW_floatResize",
|
|
10119
|
+
"explorerDir": "S5HVoW_explorerDir",
|
|
10120
|
+
"terminalRepairCommand": "S5HVoW_terminalRepairCommand",
|
|
10121
|
+
"paneEmptyCards": "S5HVoW_paneEmptyCards",
|
|
10007
10122
|
"editorDocxZoomRange": "S5HVoW_editorDocxZoomRange",
|
|
10008
|
-
"
|
|
10009
|
-
"
|
|
10123
|
+
"panelResize": "S5HVoW_panelResize",
|
|
10124
|
+
"editorBanner": "S5HVoW_editorBanner",
|
|
10125
|
+
"producedChip": "S5HVoW_producedChip",
|
|
10126
|
+
"terminalRetry": "S5HVoW_terminalRetry",
|
|
10010
10127
|
"browserMessage": "S5HVoW_browserMessage",
|
|
10011
|
-
"
|
|
10012
|
-
"
|
|
10013
|
-
"
|
|
10014
|
-
"
|
|
10015
|
-
"
|
|
10016
|
-
"
|
|
10017
|
-
"tabBar": "S5HVoW_tabBar",
|
|
10018
|
-
"explorerRowDropTarget": "S5HVoW_explorerRowDropTarget",
|
|
10019
|
-
"mermaidModal": "S5HVoW_mermaidModal",
|
|
10020
|
-
"browserBlocked": "S5HVoW_browserBlocked",
|
|
10021
|
-
"sandboxStatus": "S5HVoW_sandboxStatus",
|
|
10022
|
-
"pane": "S5HVoW_pane",
|
|
10023
|
-
"gitLogSubject": "S5HVoW_gitLogSubject",
|
|
10024
|
-
"splitChild": "S5HVoW_splitChild",
|
|
10025
|
-
"mermaidModalHint": "S5HVoW_mermaidModalHint",
|
|
10026
|
-
"explorerSymlink": "S5HVoW_explorerSymlink",
|
|
10027
|
-
"editorBinaryNotice": "S5HVoW_editorBinaryNotice",
|
|
10028
|
-
"gitDiffFileChevronExpanded": "S5HVoW_gitDiffFileChevronExpanded",
|
|
10128
|
+
"tocItemLevel": "S5HVoW_tocItemLevel",
|
|
10129
|
+
"browserBlockedDesc": "S5HVoW_browserBlockedDesc",
|
|
10130
|
+
"dropCenter": "S5HVoW_dropCenter",
|
|
10131
|
+
"editorHeader": "S5HVoW_editorHeader",
|
|
10132
|
+
"gitDiffTabTitle": "S5HVoW_gitDiffTabTitle",
|
|
10133
|
+
"gitDiffMeta": "S5HVoW_gitDiffMeta",
|
|
10029
10134
|
"gitLogMore": "S5HVoW_gitLogMore",
|
|
10030
|
-
"
|
|
10031
|
-
"
|
|
10135
|
+
"gitConfirmDesc": "S5HVoW_gitConfirmDesc",
|
|
10136
|
+
"gitRowSelected": "S5HVoW_gitRowSelected",
|
|
10137
|
+
"pane": "S5HVoW_pane",
|
|
10138
|
+
"tabList": "S5HVoW_tabList",
|
|
10139
|
+
"terminalBannerUrl": "S5HVoW_terminalBannerUrl",
|
|
10140
|
+
"openWithPinActive": "S5HVoW_openWithPinActive",
|
|
10032
10141
|
"pinnedTab": "S5HVoW_pinnedTab",
|
|
10033
|
-
"
|
|
10034
|
-
"
|
|
10035
|
-
"
|
|
10036
|
-
"
|
|
10037
|
-
"
|
|
10038
|
-
"
|
|
10039
|
-
"gitCommitButton": "S5HVoW_gitCommitButton",
|
|
10040
|
-
"floatDropHint": "S5HVoW_floatDropHint",
|
|
10041
|
-
"explorerRoot": "S5HVoW_explorerRoot",
|
|
10042
|
-
"gitLogLine2": "S5HVoW_gitLogLine2",
|
|
10043
|
-
"orphanedType": "S5HVoW_orphanedType",
|
|
10044
|
-
"dividerRow": "S5HVoW_dividerRow",
|
|
10045
|
-
"uploadOverlayCard": "S5HVoW_uploadOverlayCard",
|
|
10046
|
-
"editorPathInput": "S5HVoW_editorPathInput",
|
|
10047
|
-
"browserBar": "S5HVoW_browserBar",
|
|
10048
|
-
"editorImageWrap": "S5HVoW_editorImageWrap",
|
|
10049
|
-
"paneDrop": "S5HVoW_paneDrop",
|
|
10050
|
-
"gitDiffFileOld": "S5HVoW_gitDiffFileOld",
|
|
10051
|
-
"gitDiffMetaText": "S5HVoW_gitDiffMetaText",
|
|
10052
|
-
"uploadOverlayCancel": "S5HVoW_uploadOverlayCancel",
|
|
10142
|
+
"editorModeButton": "S5HVoW_editorModeButton",
|
|
10143
|
+
"gitDiffCode": "S5HVoW_gitDiffCode",
|
|
10144
|
+
"sandboxStatusOn": "S5HVoW_sandboxStatusOn",
|
|
10145
|
+
"tabBarPlus": "S5HVoW_tabBarPlus",
|
|
10146
|
+
"gitDiffFileTag": "S5HVoW_gitDiffFileTag",
|
|
10147
|
+
"mermaidCopy": "S5HVoW_mermaidCopy",
|
|
10053
10148
|
"openWithName": "S5HVoW_openWithName",
|
|
10054
|
-
"
|
|
10055
|
-
"floatResize": "S5HVoW_floatResize",
|
|
10056
|
-
"dropCenter": "S5HVoW_dropCenter",
|
|
10057
|
-
"explorerHeader": "S5HVoW_explorerHeader",
|
|
10058
|
-
"paneTabHidden": "S5HVoW_paneTabHidden",
|
|
10059
|
-
"editorPptxButton": "S5HVoW_editorPptxButton",
|
|
10060
|
-
"dropLeft": "S5HVoW_dropLeft",
|
|
10061
|
-
"gitSectionHeader": "S5HVoW_gitSectionHeader",
|
|
10062
|
-
"gitDiffLine": "S5HVoW_gitDiffLine",
|
|
10063
|
-
"uploadOverlayProgress": "S5HVoW_uploadOverlayProgress",
|
|
10064
|
-
"gitDiffHunkSection": "S5HVoW_gitDiffHunkSection",
|
|
10065
|
-
"tocItem": "S5HVoW_tocItem",
|
|
10066
|
-
"editorModeActive": "S5HVoW_editorModeActive",
|
|
10067
|
-
"paneContent": "S5HVoW_paneContent",
|
|
10068
|
-
"editorCmHidden": "S5HVoW_editorCmHidden",
|
|
10069
|
-
"tabTitle": "S5HVoW_tabTitle",
|
|
10070
|
-
"producedMore": "S5HVoW_producedMore",
|
|
10071
|
-
"panel": "S5HVoW_panel",
|
|
10072
|
-
"tabBadge": "S5HVoW_tabBadge",
|
|
10073
|
-
"gitDiff": "S5HVoW_gitDiff",
|
|
10074
|
-
"editorPdfFrameBlocked": "S5HVoW_editorPdfFrameBlocked",
|
|
10075
|
-
"gitCommit": "S5HVoW_gitCommit",
|
|
10076
|
-
"gitDiffMeta": "S5HVoW_gitDiffMeta",
|
|
10077
|
-
"workbench": "S5HVoW_workbench",
|
|
10078
|
-
"explorerName": "S5HVoW_explorerName",
|
|
10079
|
-
"terminalDepsNote": "S5HVoW_terminalDepsNote",
|
|
10080
|
-
"mermaidHeader": "S5HVoW_mermaidHeader",
|
|
10081
|
-
"gitDiffFileChevron": "S5HVoW_gitDiffFileChevron",
|
|
10082
|
-
"explorerCopied": "S5HVoW_explorerCopied",
|
|
10083
|
-
"explorerError": "S5HVoW_explorerError",
|
|
10084
|
-
"producedChip": "S5HVoW_producedChip",
|
|
10085
|
-
"uploadDropHero": "S5HVoW_uploadDropHero",
|
|
10086
|
-
"tocPanel": "S5HVoW_tocPanel",
|
|
10087
|
-
"dirtyDot": "S5HVoW_dirtyDot",
|
|
10088
|
-
"gitLogMeta": "S5HVoW_gitLogMeta",
|
|
10089
|
-
"openWithPin": "S5HVoW_openWithPin",
|
|
10090
|
-
"panelResizeActive": "S5HVoW_panelResizeActive",
|
|
10091
|
-
"editorMain": "S5HVoW_editorMain",
|
|
10092
|
-
"gitDiffTab": "S5HVoW_gitDiffTab",
|
|
10093
|
-
"terminalDepsHint": "S5HVoW_terminalDepsHint",
|
|
10149
|
+
"iconButton": "S5HVoW_iconButton",
|
|
10094
10150
|
"dropDown": "S5HVoW_dropDown",
|
|
10095
|
-
"
|
|
10151
|
+
"floatWindowDragging": "S5HVoW_floatWindowDragging",
|
|
10152
|
+
"workbench": "S5HVoW_workbench",
|
|
10153
|
+
"editorSearchHint": "S5HVoW_editorSearchHint",
|
|
10154
|
+
"editorCm": "S5HVoW_editorCm",
|
|
10155
|
+
"floatTitle": "S5HVoW_floatTitle",
|
|
10156
|
+
"explorerSymlink": "S5HVoW_explorerSymlink",
|
|
10157
|
+
"toggleButton": "S5HVoW_toggleButton",
|
|
10096
10158
|
"tabActive": "S5HVoW_tabActive",
|
|
10097
|
-
"
|
|
10159
|
+
"producedRow": "S5HVoW_producedRow",
|
|
10160
|
+
"gitLogSubject": "S5HVoW_gitLogSubject",
|
|
10161
|
+
"uploadOverlayTitle": "S5HVoW_uploadOverlayTitle",
|
|
10162
|
+
"paneTabHidden": "S5HVoW_paneTabHidden",
|
|
10163
|
+
"gitDiffHunkHeader": "S5HVoW_gitDiffHunkHeader",
|
|
10098
10164
|
"explorerRef": "S5HVoW_explorerRef",
|
|
10099
|
-
"
|
|
10165
|
+
"browserBlockedActions": "S5HVoW_browserBlockedActions",
|
|
10166
|
+
"gitRow": "S5HVoW_gitRow",
|
|
10167
|
+
"gitDiffLine": "S5HVoW_gitDiffLine",
|
|
10168
|
+
"gitError": "S5HVoW_gitError",
|
|
10169
|
+
"gitLogRef": "S5HVoW_gitLogRef",
|
|
10170
|
+
"browserBlockedButton": "S5HVoW_browserBlockedButton",
|
|
10100
10171
|
"gitDiffHunk": "S5HVoW_gitDiffHunk",
|
|
10101
|
-
"
|
|
10102
|
-
"
|
|
10103
|
-
"
|
|
10104
|
-
"
|
|
10105
|
-
"
|
|
10106
|
-
"
|
|
10107
|
-
"
|
|
10108
|
-
"
|
|
10109
|
-
"
|
|
10172
|
+
"splitRow": "S5HVoW_splitRow",
|
|
10173
|
+
"editorBinaryNotice": "S5HVoW_editorBinaryNotice",
|
|
10174
|
+
"mermaidHeader": "S5HVoW_mermaidHeader",
|
|
10175
|
+
"editorTreeSearch": "S5HVoW_editorTreeSearch",
|
|
10176
|
+
"gitWorktreeRow": "S5HVoW_gitWorktreeRow",
|
|
10177
|
+
"git": "S5HVoW_git",
|
|
10178
|
+
"browserBlockedTitle": "S5HVoW_browserBlockedTitle",
|
|
10179
|
+
"uploadDropZoneText": "S5HVoW_uploadDropZoneText",
|
|
10180
|
+
"tocPanel": "S5HVoW_tocPanel",
|
|
10110
10181
|
"editorTreePanel": "S5HVoW_editorTreePanel",
|
|
10111
|
-
"
|
|
10112
|
-
"
|
|
10113
|
-
"
|
|
10114
|
-
"
|
|
10182
|
+
"floatDropHintLabel": "S5HVoW_floatDropHintLabel",
|
|
10183
|
+
"editorPathInput": "S5HVoW_editorPathInput",
|
|
10184
|
+
"terminalDepsCommandRow": "S5HVoW_terminalDepsCommandRow",
|
|
10185
|
+
"splitChild": "S5HVoW_splitChild",
|
|
10186
|
+
"editorPdfDragShieldActive": "S5HVoW_editorPdfDragShieldActive",
|
|
10187
|
+
"explorerBroken": "S5HVoW_explorerBroken",
|
|
10115
10188
|
"gitDiffFilePath": "S5HVoW_gitDiffFilePath",
|
|
10116
|
-
"
|
|
10117
|
-
"
|
|
10118
|
-
"
|
|
10119
|
-
"
|
|
10189
|
+
"dropLeft": "S5HVoW_dropLeft",
|
|
10190
|
+
"mermaidModalHint": "S5HVoW_mermaidModalHint",
|
|
10191
|
+
"mermaidWrap": "S5HVoW_mermaidWrap",
|
|
10192
|
+
"editorModeToggle": "S5HVoW_editorModeToggle",
|
|
10193
|
+
"gitEmpty": "S5HVoW_gitEmpty",
|
|
10194
|
+
"editorSearchResult": "S5HVoW_editorSearchResult",
|
|
10195
|
+
"editorCmHidden": "S5HVoW_editorCmHidden",
|
|
10196
|
+
"mermaidModalStage": "S5HVoW_mermaidModalStage",
|
|
10197
|
+
"panelResizeActive": "S5HVoW_panelResizeActive",
|
|
10198
|
+
"terminalBanner": "S5HVoW_terminalBanner",
|
|
10199
|
+
"openWithChevron": "S5HVoW_openWithChevron",
|
|
10200
|
+
"browserBar": "S5HVoW_browserBar",
|
|
10201
|
+
"gitDiffFile": "S5HVoW_gitDiffFile",
|
|
10202
|
+
"tabBadge": "S5HVoW_tabBadge",
|
|
10203
|
+
"gitCommitButton": "S5HVoW_gitCommitButton"
|
|
10120
10204
|
};
|
|
10121
10205
|
//#endregion
|
|
10122
10206
|
//#region src/client/intercept.tsx
|
|
@@ -13133,75 +13217,75 @@ window.__ModuleLoader__.load({
|
|
|
13133
13217
|
document.head.appendChild(tag);
|
|
13134
13218
|
}
|
|
13135
13219
|
var SideCardSection_module_css_default = {
|
|
13136
|
-
"
|
|
13137
|
-
"
|
|
13138
|
-
"
|
|
13139
|
-
"done": "AC9POW_done",
|
|
13140
|
-
"desc": "AC9POW_desc",
|
|
13220
|
+
"pluginInstall": "AC9POW_pluginInstall",
|
|
13221
|
+
"cardTop": "AC9POW_cardTop",
|
|
13222
|
+
"row": "AC9POW_row",
|
|
13141
13223
|
"cssTextArea": "AC9POW_cssTextArea",
|
|
13224
|
+
"pluginSearch": "AC9POW_pluginSearch",
|
|
13225
|
+
"grid": "AC9POW_grid",
|
|
13226
|
+
"group": "AC9POW_group",
|
|
13142
13227
|
"popupRow": "AC9POW_popupRow",
|
|
13143
|
-
"
|
|
13144
|
-
"versionBadgeName": "AC9POW_versionBadgeName",
|
|
13145
|
-
"switchTrack": "AC9POW_switchTrack",
|
|
13146
|
-
"selectAnchor": "AC9POW_selectAnchor",
|
|
13228
|
+
"pluginDesc": "AC9POW_pluginDesc",
|
|
13147
13229
|
"card": "AC9POW_card",
|
|
13148
|
-
"suffix": "AC9POW_suffix",
|
|
13149
|
-
"pluginTopicBtn": "AC9POW_pluginTopicBtn",
|
|
13150
|
-
"pluginEntries": "AC9POW_pluginEntries",
|
|
13151
|
-
"row": "AC9POW_row",
|
|
13152
|
-
"selectAnchorText": "AC9POW_selectAnchorText",
|
|
13153
|
-
"cardTitle": "AC9POW_cardTitle",
|
|
13154
|
-
"error": "AC9POW_error",
|
|
13155
13230
|
"pluginCopyBtn": "AC9POW_pluginCopyBtn",
|
|
13156
|
-
"
|
|
13157
|
-
"
|
|
13231
|
+
"popupRows": "AC9POW_popupRows",
|
|
13232
|
+
"rowText": "AC9POW_rowText",
|
|
13158
13233
|
"openWithRemove": "AC9POW_openWithRemove",
|
|
13234
|
+
"typedInput": "AC9POW_typedInput",
|
|
13235
|
+
"desc": "AC9POW_desc",
|
|
13236
|
+
"switchTrack": "AC9POW_switchTrack",
|
|
13237
|
+
"cardSwitchThumb": "AC9POW_cardSwitchThumb",
|
|
13238
|
+
"pluginEmpty": "AC9POW_pluginEmpty",
|
|
13239
|
+
"pluginModal": "AC9POW_pluginModal",
|
|
13240
|
+
"openWithEditorTemplate": "AC9POW_openWithEditorTemplate",
|
|
13241
|
+
"selectAnchorIcon": "AC9POW_selectAnchorIcon",
|
|
13242
|
+
"openWithEditorInput": "AC9POW_openWithEditorInput",
|
|
13243
|
+
"cardIconChip": "AC9POW_cardIconChip",
|
|
13244
|
+
"cardMain": "AC9POW_cardMain",
|
|
13245
|
+
"title": "AC9POW_title",
|
|
13246
|
+
"suffix": "AC9POW_suffix",
|
|
13247
|
+
"groupHeading": "AC9POW_groupHeading",
|
|
13248
|
+
"openWithHint": "AC9POW_openWithHint",
|
|
13249
|
+
"typedInputNumber": "AC9POW_typedInputNumber",
|
|
13159
13250
|
"section": "AC9POW_section",
|
|
13160
|
-
"
|
|
13161
|
-
"
|
|
13162
|
-
"selectOption": "AC9POW_selectOption",
|
|
13163
|
-
"pluginEntryActions": "AC9POW_pluginEntryActions",
|
|
13164
|
-
"cardTop": "AC9POW_cardTop",
|
|
13251
|
+
"pluginEntries": "AC9POW_pluginEntries",
|
|
13252
|
+
"cardSwitch": "AC9POW_cardSwitch",
|
|
13165
13253
|
"control": "AC9POW_control",
|
|
13166
|
-
"
|
|
13167
|
-
"
|
|
13254
|
+
"versionBadge": "AC9POW_versionBadge",
|
|
13255
|
+
"openWithFamily": "AC9POW_openWithFamily",
|
|
13256
|
+
"percentInput": "AC9POW_percentInput",
|
|
13257
|
+
"selectOptionIcon": "AC9POW_selectOptionIcon",
|
|
13258
|
+
"pluginJumpBtn": "AC9POW_pluginJumpBtn",
|
|
13259
|
+
"versionBadgeTag": "AC9POW_versionBadgeTag",
|
|
13168
13260
|
"addCard": "AC9POW_addCard",
|
|
13169
|
-
"selectAnchorIcon": "AC9POW_selectAnchorIcon",
|
|
13170
13261
|
"pluginGroup": "AC9POW_pluginGroup",
|
|
13171
|
-
"
|
|
13262
|
+
"selectOptionText": "AC9POW_selectOptionText",
|
|
13263
|
+
"cardDesc": "AC9POW_cardDesc",
|
|
13264
|
+
"cardOn": "AC9POW_cardOn",
|
|
13265
|
+
"cardTitle": "AC9POW_cardTitle",
|
|
13266
|
+
"selectAnchor": "AC9POW_selectAnchor",
|
|
13172
13267
|
"pluginEntry": "AC9POW_pluginEntry",
|
|
13173
|
-
"
|
|
13268
|
+
"switch": "AC9POW_switch",
|
|
13269
|
+
"selectOption": "AC9POW_selectOption",
|
|
13270
|
+
"versionBadgeName": "AC9POW_versionBadgeName",
|
|
13174
13271
|
"popupDialog": "AC9POW_popupDialog",
|
|
13175
|
-
"
|
|
13176
|
-
"
|
|
13177
|
-
"
|
|
13272
|
+
"intro": "AC9POW_intro",
|
|
13273
|
+
"switchThumb": "AC9POW_switchThumb",
|
|
13274
|
+
"done": "AC9POW_done",
|
|
13178
13275
|
"pluginEntryHead": "AC9POW_pluginEntryHead",
|
|
13179
|
-
"openWithHint": "AC9POW_openWithHint",
|
|
13180
|
-
"selectOptionIcon": "AC9POW_selectOptionIcon",
|
|
13181
|
-
"switchInput": "AC9POW_switchInput",
|
|
13182
|
-
"cardSettings": "AC9POW_cardSettings",
|
|
13183
|
-
"cardSwitchTrack": "AC9POW_cardSwitchTrack",
|
|
13184
|
-
"pluginInstall": "AC9POW_pluginInstall",
|
|
13185
13276
|
"pluginGroupHeading": "AC9POW_pluginGroupHeading",
|
|
13277
|
+
"selectAnchorText": "AC9POW_selectAnchorText",
|
|
13278
|
+
"cardSwitchTrack": "AC9POW_cardSwitchTrack",
|
|
13279
|
+
"pluginTopicBtn": "AC9POW_pluginTopicBtn",
|
|
13186
13280
|
"pluginName": "AC9POW_pluginName",
|
|
13187
|
-
"openWithEditorTemplate": "AC9POW_openWithEditorTemplate",
|
|
13188
|
-
"rowGear": "AC9POW_rowGear",
|
|
13189
|
-
"versionBadge": "AC9POW_versionBadge",
|
|
13190
|
-
"selectOptionText": "AC9POW_selectOptionText",
|
|
13191
|
-
"typedInput": "AC9POW_typedInput",
|
|
13192
|
-
"switch": "AC9POW_switch",
|
|
13193
|
-
"groupHeading": "AC9POW_groupHeading",
|
|
13194
|
-
"cardMain": "AC9POW_cardMain",
|
|
13195
|
-
"intro": "AC9POW_intro",
|
|
13196
13281
|
"count": "AC9POW_count",
|
|
13197
|
-
"
|
|
13198
|
-
"
|
|
13199
|
-
"
|
|
13200
|
-
"
|
|
13201
|
-
"
|
|
13202
|
-
"
|
|
13203
|
-
"
|
|
13204
|
-
"pluginJumpBtn": "AC9POW_pluginJumpBtn"
|
|
13282
|
+
"cardSettings": "AC9POW_cardSettings",
|
|
13283
|
+
"rowGear": "AC9POW_rowGear",
|
|
13284
|
+
"pluginEntryActions": "AC9POW_pluginEntryActions",
|
|
13285
|
+
"switchInput": "AC9POW_switchInput",
|
|
13286
|
+
"pluginList": "AC9POW_pluginList",
|
|
13287
|
+
"openWithEditorRow": "AC9POW_openWithEditorRow",
|
|
13288
|
+
"error": "AC9POW_error"
|
|
13205
13289
|
};
|
|
13206
13290
|
//#endregion
|
|
13207
13291
|
//#region src/client/open-with-settings.tsx
|
|
@@ -14992,7 +15076,7 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
14992
15076
|
}
|
|
14993
15077
|
//#endregion
|
|
14994
15078
|
//#region \0dsh-css:/Users/libing/kk_Projects/dsh-coding-sidebar/src/client/SubagentView.module.css.mjs
|
|
14995
|
-
const css$2 = ".F2T6aa_subagent{flex-direction:column;flex:1;min-height:0;display:flex}.F2T6aa_subagentHeader{flex:none;align-items:center;gap:8px;height:36px;padding:0 8px 0 12px;display:flex}.F2T6aa_subagentTitle{min-width:0;font:var(--dsw-font-s-14);color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.F2T6aa_subagentCount{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);flex:none}.F2T6aa_subagentRefresh{width:24px;height:24px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;display:inline-flex}.F2T6aa_subagentRefresh:hover{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_subagentBody{flex:1;min-height:0;padding:2px 6px 8px;overflow-y:auto}.F2T6aa_subagentRow{box-sizing:border-box;width:100%;min-height:50px;font:var(--dsw-font-s-14);color:var(--dsw-alias-label-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;align-items:flex-start;gap:8px;padding:7px 8px 7px 11px;display:flex;position:relative}.F2T6aa_subagentRow:hover,.F2T6aa_subagentRow:focus-visible{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_subagentRowActive,.F2T6aa_subagentRowActive:hover,.F2T6aa_subagentRowActive:focus-visible{background:var(--dsw-alias-interactive-bg-active)}.F2T6aa_subagentRowDisabled{color:var(--dsw-alias-label-dimmed);cursor:not-allowed}.F2T6aa_subagentRowDisabled:hover{background:0 0}.F2T6aa_subagentRowLoading{cursor:default}.F2T6aa_subagentDot{margin-top:4px}.F2T6aa_subagentContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.F2T6aa_subagentLabel,.F2T6aa_subagentSecondary{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.F2T6aa_subagentLabel{color:inherit;font-weight:400}.F2T6aa_subagentSecondary{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary)}.F2T6aa_subagentLive{min-width:0;font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);align-items:baseline;gap:4px;display:flex;overflow:hidden}.F2T6aa_subagentLiveTool{font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-secondary);flex:none}.F2T6aa_subagentLiveArgs{min-width:0;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);line-height:var(--dsw-font-xxxs-11-line-height);color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.F2T6aa_subagentLiveText{-webkit-line-clamp:2;font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-secondary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.F2T6aa_subagentNode{min-width:0;position:relative}.F2T6aa_subagentChildren{margin-left:18px;padding-left:4px;position:relative}.F2T6aa_subagentChildren:before{content:\"\";border-left:1px solid var(--dsw-alias-border-l2);height:26px;position:absolute;top:-26px;left:0}.F2T6aa_subagentChildren[aria-busy=true]:before{content:none}.F2T6aa_subagentChildren>.F2T6aa_subagentNode:before{content:\"\";border-left:1px solid var(--dsw-alias-border-l2);position:absolute;top:0;bottom:0;left:-4px}.F2T6aa_subagentChildren>.F2T6aa_subagentNode:last-child:before{height:17px;bottom:auto}.F2T6aa_subagentChildren>.F2T6aa_subagentNode>.F2T6aa_subagentRow:before{content:\"\";border-top:1px solid var(--dsw-alias-border-l2);width:14px;position:absolute;top:16px;left:-4px}.F2T6aa_subagentEmpty{font:var(--dsw-font-xxs-12);color:var(--dsw-alias-label-tertiary);text-align:center;flex-direction:column;gap:2px;padding:16px;display:flex}.F2T6aa_subagentEmptyHint{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-dimmed)}.F2T6aa_subagentError{font:var(--dsw-font-xxs-12);color:var(--dsw-alias-state-error-primary);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.F2T6aa_subagentErrorRetry{height:24px;color:var(--dsw-alias-label-secondary);font:var(--dsw-font-xxxs-strong-11);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.F2T6aa_subagentErrorRetry:hover{background:var(--dsw-alias-interactive-bg-hover);color:var(--dsw-alias-label-primary)}.F2T6aa_jobs{border-top:1px solid var(--dsw-alias-border-l2);margin-top:10px;padding-top:8px}.F2T6aa_jobsHeader{align-items:center;gap:8px;height:26px;padding:0 2px;display:flex}.F2T6aa_jobsTitle{min-width:0;font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.F2T6aa_jobsCount{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);flex:none}.F2T6aa_jobsList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.F2T6aa_jobsRow{border-radius:8px;align-items:center;gap:4px;display:flex}.F2T6aa_jobsRow:hover{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_jobsRowSettled{opacity:.8}.F2T6aa_jobsRowSelected,.F2T6aa_jobsRowSelected:hover{background:var(--dsw-alias-interactive-bg-active)}.F2T6aa_jobsRowMain{min-width:0;font:var(--dsw-font-s-14);color:var(--dsw-alias-label-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;flex:1;align-items:flex-start;gap:8px;padding:6px 8px 6px 11px;display:flex}.F2T6aa_jobsRowMain:focus-visible{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_jobsDot{margin-top:5px}.F2T6aa_jobsContent{flex-direction:column;gap:1px;min-width:0;display:flex}.F2T6aa_jobsLabelLine{align-items:center;gap:6px;min-width:0;display:flex}.F2T6aa_jobsKind{text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--dsw-alias-border-l2);max-width:90px;font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-tertiary);border-radius:4px;flex:none;padding:0 5px;line-height:14px;overflow:hidden}.F2T6aa_jobsLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);line-height:var(--dsw-font-xxxs-11-line-height);color:var(--dsw-alias-label-primary);flex:1;overflow:hidden}.F2T6aa_jobsSecondary{text-overflow:ellipsis;white-space:nowrap;font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);overflow:hidden}.F2T6aa_jobsKill{width:22px;height:22px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;margin-right:4px;display:inline-flex}.F2T6aa_jobsKill:hover{background:color-mix(in srgb, var(--dsw-alias-state-error-primary) 12%, transparent);color:var(--dsw-alias-state-error-primary)}.F2T6aa_jobsKillArmed,.F2T6aa_jobsKillArmed:hover{background:color-mix(in srgb, var(--dsw-alias-state-error-primary) 12%, transparent);width:auto;height:20px;color:var(--dsw-alias-state-error-primary);font:var(--dsw-font-xxxs-strong-11);white-space:nowrap;padding:0 8px}.F2T6aa_jobsKill:disabled{opacity:.5;cursor:default}.F2T6aa_jobsKillError{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-state-error-primary);flex:none;margin-right:4px}.F2T6aa_jobsPane{z-index:1;border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);border-radius:8px;margin-top:4px;position:sticky;bottom:0;overflow:hidden;box-shadow:0 -6px 12px -8px #00000059}.F2T6aa_jobsPaneHeader{border-bottom:1px solid var(--dsw-alias-border-l1);align-items:center;gap:6px;height:28px;padding:0 4px 0 10px;display:flex}.F2T6aa_jobsPaneDot{flex:none}.F2T6aa_jobsPaneLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);line-height:var(--dsw-font-xxxs-11-line-height);color:var(--dsw-alias-label-primary);flex:1;overflow:hidden}.F2T6aa_jobsPaneStatus{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);flex:none}.F2T6aa_jobsPaneClose{width:20px;height:20px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:none;border-radius:5px;flex:none;justify-content:center;align-items:center;display:inline-flex}.F2T6aa_jobsPaneClose:hover{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_jobsPanePre{max-height:200px;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);color:var(--dsw-alias-label-primary);white-space:pre-wrap;word-break:break-word;margin:0;padding:6px 10px;line-height:1.5;overflow:auto}.F2T6aa_jobsPaneHint{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);padding:8px 10px}.F2T6aa_jobsPaneError{color:var(--dsw-alias-state-error-primary)}";
|
|
15079
|
+
const css$2 = ".F2T6aa_subagent{flex-direction:column;flex:1;min-height:0;display:flex}.F2T6aa_subagentHeader{flex:none;align-items:center;gap:8px;height:36px;padding:0 8px 0 12px;display:flex}.F2T6aa_subagentTitle{min-width:0;font:var(--dsw-font-s-14);color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.F2T6aa_subagentCount{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);flex:none}.F2T6aa_subagentRefresh{width:24px;height:24px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;display:inline-flex}.F2T6aa_subagentRefresh:hover{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_subagentBody{flex:1;min-height:0;padding:2px 6px 8px;overflow-y:auto}.F2T6aa_subagentRow{box-sizing:border-box;width:100%;min-height:50px;font:var(--dsw-font-s-14);color:var(--dsw-alias-label-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;align-items:flex-start;gap:8px;padding:7px 8px 7px 11px;display:flex;position:relative}.F2T6aa_subagentRow:hover,.F2T6aa_subagentRow:focus-visible{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_subagentRowActive,.F2T6aa_subagentRowActive:hover,.F2T6aa_subagentRowActive:focus-visible{background:var(--dsw-alias-interactive-bg-active)}.F2T6aa_subagentRowDisabled{color:var(--dsw-alias-label-dimmed);cursor:not-allowed}.F2T6aa_subagentRowDisabled:hover{background:0 0}.F2T6aa_subagentRowLoading{cursor:default}.F2T6aa_subagentDot{margin-top:4px}.F2T6aa_subagentContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.F2T6aa_subagentLabel,.F2T6aa_subagentSecondary{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.F2T6aa_subagentLabel{color:inherit;font-weight:400}.F2T6aa_subagentSecondary{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary)}.F2T6aa_subagentLive{min-width:0;font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);align-items:baseline;gap:4px;display:flex;overflow:hidden}.F2T6aa_subagentLiveTool{font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-secondary);flex:none}.F2T6aa_subagentLiveArgs{min-width:0;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);line-height:var(--dsw-font-xxxs-11-line-height);color:var(--dsw-alias-label-tertiary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.F2T6aa_subagentLiveText{-webkit-line-clamp:2;font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-secondary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.F2T6aa_subagentNode{min-width:0;position:relative}.F2T6aa_subagentChildren{margin-left:18px;padding-left:4px;position:relative}.F2T6aa_subagentChildren:before{content:\"\";border-left:1px solid var(--dsw-alias-border-l2);height:26px;position:absolute;top:-26px;left:0}.F2T6aa_subagentChildren[aria-busy=true]:before{content:none}.F2T6aa_subagentChildren>.F2T6aa_subagentNode:before{content:\"\";border-left:1px solid var(--dsw-alias-border-l2);position:absolute;top:0;bottom:0;left:-4px}.F2T6aa_subagentChildren>.F2T6aa_subagentNode:last-child:before{height:17px;bottom:auto}.F2T6aa_subagentChildren>.F2T6aa_subagentNode>.F2T6aa_subagentRow:before{content:\"\";border-top:1px solid var(--dsw-alias-border-l2);width:14px;position:absolute;top:16px;left:-4px}.F2T6aa_subagentEmpty{font:var(--dsw-font-xxs-12);color:var(--dsw-alias-label-tertiary);text-align:center;flex-direction:column;gap:2px;padding:16px;display:flex}.F2T6aa_subagentEmptyHint{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-dimmed)}.F2T6aa_subagentError{font:var(--dsw-font-xxs-12);color:var(--dsw-alias-state-error-primary);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.F2T6aa_subagentErrorRetry{height:24px;color:var(--dsw-alias-label-secondary);font:var(--dsw-font-xxxs-strong-11);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.F2T6aa_subagentErrorRetry:hover{background:var(--dsw-alias-interactive-bg-hover);color:var(--dsw-alias-label-primary)}.F2T6aa_historyToggle{box-sizing:border-box;width:100%;min-height:26px;font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-tertiary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;align-items:center;gap:5px;padding:3px 8px 3px 11px;display:flex}.F2T6aa_historyToggle:hover,.F2T6aa_historyToggle:focus-visible{background:var(--dsw-alias-interactive-bg-hover);color:var(--dsw-alias-label-secondary)}.F2T6aa_historyToggle svg{flex:none}.F2T6aa_jobs .F2T6aa_historyToggle{margin-top:2px}.F2T6aa_jobs{border-top:1px solid var(--dsw-alias-border-l2);margin-top:10px;padding-top:8px}.F2T6aa_jobsHeader{align-items:center;gap:8px;height:26px;padding:0 2px;display:flex}.F2T6aa_jobsTitle{min-width:0;font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.F2T6aa_jobsCount{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);flex:none}.F2T6aa_jobsList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.F2T6aa_jobsRow{border-radius:8px;align-items:center;gap:4px;display:flex}.F2T6aa_jobsRow:hover{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_jobsRowSettled{opacity:.8}.F2T6aa_jobsRowSelected,.F2T6aa_jobsRowSelected:hover{background:var(--dsw-alias-interactive-bg-active)}.F2T6aa_jobsRowMain{min-width:0;font:var(--dsw-font-s-14);color:var(--dsw-alias-label-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;flex:1;align-items:flex-start;gap:8px;padding:6px 8px 6px 11px;display:flex}.F2T6aa_jobsRowMain:focus-visible{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_jobsDot{margin-top:5px}.F2T6aa_jobsContent{flex-direction:column;gap:1px;min-width:0;display:flex}.F2T6aa_jobsLabelLine{align-items:center;gap:6px;min-width:0;display:flex}.F2T6aa_jobsKind{text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--dsw-alias-border-l2);max-width:90px;font:var(--dsw-font-xxxs-strong-11);color:var(--dsw-alias-label-tertiary);border-radius:4px;flex:none;padding:0 5px;line-height:14px;overflow:hidden}.F2T6aa_jobsLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);line-height:var(--dsw-font-xxxs-11-line-height);color:var(--dsw-alias-label-primary);flex:1;overflow:hidden}.F2T6aa_jobsSecondary{text-overflow:ellipsis;white-space:nowrap;font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);overflow:hidden}.F2T6aa_jobsKill{width:22px;height:22px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;margin-right:4px;display:inline-flex}.F2T6aa_jobsKill:hover{background:color-mix(in srgb, var(--dsw-alias-state-error-primary) 12%, transparent);color:var(--dsw-alias-state-error-primary)}.F2T6aa_jobsKillArmed,.F2T6aa_jobsKillArmed:hover{background:color-mix(in srgb, var(--dsw-alias-state-error-primary) 12%, transparent);width:auto;height:20px;color:var(--dsw-alias-state-error-primary);font:var(--dsw-font-xxxs-strong-11);white-space:nowrap;padding:0 8px}.F2T6aa_jobsKill:disabled{opacity:.5;cursor:default}.F2T6aa_jobsKillError{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-state-error-primary);flex:none;margin-right:4px}.F2T6aa_jobsPane{z-index:1;border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-base);border-radius:8px;margin-top:4px;position:sticky;bottom:0;overflow:hidden;box-shadow:0 -6px 12px -8px #00000059}.F2T6aa_jobsPaneHeader{border-bottom:1px solid var(--dsw-alias-border-l1);align-items:center;gap:6px;height:28px;padding:0 4px 0 10px;display:flex}.F2T6aa_jobsPaneDot{flex:none}.F2T6aa_jobsPaneLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);line-height:var(--dsw-font-xxxs-11-line-height);color:var(--dsw-alias-label-primary);flex:1;overflow:hidden}.F2T6aa_jobsPaneStatus{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);flex:none}.F2T6aa_jobsPaneClose{width:20px;height:20px;color:var(--dsw-alias-label-secondary);cursor:pointer;background:0 0;border:none;border-radius:5px;flex:none;justify-content:center;align-items:center;display:inline-flex}.F2T6aa_jobsPaneClose:hover{background:var(--dsw-alias-interactive-bg-hover)}.F2T6aa_jobsPanePre{max-height:200px;font-family:var(--ds-font-family-code);font-size:var(--dsw-font-xxxs-11-font-size);color:var(--dsw-alias-label-primary);white-space:pre-wrap;word-break:break-word;margin:0;padding:6px 10px;line-height:1.5;overflow:auto}.F2T6aa_jobsPaneHint{font:var(--dsw-font-xxxs-11);color:var(--dsw-alias-label-tertiary);padding:8px 10px}.F2T6aa_jobsPaneError{color:var(--dsw-alias-state-error-primary)}";
|
|
14996
15080
|
const tagId$2 = "dsh-coding-sidebar/SubagentView.module.css";
|
|
14997
15081
|
if (typeof document !== "undefined" && document.querySelector("style[data-plugin-css=" + JSON.stringify(tagId$2) + "]") === null) {
|
|
14998
15082
|
const tag = document.createElement("style");
|
|
@@ -15002,57 +15086,58 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15002
15086
|
document.head.appendChild(tag);
|
|
15003
15087
|
}
|
|
15004
15088
|
var SubagentView_module_css_default = {
|
|
15005
|
-
"
|
|
15006
|
-
"subagentRowLoading": "F2T6aa_subagentRowLoading",
|
|
15007
|
-
"jobsLabel": "F2T6aa_jobsLabel",
|
|
15008
|
-
"subagentRowActive": "F2T6aa_subagentRowActive",
|
|
15009
|
-
"subagentEmptyHint": "F2T6aa_subagentEmptyHint",
|
|
15010
|
-
"subagentErrorRetry": "F2T6aa_subagentErrorRetry",
|
|
15011
|
-
"subagentHeader": "F2T6aa_subagentHeader",
|
|
15012
|
-
"jobsKill": "F2T6aa_jobsKill",
|
|
15089
|
+
"jobsRowSelected": "F2T6aa_jobsRowSelected",
|
|
15013
15090
|
"jobsRowMain": "F2T6aa_jobsRowMain",
|
|
15014
|
-
"
|
|
15091
|
+
"subagentRefresh": "F2T6aa_subagentRefresh",
|
|
15092
|
+
"subagentCount": "F2T6aa_subagentCount",
|
|
15093
|
+
"jobsRow": "F2T6aa_jobsRow",
|
|
15094
|
+
"jobsKillError": "F2T6aa_jobsKillError",
|
|
15095
|
+
"jobsPane": "F2T6aa_jobsPane",
|
|
15015
15096
|
"jobsPaneDot": "F2T6aa_jobsPaneDot",
|
|
15016
|
-
"
|
|
15097
|
+
"subagentContent": "F2T6aa_subagentContent",
|
|
15098
|
+
"subagentLiveText": "F2T6aa_subagentLiveText",
|
|
15099
|
+
"subagentLiveArgs": "F2T6aa_subagentLiveArgs",
|
|
15100
|
+
"jobs": "F2T6aa_jobs",
|
|
15101
|
+
"jobsList": "F2T6aa_jobsList",
|
|
15102
|
+
"subagentHeader": "F2T6aa_subagentHeader",
|
|
15103
|
+
"subagentEmpty": "F2T6aa_subagentEmpty",
|
|
15104
|
+
"jobsPaneHeader": "F2T6aa_jobsPaneHeader",
|
|
15105
|
+
"subagent": "F2T6aa_subagent",
|
|
15106
|
+
"jobsContent": "F2T6aa_jobsContent",
|
|
15017
15107
|
"jobsPanePre": "F2T6aa_jobsPanePre",
|
|
15018
15108
|
"jobsPaneHint": "F2T6aa_jobsPaneHint",
|
|
15019
|
-
"
|
|
15109
|
+
"jobsPaneError": "F2T6aa_jobsPaneError",
|
|
15110
|
+
"subagentLabel": "F2T6aa_subagentLabel",
|
|
15111
|
+
"subagentLive": "F2T6aa_subagentLive",
|
|
15112
|
+
"jobsKillArmed": "F2T6aa_jobsKillArmed",
|
|
15113
|
+
"jobsPaneStatus": "F2T6aa_jobsPaneStatus",
|
|
15114
|
+
"jobsKill": "F2T6aa_jobsKill",
|
|
15115
|
+
"subagentRowLoading": "F2T6aa_subagentRowLoading",
|
|
15116
|
+
"subagentTitle": "F2T6aa_subagentTitle",
|
|
15117
|
+
"jobsDot": "F2T6aa_jobsDot",
|
|
15020
15118
|
"subagentDot": "F2T6aa_subagentDot",
|
|
15021
|
-
"
|
|
15022
|
-
"jobsCount": "F2T6aa_jobsCount",
|
|
15119
|
+
"subagentErrorRetry": "F2T6aa_subagentErrorRetry",
|
|
15023
15120
|
"jobsPaneClose": "F2T6aa_jobsPaneClose",
|
|
15024
|
-
"
|
|
15025
|
-
"
|
|
15026
|
-
"
|
|
15121
|
+
"subagentNode": "F2T6aa_subagentNode",
|
|
15122
|
+
"jobsLabelLine": "F2T6aa_jobsLabelLine",
|
|
15123
|
+
"jobsPaneLabel": "F2T6aa_jobsPaneLabel",
|
|
15027
15124
|
"subagentRow": "F2T6aa_subagentRow",
|
|
15028
|
-
"
|
|
15029
|
-
"
|
|
15030
|
-
"
|
|
15031
|
-
"
|
|
15032
|
-
"
|
|
15033
|
-
"subagentTitle": "F2T6aa_subagentTitle",
|
|
15125
|
+
"jobsKind": "F2T6aa_jobsKind",
|
|
15126
|
+
"jobsLabel": "F2T6aa_jobsLabel",
|
|
15127
|
+
"subagentChildren": "F2T6aa_subagentChildren",
|
|
15128
|
+
"jobsTitle": "F2T6aa_jobsTitle",
|
|
15129
|
+
"jobsSecondary": "F2T6aa_jobsSecondary",
|
|
15034
15130
|
"subagentBody": "F2T6aa_subagentBody",
|
|
15035
|
-
"subagentCount": "F2T6aa_subagentCount",
|
|
15036
|
-
"jobsKillArmed": "F2T6aa_jobsKillArmed",
|
|
15037
|
-
"subagentContent": "F2T6aa_subagentContent",
|
|
15038
15131
|
"subagentLiveTool": "F2T6aa_subagentLiveTool",
|
|
15039
|
-
"
|
|
15040
|
-
"jobsContent": "F2T6aa_jobsContent",
|
|
15041
|
-
"jobsKillError": "F2T6aa_jobsKillError",
|
|
15042
|
-
"jobsPaneHeader": "F2T6aa_jobsPaneHeader",
|
|
15043
|
-
"subagentRefresh": "F2T6aa_subagentRefresh",
|
|
15044
|
-
"subagentLive": "F2T6aa_subagentLive",
|
|
15132
|
+
"subagentSecondary": "F2T6aa_subagentSecondary",
|
|
15045
15133
|
"subagentError": "F2T6aa_subagentError",
|
|
15046
|
-
"
|
|
15047
|
-
"
|
|
15048
|
-
"
|
|
15049
|
-
"
|
|
15050
|
-
"
|
|
15051
|
-
"
|
|
15052
|
-
"
|
|
15053
|
-
"subagentChildren": "F2T6aa_subagentChildren",
|
|
15054
|
-
"subagentLabel": "F2T6aa_subagentLabel",
|
|
15055
|
-
"subagentRowDisabled": "F2T6aa_subagentRowDisabled"
|
|
15134
|
+
"historyToggle": "F2T6aa_historyToggle",
|
|
15135
|
+
"subagentEmptyHint": "F2T6aa_subagentEmptyHint",
|
|
15136
|
+
"subagentRowActive": "F2T6aa_subagentRowActive",
|
|
15137
|
+
"subagentRowDisabled": "F2T6aa_subagentRowDisabled",
|
|
15138
|
+
"jobsHeader": "F2T6aa_jobsHeader",
|
|
15139
|
+
"jobsCount": "F2T6aa_jobsCount",
|
|
15140
|
+
"jobsRowSettled": "F2T6aa_jobsRowSettled"
|
|
15056
15141
|
};
|
|
15057
15142
|
//#endregion
|
|
15058
15143
|
//#region src/client/SubagentView.tsx
|
|
@@ -15070,6 +15155,12 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15070
15155
|
* highlighted in place. Every branch is expanded automatically (lazy
|
|
15071
15156
|
* catalogs hydrate on demand and consume live membership while visible).
|
|
15072
15157
|
*
|
|
15158
|
+
* To keep long histories browsable, each catalog level shows only its
|
|
15159
|
+
* LATEST {@link SUBAGENT_VISIBLE} children by default — earlier rows fold
|
|
15160
|
+
* behind a history toggle — and the jobs section shows its latest
|
|
15161
|
+
* {@link JOBS_VISIBLE} rows the same way. Collapsing is view-only: the
|
|
15162
|
+
* header counts, the output dock and live observation still see every row.
|
|
15163
|
+
*
|
|
15073
15164
|
* Each node card carries live status (state dot, durable label, mode and
|
|
15074
15165
|
* activity); while a child RUNS, its card additionally shows the LAST text
|
|
15075
15166
|
* output and LAST tool call pulled from its history tail, auto-refreshing
|
|
@@ -15085,6 +15176,15 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15085
15176
|
const JOB_POLL_MS = 2e3;
|
|
15086
15177
|
/** How long the kill button stays armed before it needs re-confirming. */
|
|
15087
15178
|
const JOB_KILL_ARM_MS = 3e3;
|
|
15179
|
+
/**
|
|
15180
|
+
* How many of the LATEST rows stay visible by default before the earlier
|
|
15181
|
+
* (history) rows collapse behind a toggle: {@link SUBAGENT_VISIBLE} for the
|
|
15182
|
+
* topology's child rows, {@link JOBS_VISIBLE} for the background-job list.
|
|
15183
|
+
* Collapsing is view-only — counts, the output dock and live observation
|
|
15184
|
+
* keep seeing every entry.
|
|
15185
|
+
*/
|
|
15186
|
+
const SUBAGENT_VISIBLE = 5;
|
|
15187
|
+
const JOBS_VISIBLE = 3;
|
|
15088
15188
|
/** The direct subagent children of one parent (durable `origin` rows;
|
|
15089
15189
|
* Side Chat threads ride the same origin but are tab-strip conversations,
|
|
15090
15190
|
* never topology). */
|
|
@@ -15215,13 +15315,21 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15215
15315
|
}, [rootId, active]);
|
|
15216
15316
|
return live;
|
|
15217
15317
|
}
|
|
15218
|
-
/**
|
|
15318
|
+
/**
|
|
15319
|
+
* Render one topology level; branches are always expanded (lazy catalogs).
|
|
15320
|
+
* When a level lists more than {@link SUBAGENT_VISIBLE} children, only the
|
|
15321
|
+
* LATEST ones render by default — the earlier rows collapse behind a
|
|
15322
|
+
* history toggle (per-level state; a fresh catalog page collapses again).
|
|
15323
|
+
*/
|
|
15219
15324
|
function CatalogRows({ parentSessionId, catalog, catalogs, byId, level, currentSessionId, live, openChild, refresh }) {
|
|
15220
15325
|
const emptyLoading = catalog?.state === "loading" && catalog.entries.length === 0;
|
|
15221
15326
|
const visibleEntries = (catalog?.entries ?? []).filter((entry) => {
|
|
15222
15327
|
if (entry.kind === "child") return !(entry.label?.startsWith("Side: ") ?? false);
|
|
15223
15328
|
return !(byId[entry.id]?.displayTitle.startsWith("Side: ") ?? false);
|
|
15224
15329
|
});
|
|
15330
|
+
const [historyOpen, setHistoryOpen] = (0, react.useState)(false);
|
|
15331
|
+
const historyCount = visibleEntries.length - SUBAGENT_VISIBLE;
|
|
15332
|
+
const renderEntries = historyCount > 0 && !historyOpen ? visibleEntries.slice(-5) : visibleEntries;
|
|
15225
15333
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [
|
|
15226
15334
|
emptyLoading && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(CatalogLoadingRows, {
|
|
15227
15335
|
parentSessionId,
|
|
@@ -15239,7 +15347,16 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15239
15347
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconRefreshOutline14, {}), t("retry")]
|
|
15240
15348
|
})]
|
|
15241
15349
|
}),
|
|
15242
|
-
|
|
15350
|
+
historyCount > 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
|
|
15351
|
+
type: "button",
|
|
15352
|
+
className: SubagentView_module_css_default.historyToggle,
|
|
15353
|
+
"aria-expanded": historyOpen,
|
|
15354
|
+
onClick: () => {
|
|
15355
|
+
setHistoryOpen((open) => !open);
|
|
15356
|
+
},
|
|
15357
|
+
children: [historyOpen ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconChevronDownOutline14, {}) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconChevronRightOutline14, {}), historyOpen ? t("subagentHideHistory") : t("subagentShowHistory", { count: historyCount })]
|
|
15358
|
+
}),
|
|
15359
|
+
renderEntries.map((entry) => {
|
|
15243
15360
|
if (entry.kind === "diagnostic") return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
15244
15361
|
className: SubagentView_module_css_default.subagentNode,
|
|
15245
15362
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
@@ -15443,10 +15560,12 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15443
15560
|
/**
|
|
15444
15561
|
* The background-job section of the Subagent page: every job of the whole
|
|
15445
15562
|
* current tree (main agent + subagents, owner-labeled), fed by the harness
|
|
15446
|
-
* `session/jobs` push mirror.
|
|
15447
|
-
*
|
|
15448
|
-
*
|
|
15449
|
-
*
|
|
15563
|
+
* `session/jobs` push mirror. When more than {@link JOBS_VISIBLE} jobs
|
|
15564
|
+
* exist, only the head of the standard order (live rows, then newest
|
|
15565
|
+
* settled) stays visible — earlier rows collapse behind a history toggle.
|
|
15566
|
+
* Clicking a row feeds its model-read output to the shared bottom dock
|
|
15567
|
+
* (event replay — never the model's cursor); live rows carry a
|
|
15568
|
+
* two-click-confirm kill button. Renders nothing while the tree has no jobs.
|
|
15450
15569
|
*/
|
|
15451
15570
|
function JobsSection(props) {
|
|
15452
15571
|
const { byId, jobsBySession, rootId, active } = props;
|
|
@@ -15456,6 +15575,7 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15456
15575
|
rootId
|
|
15457
15576
|
]);
|
|
15458
15577
|
const [selectedId, setSelectedId] = (0, react.useState)(void 0);
|
|
15578
|
+
const [historyOpen, setHistoryOpen] = (0, react.useState)(false);
|
|
15459
15579
|
const [armedId, setArmedId] = (0, react.useState)(void 0);
|
|
15460
15580
|
const [killingId, setKillingId] = (0, react.useState)(void 0);
|
|
15461
15581
|
const [killErrorId, setKillErrorId] = (0, react.useState)(void 0);
|
|
@@ -15502,88 +15622,102 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
15502
15622
|
count: rows.length,
|
|
15503
15623
|
running: liveCount
|
|
15504
15624
|
}) : t("jobsCount", { count: rows.length });
|
|
15625
|
+
const historyCount = rows.length - JOBS_VISIBLE;
|
|
15626
|
+
const visibleRows = historyCount > 0 && !historyOpen ? rows.slice(0, JOBS_VISIBLE) : rows;
|
|
15505
15627
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("section", {
|
|
15506
15628
|
className: SubagentView_module_css_default.jobs,
|
|
15507
15629
|
"aria-label": t("jobs"),
|
|
15508
|
-
children: [
|
|
15509
|
-
|
|
15510
|
-
|
|
15511
|
-
|
|
15512
|
-
|
|
15513
|
-
|
|
15514
|
-
|
|
15515
|
-
|
|
15516
|
-
|
|
15517
|
-
|
|
15518
|
-
|
|
15519
|
-
|
|
15520
|
-
|
|
15521
|
-
|
|
15522
|
-
|
|
15523
|
-
|
|
15524
|
-
|
|
15525
|
-
|
|
15526
|
-
|
|
15527
|
-
|
|
15528
|
-
|
|
15529
|
-
|
|
15530
|
-
|
|
15531
|
-
|
|
15532
|
-
|
|
15533
|
-
|
|
15534
|
-
|
|
15535
|
-
|
|
15536
|
-
|
|
15537
|
-
|
|
15538
|
-
|
|
15539
|
-
|
|
15540
|
-
|
|
15541
|
-
|
|
15542
|
-
|
|
15543
|
-
|
|
15544
|
-
|
|
15545
|
-
|
|
15546
|
-
|
|
15547
|
-
|
|
15548
|
-
|
|
15549
|
-
|
|
15550
|
-
|
|
15551
|
-
className: SubagentView_module_css_default.
|
|
15552
|
-
children: [/* @__PURE__ */ (0, react_jsx_runtime.
|
|
15553
|
-
className: SubagentView_module_css_default.
|
|
15554
|
-
children:
|
|
15630
|
+
children: [
|
|
15631
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
15632
|
+
className: SubagentView_module_css_default.jobsHeader,
|
|
15633
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15634
|
+
className: SubagentView_module_css_default.jobsTitle,
|
|
15635
|
+
children: t("jobs")
|
|
15636
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15637
|
+
className: SubagentView_module_css_default.jobsCount,
|
|
15638
|
+
children: countLabel
|
|
15639
|
+
})]
|
|
15640
|
+
}),
|
|
15641
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("ul", {
|
|
15642
|
+
className: SubagentView_module_css_default.jobsList,
|
|
15643
|
+
"aria-label": t("jobs"),
|
|
15644
|
+
children: visibleRows.map((row) => {
|
|
15645
|
+
const { job } = row;
|
|
15646
|
+
const live = isJobLive(job);
|
|
15647
|
+
const selected = selectedId === job.id;
|
|
15648
|
+
const armed = armedId === job.id;
|
|
15649
|
+
const killing = killingId === job.id;
|
|
15650
|
+
const killFailed = killErrorId === job.id;
|
|
15651
|
+
const elapsed = live ? now - job.startedAt : (job.finishedAt ?? job.startedAt) - job.startedAt;
|
|
15652
|
+
const secondary = [
|
|
15653
|
+
...multiOwner ? [row.ownerTitle] : [],
|
|
15654
|
+
jobStatusLabel(job.status, t),
|
|
15655
|
+
...job.detail !== void 0 && job.detail !== "" ? [job.detail] : [],
|
|
15656
|
+
formatJobDuration(elapsed, t)
|
|
15657
|
+
].filter(Boolean).join(" · ");
|
|
15658
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("li", {
|
|
15659
|
+
className: clsx(SubagentView_module_css_default.jobsRow, !live && SubagentView_module_css_default.jobsRowSettled, selected && SubagentView_module_css_default.jobsRowSelected),
|
|
15660
|
+
children: [
|
|
15661
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
|
|
15662
|
+
type: "button",
|
|
15663
|
+
className: SubagentView_module_css_default.jobsRowMain,
|
|
15664
|
+
"aria-pressed": selected,
|
|
15665
|
+
"aria-label": `${job.label} ${secondary}`,
|
|
15666
|
+
onClick: () => {
|
|
15667
|
+
setSelectedId(selected ? void 0 : job.id);
|
|
15668
|
+
},
|
|
15669
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.StateDot, {
|
|
15670
|
+
state: jobDotState(job.status),
|
|
15671
|
+
className: SubagentView_module_css_default.jobsDot
|
|
15672
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("span", {
|
|
15673
|
+
className: SubagentView_module_css_default.jobsContent,
|
|
15674
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("span", {
|
|
15675
|
+
className: SubagentView_module_css_default.jobsLabelLine,
|
|
15676
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15677
|
+
className: SubagentView_module_css_default.jobsKind,
|
|
15678
|
+
children: job.kind
|
|
15679
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15680
|
+
className: SubagentView_module_css_default.jobsLabel,
|
|
15681
|
+
title: job.label,
|
|
15682
|
+
children: job.label
|
|
15683
|
+
})]
|
|
15555
15684
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15556
|
-
className: SubagentView_module_css_default.
|
|
15557
|
-
|
|
15558
|
-
children: job.label
|
|
15685
|
+
className: SubagentView_module_css_default.jobsSecondary,
|
|
15686
|
+
children: secondary
|
|
15559
15687
|
})]
|
|
15560
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15561
|
-
className: SubagentView_module_css_default.jobsSecondary,
|
|
15562
|
-
children: secondary
|
|
15563
15688
|
})]
|
|
15564
|
-
})
|
|
15565
|
-
|
|
15566
|
-
|
|
15567
|
-
|
|
15568
|
-
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15572
|
-
|
|
15573
|
-
|
|
15574
|
-
|
|
15575
|
-
|
|
15576
|
-
|
|
15577
|
-
|
|
15578
|
-
|
|
15579
|
-
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
|
|
15583
|
-
|
|
15584
|
-
}
|
|
15689
|
+
}),
|
|
15690
|
+
job.status === "running" && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
15691
|
+
type: "button",
|
|
15692
|
+
className: armed ? `${SubagentView_module_css_default.jobsKill} ${SubagentView_module_css_default.jobsKillArmed}` : SubagentView_module_css_default.jobsKill,
|
|
15693
|
+
"aria-label": armed ? t("jobKillConfirm") : t("jobKill"),
|
|
15694
|
+
title: armed ? t("jobKillConfirm") : t("jobKill"),
|
|
15695
|
+
disabled: killing,
|
|
15696
|
+
onClick: (event) => {
|
|
15697
|
+
event.stopPropagation();
|
|
15698
|
+
if (armed) kill(row);
|
|
15699
|
+
else setArmedId(job.id);
|
|
15700
|
+
},
|
|
15701
|
+
children: armed ? t("jobKillConfirm") : /* @__PURE__ */ (0, react_jsx_runtime.jsx)(IconStopOutline16, { size: 12 })
|
|
15702
|
+
}),
|
|
15703
|
+
killFailed && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
15704
|
+
className: SubagentView_module_css_default.jobsKillError,
|
|
15705
|
+
children: t("jobKillError")
|
|
15706
|
+
})
|
|
15707
|
+
]
|
|
15708
|
+
}, job.id);
|
|
15709
|
+
})
|
|
15710
|
+
}),
|
|
15711
|
+
historyCount > 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
|
|
15712
|
+
type: "button",
|
|
15713
|
+
className: SubagentView_module_css_default.historyToggle,
|
|
15714
|
+
"aria-expanded": historyOpen,
|
|
15715
|
+
onClick: () => {
|
|
15716
|
+
setHistoryOpen((open) => !open);
|
|
15717
|
+
},
|
|
15718
|
+
children: [historyOpen ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconChevronDownOutline14, {}) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconChevronRightOutline14, {}), historyOpen ? t("jobsHideHistory") : t("jobsShowHistory", { count: historyCount })]
|
|
15585
15719
|
})
|
|
15586
|
-
|
|
15720
|
+
]
|
|
15587
15721
|
}), selectedRow !== void 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(JobOutputPane, {
|
|
15588
15722
|
ownerSessionId: selectedRow.ownerSessionId,
|
|
15589
15723
|
job: selectedRow.job,
|
|
@@ -16110,45 +16244,45 @@ Mode: this is a continuable side conversation. Your answers stay in this side th
|
|
|
16110
16244
|
document.head.appendChild(tag);
|
|
16111
16245
|
}
|
|
16112
16246
|
var SideChatView_module_css_default = {
|
|
16113
|
-
"
|
|
16114
|
-
"
|
|
16115
|
-
"
|
|
16116
|
-
"
|
|
16117
|
-
"sidechatRowChevron": "_64UoUa_sidechatRowChevron",
|
|
16118
|
-
"sidechatRowFailed": "_64UoUa_sidechatRowFailed",
|
|
16119
|
-
"sidechatHeroDesc": "_64UoUa_sidechatHeroDesc",
|
|
16120
|
-
"sidechatUser": "_64UoUa_sidechatUser",
|
|
16121
|
-
"sidechatStatus": "_64UoUa_sidechatStatus",
|
|
16122
|
-
"sidechatHeroTitle": "_64UoUa_sidechatHeroTitle",
|
|
16123
|
-
"sidechat": "_64UoUa_sidechat",
|
|
16124
|
-
"sidechatSendBtn": "_64UoUa_sidechatSendBtn",
|
|
16247
|
+
"sidechatRow": "_64UoUa_sidechatRow",
|
|
16248
|
+
"sidechatScroll": "_64UoUa_sidechatScroll",
|
|
16249
|
+
"sidechatIconBtn": "_64UoUa_sidechatIconBtn",
|
|
16250
|
+
"sidechatRowLine": "_64UoUa_sidechatRowLine",
|
|
16125
16251
|
"sidechatComposerBar": "_64UoUa_sidechatComposerBar",
|
|
16126
|
-
"
|
|
16127
|
-
"
|
|
16252
|
+
"sidechatComposerInput": "_64UoUa_sidechatComposerInput",
|
|
16253
|
+
"sidechatAgentBadge": "_64UoUa_sidechatAgentBadge",
|
|
16128
16254
|
"sidechatRowProse": "_64UoUa_sidechatRowProse",
|
|
16129
|
-
"
|
|
16255
|
+
"sidechatRowChevron": "_64UoUa_sidechatRowChevron",
|
|
16130
16256
|
"sidechatRowLabel": "_64UoUa_sidechatRowLabel",
|
|
16131
|
-
"
|
|
16132
|
-
"
|
|
16133
|
-
"
|
|
16134
|
-
"
|
|
16257
|
+
"sidechatRowStatic": "_64UoUa_sidechatRowStatic",
|
|
16258
|
+
"sidechatRowMono": "_64UoUa_sidechatRowMono",
|
|
16259
|
+
"sidechat": "_64UoUa_sidechat",
|
|
16260
|
+
"sidechatRowFailed": "_64UoUa_sidechatRowFailed",
|
|
16261
|
+
"sidechatAssistant": "_64UoUa_sidechatAssistant",
|
|
16262
|
+
"sidechatRowBody": "_64UoUa_sidechatRowBody",
|
|
16263
|
+
"sidechatComposerMeta": "_64UoUa_sidechatComposerMeta",
|
|
16264
|
+
"sidechatHero": "_64UoUa_sidechatHero",
|
|
16265
|
+
"sidechatRowIn": "_64UoUa_sidechatRowIn",
|
|
16266
|
+
"sidechatUser": "_64UoUa_sidechatUser",
|
|
16135
16267
|
"sidechatRowMeta": "_64UoUa_sidechatRowMeta",
|
|
16136
|
-
"
|
|
16137
|
-
"sidechatSweep": "_64UoUa_sidechatSweep",
|
|
16268
|
+
"sidechatPrimaryBtn": "_64UoUa_sidechatPrimaryBtn",
|
|
16138
16269
|
"sidechatRowCode": "_64UoUa_sidechatRowCode",
|
|
16139
|
-
"
|
|
16140
|
-
"sidechatComposerInput": "_64UoUa_sidechatComposerInput",
|
|
16270
|
+
"sidechatShimmerText": "_64UoUa_sidechatShimmerText",
|
|
16141
16271
|
"sidechatDetailHeader": "_64UoUa_sidechatDetailHeader",
|
|
16142
|
-
"
|
|
16143
|
-
"
|
|
16144
|
-
"
|
|
16272
|
+
"sidechatHeaderDot": "_64UoUa_sidechatHeaderDot",
|
|
16273
|
+
"sidechatRowSummary": "_64UoUa_sidechatRowSummary",
|
|
16274
|
+
"sidechatStatusText": "_64UoUa_sidechatStatusText",
|
|
16275
|
+
"sidechatHeroDesc": "_64UoUa_sidechatHeroDesc",
|
|
16276
|
+
"sidechatFadeIn": "_64UoUa_sidechatFadeIn",
|
|
16277
|
+
"sidechatHint": "_64UoUa_sidechatHint",
|
|
16278
|
+
"sidechatHeaderSpacer": "_64UoUa_sidechatHeaderSpacer",
|
|
16279
|
+
"sidechatStatus": "_64UoUa_sidechatStatus",
|
|
16280
|
+
"sidechatHeroTitle": "_64UoUa_sidechatHeroTitle",
|
|
16145
16281
|
"sidechatComposer": "_64UoUa_sidechatComposer",
|
|
16146
|
-
"sidechatComposerMeta": "_64UoUa_sidechatComposerMeta",
|
|
16147
|
-
"sidechatScroll": "_64UoUa_sidechatScroll",
|
|
16148
16282
|
"sidechatError": "_64UoUa_sidechatError",
|
|
16149
|
-
"
|
|
16150
|
-
"
|
|
16151
|
-
"
|
|
16283
|
+
"sidechatSweep": "_64UoUa_sidechatSweep",
|
|
16284
|
+
"sidechatSendBtn": "_64UoUa_sidechatSendBtn",
|
|
16285
|
+
"sidechatBtnIn": "_64UoUa_sidechatBtnIn"
|
|
16152
16286
|
};
|
|
16153
16287
|
//#endregion
|
|
16154
16288
|
//#region src/client/SideChatView.tsx
|