codexmate 0.0.41 → 0.0.42

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.
Files changed (155) hide show
  1. package/README.md +168 -168
  2. package/README.zh.md +168 -168
  3. package/cli/agents-files.js +230 -230
  4. package/cli/analytics-export-args.js +68 -68
  5. package/cli/archive-helpers.js +453 -453
  6. package/cli/auth-profiles.js +375 -375
  7. package/cli/builtin-proxy.js +2144 -2144
  8. package/cli/claude-proxy.js +1022 -1022
  9. package/cli/config-bootstrap.js +407 -407
  10. package/cli/config-health.js +454 -454
  11. package/cli/doctor-core.js +903 -903
  12. package/cli/import-skills-url.js +356 -356
  13. package/cli/local-bridge.js +556 -556
  14. package/cli/openai-bridge.js +1984 -1984
  15. package/cli/openclaw-config.js +629 -629
  16. package/cli/session-convert-args.js +69 -69
  17. package/cli/session-convert-io.js +82 -82
  18. package/cli/session-convert.js +150 -150
  19. package/cli/session-usage.concurrent.js +28 -28
  20. package/cli/session-usage.js +304 -304
  21. package/cli/session-usage.models.js +176 -176
  22. package/cli/skills.js +1141 -1141
  23. package/cli/update.js +171 -171
  24. package/cli/zip-commands.js +510 -510
  25. package/cli.js +16494 -16458
  26. package/lib/automation.js +404 -404
  27. package/lib/cli-file-utils.js +151 -151
  28. package/lib/cli-models-utils.js +440 -440
  29. package/lib/cli-network-utils.js +190 -190
  30. package/lib/cli-path-utils.js +85 -85
  31. package/lib/cli-session-utils.js +121 -121
  32. package/lib/cli-sessions.js +427 -427
  33. package/lib/cli-utils.js +155 -155
  34. package/lib/cli-webhook.js +154 -154
  35. package/lib/download-artifacts.js +92 -92
  36. package/lib/mcp-stdio.js +453 -453
  37. package/lib/task-orchestrator.js +869 -869
  38. package/lib/text-diff.js +303 -303
  39. package/lib/win-tray.js +119 -119
  40. package/lib/workflow-engine.js +340 -340
  41. package/package.json +77 -77
  42. package/plugins/README.md +20 -20
  43. package/plugins/README.zh-CN.md +20 -20
  44. package/plugins/prompt-templates/comment-polish/index.mjs +25 -25
  45. package/plugins/prompt-templates/computed.mjs +311 -311
  46. package/plugins/prompt-templates/index.mjs +8 -8
  47. package/plugins/prompt-templates/manifest.mjs +18 -18
  48. package/plugins/prompt-templates/methods.mjs +553 -553
  49. package/plugins/prompt-templates/overview.mjs +91 -91
  50. package/plugins/prompt-templates/ownership.mjs +19 -19
  51. package/plugins/prompt-templates/rule-ack/index.mjs +21 -21
  52. package/plugins/prompt-templates/storage.mjs +64 -64
  53. package/plugins/registry.mjs +16 -16
  54. package/web-ui/app.js +695 -695
  55. package/web-ui/index.html +37 -37
  56. package/web-ui/logic.agents-diff.mjs +386 -386
  57. package/web-ui/logic.claude.mjs +172 -172
  58. package/web-ui/logic.codex.mjs +69 -69
  59. package/web-ui/logic.mjs +5 -5
  60. package/web-ui/logic.runtime.mjs +128 -128
  61. package/web-ui/logic.session-convert.mjs +70 -70
  62. package/web-ui/logic.sessions.mjs +782 -782
  63. package/web-ui/modules/api.mjs +90 -90
  64. package/web-ui/modules/app.computed.dashboard.mjs +252 -252
  65. package/web-ui/modules/app.computed.index.mjs +17 -17
  66. package/web-ui/modules/app.computed.main-tabs.mjs +214 -214
  67. package/web-ui/modules/app.computed.session.mjs +876 -876
  68. package/web-ui/modules/app.constants.mjs +15 -15
  69. package/web-ui/modules/app.methods.agents.mjs +651 -651
  70. package/web-ui/modules/app.methods.claude-config.mjs +412 -412
  71. package/web-ui/modules/app.methods.codex-config.mjs +869 -869
  72. package/web-ui/modules/app.methods.index.mjs +96 -96
  73. package/web-ui/modules/app.methods.install.mjs +205 -205
  74. package/web-ui/modules/app.methods.navigation.mjs +804 -804
  75. package/web-ui/modules/app.methods.openclaw-core.mjs +814 -814
  76. package/web-ui/modules/app.methods.openclaw-editing.mjs +420 -420
  77. package/web-ui/modules/app.methods.openclaw-persist.mjs +375 -375
  78. package/web-ui/modules/app.methods.providers.mjs +601 -601
  79. package/web-ui/modules/app.methods.runtime.mjs +420 -420
  80. package/web-ui/modules/app.methods.session-actions.mjs +617 -591
  81. package/web-ui/modules/app.methods.session-browser.mjs +1018 -1018
  82. package/web-ui/modules/app.methods.session-timeline.mjs +479 -479
  83. package/web-ui/modules/app.methods.session-trash.mjs +468 -468
  84. package/web-ui/modules/app.methods.startup-claude.mjs +554 -554
  85. package/web-ui/modules/app.methods.task-orchestration.mjs +556 -556
  86. package/web-ui/modules/app.methods.tool-config-permissions.mjs +87 -87
  87. package/web-ui/modules/app.methods.webhook.mjs +87 -87
  88. package/web-ui/modules/config-mode.computed.mjs +124 -124
  89. package/web-ui/modules/config-template-confirm-pref.mjs +33 -33
  90. package/web-ui/modules/i18n/locales/en.mjs +1141 -1140
  91. package/web-ui/modules/i18n/locales/ja.mjs +1132 -1130
  92. package/web-ui/modules/i18n/locales/vi.mjs +239 -239
  93. package/web-ui/modules/i18n/locales/zh.mjs +1144 -1143
  94. package/web-ui/modules/i18n.dict.mjs +14 -14
  95. package/web-ui/modules/i18n.mjs +111 -111
  96. package/web-ui/modules/plugins.computed.mjs +3 -3
  97. package/web-ui/modules/plugins.methods.mjs +3 -3
  98. package/web-ui/modules/plugins.storage.mjs +11 -11
  99. package/web-ui/modules/provider-url-display.mjs +17 -17
  100. package/web-ui/modules/sessions-filters-url.mjs +138 -138
  101. package/web-ui/modules/skills.computed.mjs +107 -107
  102. package/web-ui/modules/skills.methods.mjs +513 -513
  103. package/web-ui/partials/index/layout-footer.html +13 -13
  104. package/web-ui/partials/index/layout-header.html +478 -478
  105. package/web-ui/partials/index/modal-config-template-agents.html +185 -185
  106. package/web-ui/partials/index/modal-confirm-toast.html +32 -32
  107. package/web-ui/partials/index/modal-health-check.html +45 -45
  108. package/web-ui/partials/index/modal-openclaw-config.html +344 -344
  109. package/web-ui/partials/index/modal-skills.html +200 -200
  110. package/web-ui/partials/index/modal-webhook.html +42 -42
  111. package/web-ui/partials/index/modals-basic.html +263 -263
  112. package/web-ui/partials/index/panel-config-claude.html +187 -187
  113. package/web-ui/partials/index/panel-config-codex.html +205 -205
  114. package/web-ui/partials/index/panel-config-openclaw.html +89 -89
  115. package/web-ui/partials/index/panel-dashboard.html +171 -171
  116. package/web-ui/partials/index/panel-docs.html +114 -114
  117. package/web-ui/partials/index/panel-market.html +104 -104
  118. package/web-ui/partials/index/panel-orchestration.html +391 -391
  119. package/web-ui/partials/index/panel-plugins.html +253 -253
  120. package/web-ui/partials/index/panel-sessions.html +325 -319
  121. package/web-ui/partials/index/panel-settings.html +181 -181
  122. package/web-ui/partials/index/panel-trash.html +82 -82
  123. package/web-ui/partials/index/panel-usage.html +181 -181
  124. package/web-ui/res/json5.min.js +1 -1
  125. package/web-ui/res/vue.global.prod.js +13 -13
  126. package/web-ui/res/vue.runtime.global.prod.js +7 -7
  127. package/web-ui/res/web-ui-render.precompiled.js +7671 -7666
  128. package/web-ui/session-helpers.mjs +602 -602
  129. package/web-ui/source-bundle.cjs +305 -305
  130. package/web-ui/styles/base-theme.css +291 -291
  131. package/web-ui/styles/bridge-pool.css +266 -266
  132. package/web-ui/styles/controls-forms.css +532 -532
  133. package/web-ui/styles/dashboard.css +438 -438
  134. package/web-ui/styles/docs-panel.css +245 -245
  135. package/web-ui/styles/feedback.css +108 -108
  136. package/web-ui/styles/health-check-dialog.css +144 -144
  137. package/web-ui/styles/layout-shell.css +711 -711
  138. package/web-ui/styles/modals-core.css +499 -499
  139. package/web-ui/styles/navigation-panels.css +399 -399
  140. package/web-ui/styles/openclaw-structured.css +616 -616
  141. package/web-ui/styles/plugins-panel.css +564 -564
  142. package/web-ui/styles/responsive.css +501 -501
  143. package/web-ui/styles/sessions-list.css +683 -683
  144. package/web-ui/styles/sessions-preview.css +407 -407
  145. package/web-ui/styles/sessions-toolbar-trash.css +518 -518
  146. package/web-ui/styles/sessions-usage.css +849 -849
  147. package/web-ui/styles/settings-panel.css +419 -419
  148. package/web-ui/styles/skills-list.css +305 -305
  149. package/web-ui/styles/skills-market.css +723 -723
  150. package/web-ui/styles/task-orchestration.css +822 -822
  151. package/web-ui/styles/titles-cards.css +486 -486
  152. package/web-ui/styles/trash-panel.css +90 -90
  153. package/web-ui/styles/webhook.css +115 -115
  154. package/web-ui/styles.css +24 -24
  155. package/web-ui.html +17 -17
@@ -1,616 +1,616 @@
1
- .quick-section {
2
- margin-top: var(--spacing-md);
3
- padding: 0;
4
- border-radius: var(--radius-lg);
5
- border: none;
6
- background: transparent;
7
- }
8
-
9
- .quick-header {
10
- display: flex;
11
- flex-wrap: wrap;
12
- gap: var(--spacing-xs);
13
- align-items: flex-start;
14
- justify-content: space-between;
15
- margin-bottom: var(--spacing-sm);
16
- }
17
-
18
- .quick-title {
19
- font-size: var(--font-size-secondary);
20
- font-weight: var(--font-weight-secondary);
21
- color: var(--color-text-secondary);
22
- }
23
-
24
- .quick-actions {
25
- display: flex;
26
- flex-wrap: wrap;
27
- gap: var(--spacing-xs);
28
- }
29
-
30
- /* Accordion Stepper */
31
- .quick-accordion {
32
- display: flex;
33
- flex-direction: column;
34
- gap: 8px;
35
- margin-top: 16px;
36
- }
37
-
38
- .accordion-panel {
39
- background: var(--color-surface);
40
- border: 1px solid var(--color-border-soft);
41
- border-radius: var(--radius-md);
42
- overflow: hidden;
43
- transition: border-color 0.2s ease, box-shadow 0.2s ease;
44
- }
45
-
46
- .accordion-panel.active {
47
- border-color: rgba(200, 121, 99, 0.25);
48
- box-shadow: 0 2px 12px rgba(200, 121, 99, 0.08);
49
- }
50
-
51
- .accordion-panel.completed {
52
- border-color: rgba(90, 139, 106, 0.2);
53
- }
54
-
55
- .accordion-trigger {
56
- width: 100%;
57
- display: flex;
58
- align-items: center;
59
- gap: 12px;
60
- padding: 12px 16px;
61
- background: transparent;
62
- border: none;
63
- cursor: pointer;
64
- transition: background-color 0.15s ease;
65
- text-align: left;
66
- font-family: inherit;
67
- }
68
-
69
- .accordion-trigger:hover {
70
- background: rgba(200, 121, 99, 0.04);
71
- }
72
-
73
- .accordion-step-badge {
74
- width: 24px;
75
- height: 24px;
76
- border-radius: 50%;
77
- display: flex;
78
- align-items: center;
79
- justify-content: center;
80
- background: var(--color-border-soft);
81
- color: var(--color-text-secondary);
82
- font-size: 12px;
83
- font-weight: 600;
84
- flex-shrink: 0;
85
- transition: all 0.2s ease;
86
- }
87
-
88
- .accordion-panel.active .accordion-step-badge {
89
- background: var(--color-brand);
90
- color: #fff;
91
- }
92
-
93
- .accordion-panel.completed .accordion-step-badge {
94
- background: rgba(90, 139, 106, 0.2);
95
- color: var(--color-success);
96
- }
97
-
98
- .accordion-title {
99
- font-size: 13px;
100
- font-weight: 500;
101
- color: var(--color-text-primary);
102
- flex: 1;
103
- }
104
-
105
- .accordion-status {
106
- font-size: 11px;
107
- color: var(--color-text-tertiary);
108
- max-width: 200px;
109
- overflow: hidden;
110
- text-overflow: ellipsis;
111
- white-space: nowrap;
112
- }
113
-
114
- .accordion-chevron {
115
- width: 16px;
116
- height: 16px;
117
- color: var(--color-text-muted);
118
- transition: transform 0.2s ease;
119
- flex-shrink: 0;
120
- }
121
-
122
- .accordion-panel.active .accordion-chevron {
123
- transform: rotate(180deg);
124
- }
125
-
126
- .accordion-content {
127
- padding: 0 16px 16px;
128
- animation: accordionSlide 0.2s ease;
129
- }
130
-
131
- @keyframes accordionSlide {
132
- from {
133
- opacity: 0;
134
- transform: translateY(-8px);
135
- }
136
- to {
137
- opacity: 1;
138
- transform: translateY(0);
139
- }
140
- }
141
-
142
- .accordion-actions {
143
- display: flex;
144
- justify-content: space-between;
145
- gap: 8px;
146
- margin-top: 16px;
147
- padding-top: 16px;
148
- border-top: 1px solid var(--color-border-soft);
149
- }
150
-
151
- /* Quick option checkboxes in accordion */
152
- .quick-option {
153
- display: flex;
154
- align-items: center;
155
- gap: 8px;
156
- font-size: var(--font-size-caption);
157
- color: var(--color-text-secondary);
158
- margin-bottom: 6px;
159
- cursor: pointer;
160
- }
161
-
162
- .quick-option input {
163
- accent-color: var(--color-brand);
164
- width: 16px;
165
- height: 16px;
166
- }
167
-
168
- /* Form hint error state */
169
- .form-hint.hint-error {
170
- color: var(--color-error);
171
- }
172
-
173
- /* Form hint error state */
174
- .form-hint.hint-error {
175
- color: var(--color-error);
176
- }
177
-
178
- .structured-section {
179
- margin-top: var(--spacing-md);
180
- padding: var(--spacing-sm);
181
- border-radius: var(--radius-lg);
182
- border: 1px solid var(--color-border-soft);
183
- background: rgba(255, 255, 255, 0.6);
184
- }
185
-
186
- .structured-header {
187
- display: flex;
188
- flex-wrap: wrap;
189
- gap: var(--spacing-xs);
190
- align-items: baseline;
191
- justify-content: space-between;
192
- margin-bottom: var(--spacing-sm);
193
- }
194
-
195
- .structured-title {
196
- font-size: var(--font-size-secondary);
197
- font-weight: var(--font-weight-secondary);
198
- color: var(--color-text-secondary);
199
- }
200
-
201
- .structured-grid {
202
- display: grid;
203
- gap: var(--spacing-sm);
204
- grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
205
- }
206
-
207
- .structured-card {
208
- background: var(--color-surface);
209
- border: 1px solid var(--color-border-soft);
210
- border-radius: var(--radius-sm);
211
- padding: var(--spacing-sm);
212
- box-shadow: var(--shadow-subtle);
213
- }
214
-
215
- .structured-card-title {
216
- font-size: var(--font-size-body);
217
- font-weight: var(--font-weight-secondary);
218
- color: var(--color-text-secondary);
219
- margin-bottom: 8px;
220
- }
221
-
222
- .provider-list {
223
- display: flex;
224
- flex-direction: column;
225
- gap: var(--spacing-xs);
226
- }
227
-
228
- .provider-item {
229
- border: 1px dashed var(--color-border-soft);
230
- border-radius: var(--radius-sm);
231
- padding: var(--spacing-xs);
232
- background: var(--color-surface-alt);
233
- }
234
-
235
- .provider-header {
236
- display: flex;
237
- flex-wrap: wrap;
238
- gap: var(--spacing-xs);
239
- align-items: center;
240
- margin-bottom: 6px;
241
- }
242
-
243
- .provider-name {
244
- font-weight: var(--font-weight-secondary);
245
- color: var(--color-text-secondary);
246
- }
247
-
248
- .provider-source {
249
- font-size: var(--font-size-caption);
250
- color: var(--color-text-tertiary);
251
- }
252
-
253
- .provider-fields {
254
- display: grid;
255
- gap: 6px;
256
- }
257
-
258
- .provider-field {
259
- display: flex;
260
- flex-wrap: wrap;
261
- gap: 6px;
262
- align-items: baseline;
263
- }
264
-
265
- .provider-field-key {
266
- font-family: var(--font-family-mono);
267
- font-size: var(--font-size-caption);
268
- color: var(--color-text-muted);
269
- min-width: 110px;
270
- }
271
-
272
- .provider-field-value {
273
- font-family: var(--font-family-mono);
274
- font-size: var(--font-size-caption);
275
- color: var(--color-text-secondary);
276
- word-break: break-all;
277
- }
278
-
279
- .auth-profile-list {
280
- display: flex;
281
- flex-direction: column;
282
- gap: var(--spacing-xs);
283
- }
284
-
285
- .auth-profile-item {
286
- border: 1px dashed var(--color-border-soft);
287
- border-radius: var(--radius-sm);
288
- padding: var(--spacing-sm);
289
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0.82) 0%, rgba(247, 241, 232, 0.4) 100%);
290
- }
291
-
292
- .auth-profile-header {
293
- display: flex;
294
- align-items: flex-start;
295
- justify-content: space-between;
296
- gap: var(--spacing-sm);
297
- }
298
-
299
- .auth-profile-main {
300
- min-width: 0;
301
- flex: 1;
302
- display: flex;
303
- flex-direction: column;
304
- gap: 6px;
305
- }
306
-
307
- .auth-profile-title {
308
- font-size: var(--font-size-body);
309
- font-weight: var(--font-weight-secondary);
310
- color: var(--color-text-secondary);
311
- letter-spacing: -0.01em;
312
- word-break: break-all;
313
- }
314
-
315
- .auth-profile-meta {
316
- display: flex;
317
- flex-wrap: wrap;
318
- gap: 8px;
319
- align-items: center;
320
- }
321
-
322
- .auth-profile-actions {
323
- display: flex;
324
- flex-wrap: wrap;
325
- gap: 8px;
326
- justify-content: flex-end;
327
- }
328
-
329
- .auth-profile-grid {
330
- margin-top: 10px;
331
- display: grid;
332
- grid-template-columns: minmax(96px, 130px) minmax(0, 1fr);
333
- gap: 8px 12px;
334
- align-items: start;
335
- }
336
-
337
- .auth-profile-row {
338
- display: contents;
339
- }
340
-
341
- .auth-profile-key {
342
- font-family: var(--font-family-mono);
343
- font-size: var(--font-size-caption);
344
- color: var(--color-text-muted);
345
- line-height: 1.4;
346
- }
347
-
348
- .auth-profile-value {
349
- font-family: var(--font-family-mono);
350
- font-size: var(--font-size-caption);
351
- color: var(--color-text-secondary);
352
- line-height: 1.4;
353
- word-break: break-all;
354
- }
355
-
356
-
357
- /* OpenClaw config tab: align with current settings/card system */
358
- .openclaw-layout {
359
- display: grid;
360
- gap: 10px;
361
- padding: 0;
362
- width: 100%;
363
- }
364
-
365
- .openclaw-workspace-card.settings-card,
366
- .openclaw-configs-card {
367
- margin: 0;
368
- padding: 0;
369
- width: 100%;
370
- align-items: stretch;
371
- border: 0;
372
- border-radius: 0;
373
- background: transparent;
374
- box-shadow: none;
375
- }
376
-
377
- .openclaw-workspace-card.settings-card:hover,
378
- .openclaw-configs-card:hover {
379
- border-color: transparent;
380
- box-shadow: none;
381
- }
382
-
383
- .openclaw-workspace-card.settings-card > .settings-card-body,
384
- .openclaw-configs-card > .settings-card-body {
385
- width: 100%;
386
- min-width: 0;
387
- }
388
-
389
- /* Nested workspace card - distinguish from outer section */
390
- .openclaw-workspace-card.settings-card > .settings-card-body > .openclaw-workspace-card {
391
- display: flex;
392
- flex-direction: column;
393
- justify-content: center;
394
- gap: 8px;
395
- min-height: 70px;
396
- padding: 14px 16px;
397
- border: 1px solid rgba(137, 111, 94, 0.12);
398
- border-radius: var(--radius-lg);
399
- background: rgba(255, 255, 255, 0.76);
400
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
401
- }
402
-
403
- /* Workspace tool button */
404
- .openclaw-tools-grid {
405
- display: grid;
406
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
407
- gap: 8px;
408
- align-items: stretch;
409
- }
410
-
411
- .openclaw-tool-btn {
412
- min-width: 0;
413
- display: flex;
414
- align-items: center;
415
- gap: 12px;
416
- min-height: 70px;
417
- padding: 14px 16px;
418
- width: 100%;
419
- border-radius: var(--radius-lg);
420
- border: 1px solid rgba(137, 111, 94, 0.12);
421
- background: rgba(255, 255, 255, 0.76);
422
- cursor: pointer;
423
- transition: all 0.2s ease;
424
- text-align: left;
425
- font-family: inherit;
426
- }
427
-
428
- .openclaw-tool-btn:hover:not(:disabled) {
429
- border-color: rgba(137, 111, 94, 0.18);
430
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
431
- transform: translateY(-1px);
432
- }
433
-
434
- .openclaw-tool-btn:disabled {
435
- opacity: 0.6;
436
- cursor: not-allowed;
437
- }
438
-
439
- .tool-icon {
440
- width: 40px;
441
- height: 40px;
442
- display: flex;
443
- align-items: center;
444
- justify-content: center;
445
- font-size: 20px;
446
- background: rgba(200, 121, 99, 0.08);
447
- border-radius: var(--radius-md);
448
- flex-shrink: 0;
449
- }
450
-
451
- .tool-content {
452
- flex: 1;
453
- min-width: 0;
454
- display: flex;
455
- flex-direction: column;
456
- gap: 2px;
457
- }
458
-
459
- .tool-title {
460
- font-size: 14px;
461
- font-weight: 500;
462
- color: var(--color-text-primary);
463
- }
464
-
465
- .tool-meta {
466
- font-size: 11px;
467
- color: var(--color-text-tertiary);
468
- line-height: 1.45;
469
- }
470
-
471
- .tool-chevron {
472
- width: 18px;
473
- height: 18px;
474
- color: var(--color-text-muted);
475
- flex-shrink: 0;
476
- }
477
-
478
- .workspace-label {
479
- font-size: 13px;
480
- font-weight: 500;
481
- color: var(--color-text-primary);
482
- }
483
-
484
- .workspace-input-group {
485
- display: grid;
486
- grid-template-columns: minmax(0, 1fr) max-content;
487
- gap: 8px;
488
- align-items: center;
489
- width: 100%;
490
- }
491
-
492
- .workspace-input-group .form-input {
493
- min-height: 36px;
494
- width: 100%;
495
- }
496
-
497
- .workspace-input-group .btn-tool {
498
- white-space: nowrap;
499
- }
500
-
501
- .workspace-meta {
502
- font-size: 11px;
503
- color: var(--color-text-tertiary);
504
- line-height: 1.45;
505
- }
506
-
507
- .openclaw-card-list {
508
- margin-bottom: 0;
509
- }
510
-
511
- .openclaw-card-list .card {
512
- width: 100%;
513
- min-height: 70px;
514
- flex-direction: row;
515
- align-items: center;
516
- gap: 14px;
517
- padding: 14px 16px;
518
- }
519
-
520
- .openclaw-card-list .card-icon {
521
- display: none;
522
- }
523
-
524
- .openclaw-card-list .card-leading {
525
- flex: 1 1 auto;
526
- min-width: 0;
527
- }
528
-
529
- .openclaw-card-list .card-content {
530
- flex: 1;
531
- }
532
-
533
- .openclaw-card-list .card-title {
534
- white-space: normal;
535
- overflow: visible;
536
- }
537
-
538
- .openclaw-card-list .card-subtitle {
539
- white-space: normal;
540
- overflow: visible;
541
- }
542
-
543
- .openclaw-card-list .card-trailing {
544
- width: auto;
545
- min-width: max-content;
546
- grid-auto-flow: column;
547
- grid-auto-columns: max-content;
548
- align-items: center;
549
- justify-content: end;
550
- }
551
-
552
- .openclaw-card-list .card {
553
- background: rgba(255, 255, 255, 0.76);
554
- border-color: rgba(137, 111, 94, 0.12);
555
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
556
- }
557
-
558
- .openclaw-card-list .card-subtitle {
559
- white-space: normal;
560
- display: -webkit-box;
561
- -webkit-box-orient: vertical;
562
- -webkit-line-clamp: 2;
563
- overflow-wrap: anywhere;
564
- }
565
-
566
- @media (min-width: 1200px) {
567
- .tool-icon {
568
- width: 42px;
569
- height: 42px;
570
- font-size: 21px;
571
- }
572
- }
573
-
574
- @media (max-width: 820px) {
575
- .openclaw-tools-grid {
576
- grid-template-columns: 1fr;
577
- }
578
-
579
- .workspace-input-group {
580
- grid-template-columns: 1fr;
581
- }
582
-
583
- .workspace-input-group .btn-tool {
584
- width: 100%;
585
- }
586
- }
587
-
588
- @media (max-width: 520px) {
589
- .openclaw-layout {
590
- gap: 12px;
591
- padding-top: 0;
592
- }
593
-
594
- .openclaw-tool-btn {
595
- padding: 14px;
596
- }
597
-
598
- .tool-icon {
599
- width: 36px;
600
- height: 36px;
601
- font-size: 18px;
602
- }
603
-
604
- .openclaw-card-list .card {
605
- align-items: center;
606
- flex-direction: row;
607
- gap: 10px;
608
- }
609
-
610
- .openclaw-card-list .card-trailing {
611
- width: auto;
612
- min-width: max-content;
613
- grid-auto-flow: column;
614
- justify-content: end;
615
- }
616
- }
1
+ .quick-section {
2
+ margin-top: var(--spacing-md);
3
+ padding: 0;
4
+ border-radius: var(--radius-lg);
5
+ border: none;
6
+ background: transparent;
7
+ }
8
+
9
+ .quick-header {
10
+ display: flex;
11
+ flex-wrap: wrap;
12
+ gap: var(--spacing-xs);
13
+ align-items: flex-start;
14
+ justify-content: space-between;
15
+ margin-bottom: var(--spacing-sm);
16
+ }
17
+
18
+ .quick-title {
19
+ font-size: var(--font-size-secondary);
20
+ font-weight: var(--font-weight-secondary);
21
+ color: var(--color-text-secondary);
22
+ }
23
+
24
+ .quick-actions {
25
+ display: flex;
26
+ flex-wrap: wrap;
27
+ gap: var(--spacing-xs);
28
+ }
29
+
30
+ /* Accordion Stepper */
31
+ .quick-accordion {
32
+ display: flex;
33
+ flex-direction: column;
34
+ gap: 8px;
35
+ margin-top: 16px;
36
+ }
37
+
38
+ .accordion-panel {
39
+ background: var(--color-surface);
40
+ border: 1px solid var(--color-border-soft);
41
+ border-radius: var(--radius-md);
42
+ overflow: hidden;
43
+ transition: border-color 0.2s ease, box-shadow 0.2s ease;
44
+ }
45
+
46
+ .accordion-panel.active {
47
+ border-color: rgba(200, 121, 99, 0.25);
48
+ box-shadow: 0 2px 12px rgba(200, 121, 99, 0.08);
49
+ }
50
+
51
+ .accordion-panel.completed {
52
+ border-color: rgba(90, 139, 106, 0.2);
53
+ }
54
+
55
+ .accordion-trigger {
56
+ width: 100%;
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 12px;
60
+ padding: 12px 16px;
61
+ background: transparent;
62
+ border: none;
63
+ cursor: pointer;
64
+ transition: background-color 0.15s ease;
65
+ text-align: left;
66
+ font-family: inherit;
67
+ }
68
+
69
+ .accordion-trigger:hover {
70
+ background: rgba(200, 121, 99, 0.04);
71
+ }
72
+
73
+ .accordion-step-badge {
74
+ width: 24px;
75
+ height: 24px;
76
+ border-radius: 50%;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ background: var(--color-border-soft);
81
+ color: var(--color-text-secondary);
82
+ font-size: 12px;
83
+ font-weight: 600;
84
+ flex-shrink: 0;
85
+ transition: all 0.2s ease;
86
+ }
87
+
88
+ .accordion-panel.active .accordion-step-badge {
89
+ background: var(--color-brand);
90
+ color: #fff;
91
+ }
92
+
93
+ .accordion-panel.completed .accordion-step-badge {
94
+ background: rgba(90, 139, 106, 0.2);
95
+ color: var(--color-success);
96
+ }
97
+
98
+ .accordion-title {
99
+ font-size: 13px;
100
+ font-weight: 500;
101
+ color: var(--color-text-primary);
102
+ flex: 1;
103
+ }
104
+
105
+ .accordion-status {
106
+ font-size: 11px;
107
+ color: var(--color-text-tertiary);
108
+ max-width: 200px;
109
+ overflow: hidden;
110
+ text-overflow: ellipsis;
111
+ white-space: nowrap;
112
+ }
113
+
114
+ .accordion-chevron {
115
+ width: 16px;
116
+ height: 16px;
117
+ color: var(--color-text-muted);
118
+ transition: transform 0.2s ease;
119
+ flex-shrink: 0;
120
+ }
121
+
122
+ .accordion-panel.active .accordion-chevron {
123
+ transform: rotate(180deg);
124
+ }
125
+
126
+ .accordion-content {
127
+ padding: 0 16px 16px;
128
+ animation: accordionSlide 0.2s ease;
129
+ }
130
+
131
+ @keyframes accordionSlide {
132
+ from {
133
+ opacity: 0;
134
+ transform: translateY(-8px);
135
+ }
136
+ to {
137
+ opacity: 1;
138
+ transform: translateY(0);
139
+ }
140
+ }
141
+
142
+ .accordion-actions {
143
+ display: flex;
144
+ justify-content: space-between;
145
+ gap: 8px;
146
+ margin-top: 16px;
147
+ padding-top: 16px;
148
+ border-top: 1px solid var(--color-border-soft);
149
+ }
150
+
151
+ /* Quick option checkboxes in accordion */
152
+ .quick-option {
153
+ display: flex;
154
+ align-items: center;
155
+ gap: 8px;
156
+ font-size: var(--font-size-caption);
157
+ color: var(--color-text-secondary);
158
+ margin-bottom: 6px;
159
+ cursor: pointer;
160
+ }
161
+
162
+ .quick-option input {
163
+ accent-color: var(--color-brand);
164
+ width: 16px;
165
+ height: 16px;
166
+ }
167
+
168
+ /* Form hint error state */
169
+ .form-hint.hint-error {
170
+ color: var(--color-error);
171
+ }
172
+
173
+ /* Form hint error state */
174
+ .form-hint.hint-error {
175
+ color: var(--color-error);
176
+ }
177
+
178
+ .structured-section {
179
+ margin-top: var(--spacing-md);
180
+ padding: var(--spacing-sm);
181
+ border-radius: var(--radius-lg);
182
+ border: 1px solid var(--color-border-soft);
183
+ background: rgba(255, 255, 255, 0.6);
184
+ }
185
+
186
+ .structured-header {
187
+ display: flex;
188
+ flex-wrap: wrap;
189
+ gap: var(--spacing-xs);
190
+ align-items: baseline;
191
+ justify-content: space-between;
192
+ margin-bottom: var(--spacing-sm);
193
+ }
194
+
195
+ .structured-title {
196
+ font-size: var(--font-size-secondary);
197
+ font-weight: var(--font-weight-secondary);
198
+ color: var(--color-text-secondary);
199
+ }
200
+
201
+ .structured-grid {
202
+ display: grid;
203
+ gap: var(--spacing-sm);
204
+ grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
205
+ }
206
+
207
+ .structured-card {
208
+ background: var(--color-surface);
209
+ border: 1px solid var(--color-border-soft);
210
+ border-radius: var(--radius-sm);
211
+ padding: var(--spacing-sm);
212
+ box-shadow: var(--shadow-subtle);
213
+ }
214
+
215
+ .structured-card-title {
216
+ font-size: var(--font-size-body);
217
+ font-weight: var(--font-weight-secondary);
218
+ color: var(--color-text-secondary);
219
+ margin-bottom: 8px;
220
+ }
221
+
222
+ .provider-list {
223
+ display: flex;
224
+ flex-direction: column;
225
+ gap: var(--spacing-xs);
226
+ }
227
+
228
+ .provider-item {
229
+ border: 1px dashed var(--color-border-soft);
230
+ border-radius: var(--radius-sm);
231
+ padding: var(--spacing-xs);
232
+ background: var(--color-surface-alt);
233
+ }
234
+
235
+ .provider-header {
236
+ display: flex;
237
+ flex-wrap: wrap;
238
+ gap: var(--spacing-xs);
239
+ align-items: center;
240
+ margin-bottom: 6px;
241
+ }
242
+
243
+ .provider-name {
244
+ font-weight: var(--font-weight-secondary);
245
+ color: var(--color-text-secondary);
246
+ }
247
+
248
+ .provider-source {
249
+ font-size: var(--font-size-caption);
250
+ color: var(--color-text-tertiary);
251
+ }
252
+
253
+ .provider-fields {
254
+ display: grid;
255
+ gap: 6px;
256
+ }
257
+
258
+ .provider-field {
259
+ display: flex;
260
+ flex-wrap: wrap;
261
+ gap: 6px;
262
+ align-items: baseline;
263
+ }
264
+
265
+ .provider-field-key {
266
+ font-family: var(--font-family-mono);
267
+ font-size: var(--font-size-caption);
268
+ color: var(--color-text-muted);
269
+ min-width: 110px;
270
+ }
271
+
272
+ .provider-field-value {
273
+ font-family: var(--font-family-mono);
274
+ font-size: var(--font-size-caption);
275
+ color: var(--color-text-secondary);
276
+ word-break: break-all;
277
+ }
278
+
279
+ .auth-profile-list {
280
+ display: flex;
281
+ flex-direction: column;
282
+ gap: var(--spacing-xs);
283
+ }
284
+
285
+ .auth-profile-item {
286
+ border: 1px dashed var(--color-border-soft);
287
+ border-radius: var(--radius-sm);
288
+ padding: var(--spacing-sm);
289
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0.82) 0%, rgba(247, 241, 232, 0.4) 100%);
290
+ }
291
+
292
+ .auth-profile-header {
293
+ display: flex;
294
+ align-items: flex-start;
295
+ justify-content: space-between;
296
+ gap: var(--spacing-sm);
297
+ }
298
+
299
+ .auth-profile-main {
300
+ min-width: 0;
301
+ flex: 1;
302
+ display: flex;
303
+ flex-direction: column;
304
+ gap: 6px;
305
+ }
306
+
307
+ .auth-profile-title {
308
+ font-size: var(--font-size-body);
309
+ font-weight: var(--font-weight-secondary);
310
+ color: var(--color-text-secondary);
311
+ letter-spacing: -0.01em;
312
+ word-break: break-all;
313
+ }
314
+
315
+ .auth-profile-meta {
316
+ display: flex;
317
+ flex-wrap: wrap;
318
+ gap: 8px;
319
+ align-items: center;
320
+ }
321
+
322
+ .auth-profile-actions {
323
+ display: flex;
324
+ flex-wrap: wrap;
325
+ gap: 8px;
326
+ justify-content: flex-end;
327
+ }
328
+
329
+ .auth-profile-grid {
330
+ margin-top: 10px;
331
+ display: grid;
332
+ grid-template-columns: minmax(96px, 130px) minmax(0, 1fr);
333
+ gap: 8px 12px;
334
+ align-items: start;
335
+ }
336
+
337
+ .auth-profile-row {
338
+ display: contents;
339
+ }
340
+
341
+ .auth-profile-key {
342
+ font-family: var(--font-family-mono);
343
+ font-size: var(--font-size-caption);
344
+ color: var(--color-text-muted);
345
+ line-height: 1.4;
346
+ }
347
+
348
+ .auth-profile-value {
349
+ font-family: var(--font-family-mono);
350
+ font-size: var(--font-size-caption);
351
+ color: var(--color-text-secondary);
352
+ line-height: 1.4;
353
+ word-break: break-all;
354
+ }
355
+
356
+
357
+ /* OpenClaw config tab: align with current settings/card system */
358
+ .openclaw-layout {
359
+ display: grid;
360
+ gap: 10px;
361
+ padding: 0;
362
+ width: 100%;
363
+ }
364
+
365
+ .openclaw-workspace-card.settings-card,
366
+ .openclaw-configs-card {
367
+ margin: 0;
368
+ padding: 0;
369
+ width: 100%;
370
+ align-items: stretch;
371
+ border: 0;
372
+ border-radius: 0;
373
+ background: transparent;
374
+ box-shadow: none;
375
+ }
376
+
377
+ .openclaw-workspace-card.settings-card:hover,
378
+ .openclaw-configs-card:hover {
379
+ border-color: transparent;
380
+ box-shadow: none;
381
+ }
382
+
383
+ .openclaw-workspace-card.settings-card > .settings-card-body,
384
+ .openclaw-configs-card > .settings-card-body {
385
+ width: 100%;
386
+ min-width: 0;
387
+ }
388
+
389
+ /* Nested workspace card - distinguish from outer section */
390
+ .openclaw-workspace-card.settings-card > .settings-card-body > .openclaw-workspace-card {
391
+ display: flex;
392
+ flex-direction: column;
393
+ justify-content: center;
394
+ gap: 8px;
395
+ min-height: 70px;
396
+ padding: 14px 16px;
397
+ border: 1px solid rgba(137, 111, 94, 0.12);
398
+ border-radius: var(--radius-lg);
399
+ background: rgba(255, 255, 255, 0.76);
400
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
401
+ }
402
+
403
+ /* Workspace tool button */
404
+ .openclaw-tools-grid {
405
+ display: grid;
406
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
407
+ gap: 8px;
408
+ align-items: stretch;
409
+ }
410
+
411
+ .openclaw-tool-btn {
412
+ min-width: 0;
413
+ display: flex;
414
+ align-items: center;
415
+ gap: 12px;
416
+ min-height: 70px;
417
+ padding: 14px 16px;
418
+ width: 100%;
419
+ border-radius: var(--radius-lg);
420
+ border: 1px solid rgba(137, 111, 94, 0.12);
421
+ background: rgba(255, 255, 255, 0.76);
422
+ cursor: pointer;
423
+ transition: all 0.2s ease;
424
+ text-align: left;
425
+ font-family: inherit;
426
+ }
427
+
428
+ .openclaw-tool-btn:hover:not(:disabled) {
429
+ border-color: rgba(137, 111, 94, 0.18);
430
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
431
+ transform: translateY(-1px);
432
+ }
433
+
434
+ .openclaw-tool-btn:disabled {
435
+ opacity: 0.6;
436
+ cursor: not-allowed;
437
+ }
438
+
439
+ .tool-icon {
440
+ width: 40px;
441
+ height: 40px;
442
+ display: flex;
443
+ align-items: center;
444
+ justify-content: center;
445
+ font-size: 20px;
446
+ background: rgba(200, 121, 99, 0.08);
447
+ border-radius: var(--radius-md);
448
+ flex-shrink: 0;
449
+ }
450
+
451
+ .tool-content {
452
+ flex: 1;
453
+ min-width: 0;
454
+ display: flex;
455
+ flex-direction: column;
456
+ gap: 2px;
457
+ }
458
+
459
+ .tool-title {
460
+ font-size: 14px;
461
+ font-weight: 500;
462
+ color: var(--color-text-primary);
463
+ }
464
+
465
+ .tool-meta {
466
+ font-size: 11px;
467
+ color: var(--color-text-tertiary);
468
+ line-height: 1.45;
469
+ }
470
+
471
+ .tool-chevron {
472
+ width: 18px;
473
+ height: 18px;
474
+ color: var(--color-text-muted);
475
+ flex-shrink: 0;
476
+ }
477
+
478
+ .workspace-label {
479
+ font-size: 13px;
480
+ font-weight: 500;
481
+ color: var(--color-text-primary);
482
+ }
483
+
484
+ .workspace-input-group {
485
+ display: grid;
486
+ grid-template-columns: minmax(0, 1fr) max-content;
487
+ gap: 8px;
488
+ align-items: center;
489
+ width: 100%;
490
+ }
491
+
492
+ .workspace-input-group .form-input {
493
+ min-height: 36px;
494
+ width: 100%;
495
+ }
496
+
497
+ .workspace-input-group .btn-tool {
498
+ white-space: nowrap;
499
+ }
500
+
501
+ .workspace-meta {
502
+ font-size: 11px;
503
+ color: var(--color-text-tertiary);
504
+ line-height: 1.45;
505
+ }
506
+
507
+ .openclaw-card-list {
508
+ margin-bottom: 0;
509
+ }
510
+
511
+ .openclaw-card-list .card {
512
+ width: 100%;
513
+ min-height: 70px;
514
+ flex-direction: row;
515
+ align-items: center;
516
+ gap: 14px;
517
+ padding: 14px 16px;
518
+ }
519
+
520
+ .openclaw-card-list .card-icon {
521
+ display: none;
522
+ }
523
+
524
+ .openclaw-card-list .card-leading {
525
+ flex: 1 1 auto;
526
+ min-width: 0;
527
+ }
528
+
529
+ .openclaw-card-list .card-content {
530
+ flex: 1;
531
+ }
532
+
533
+ .openclaw-card-list .card-title {
534
+ white-space: normal;
535
+ overflow: visible;
536
+ }
537
+
538
+ .openclaw-card-list .card-subtitle {
539
+ white-space: normal;
540
+ overflow: visible;
541
+ }
542
+
543
+ .openclaw-card-list .card-trailing {
544
+ width: auto;
545
+ min-width: max-content;
546
+ grid-auto-flow: column;
547
+ grid-auto-columns: max-content;
548
+ align-items: center;
549
+ justify-content: end;
550
+ }
551
+
552
+ .openclaw-card-list .card {
553
+ background: rgba(255, 255, 255, 0.76);
554
+ border-color: rgba(137, 111, 94, 0.12);
555
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
556
+ }
557
+
558
+ .openclaw-card-list .card-subtitle {
559
+ white-space: normal;
560
+ display: -webkit-box;
561
+ -webkit-box-orient: vertical;
562
+ -webkit-line-clamp: 2;
563
+ overflow-wrap: anywhere;
564
+ }
565
+
566
+ @media (min-width: 1200px) {
567
+ .tool-icon {
568
+ width: 42px;
569
+ height: 42px;
570
+ font-size: 21px;
571
+ }
572
+ }
573
+
574
+ @media (max-width: 820px) {
575
+ .openclaw-tools-grid {
576
+ grid-template-columns: 1fr;
577
+ }
578
+
579
+ .workspace-input-group {
580
+ grid-template-columns: 1fr;
581
+ }
582
+
583
+ .workspace-input-group .btn-tool {
584
+ width: 100%;
585
+ }
586
+ }
587
+
588
+ @media (max-width: 520px) {
589
+ .openclaw-layout {
590
+ gap: 12px;
591
+ padding-top: 0;
592
+ }
593
+
594
+ .openclaw-tool-btn {
595
+ padding: 14px;
596
+ }
597
+
598
+ .tool-icon {
599
+ width: 36px;
600
+ height: 36px;
601
+ font-size: 18px;
602
+ }
603
+
604
+ .openclaw-card-list .card {
605
+ align-items: center;
606
+ flex-direction: row;
607
+ gap: 10px;
608
+ }
609
+
610
+ .openclaw-card-list .card-trailing {
611
+ width: auto;
612
+ min-width: max-content;
613
+ grid-auto-flow: column;
614
+ justify-content: end;
615
+ }
616
+ }