@chrysb/alphaclaw 0.8.1-beta.8 → 0.8.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 +32 -24
- package/bin/alphaclaw.js +13 -2
- package/lib/public/css/tailwind.generated.css +1 -0
- package/lib/public/css/tailwind.input.css +3 -0
- package/lib/public/css/theme.css +28 -0
- package/lib/public/css/vendor/xterm.css +218 -0
- package/lib/public/dist/app.bundle.js +10514 -0
- package/lib/public/dist/chunks/addon-fit-W4YZGRNV.js +1 -0
- package/lib/public/dist/chunks/chunk-72ZECFVW.js +1 -0
- package/lib/public/dist/chunks/xterm-KOX4YMOF.js +9 -0
- package/lib/public/js/app.js +4 -4
- package/lib/public/js/components/action-button.js +8 -8
- package/lib/public/js/components/add-channel-menu.js +2 -2
- package/lib/public/js/components/agent-send-modal.js +6 -6
- package/lib/public/js/components/agents-tab/agent-bindings-section/channel-item-trailing.js +7 -7
- package/lib/public/js/components/agents-tab/agent-bindings-section/index.js +3 -3
- package/lib/public/js/components/agents-tab/agent-bindings-section/use-agent-bindings.js +1 -1
- package/lib/public/js/components/agents-tab/agent-bindings-section/use-channel-items.js +4 -4
- package/lib/public/js/components/agents-tab/agent-detail-panel.js +5 -5
- package/lib/public/js/components/agents-tab/agent-identity-section.js +18 -18
- package/lib/public/js/components/agents-tab/agent-overview/index.js +2 -2
- package/lib/public/js/components/agents-tab/agent-overview/manage-card.js +2 -2
- package/lib/public/js/components/agents-tab/agent-overview/model-card.js +8 -8
- package/lib/public/js/components/agents-tab/agent-overview/tools-card.js +5 -5
- package/lib/public/js/components/agents-tab/agent-overview/use-model-card.js +1 -1
- package/lib/public/js/components/agents-tab/agent-overview/use-workspace-card.js +1 -1
- package/lib/public/js/components/agents-tab/agent-overview/workspace-card.js +4 -4
- package/lib/public/js/components/agents-tab/agent-pairing-section.js +4 -4
- package/lib/public/js/components/agents-tab/agent-tools/index.js +5 -5
- package/lib/public/js/components/agents-tab/agent-tools/use-agent-tools.js +1 -1
- package/lib/public/js/components/agents-tab/create-agent-modal.js +13 -13
- package/lib/public/js/components/agents-tab/create-channel-modal.js +34 -34
- package/lib/public/js/components/agents-tab/delete-agent-dialog.js +3 -3
- package/lib/public/js/components/agents-tab/edit-agent-modal.js +9 -9
- package/lib/public/js/components/agents-tab/index.js +3 -3
- package/lib/public/js/components/agents-tab/use-agents.js +1 -1
- package/lib/public/js/components/badge.js +6 -6
- package/lib/public/js/components/channel-account-status-badge.js +2 -2
- package/lib/public/js/components/channel-operations-panel.js +2 -2
- package/lib/public/js/components/channels.js +9 -9
- package/lib/public/js/components/confirm-dialog.js +5 -5
- package/lib/public/js/components/credentials-modal.js +22 -22
- package/lib/public/js/components/cron-tab/cron-calendar.js +6 -6
- package/lib/public/js/components/cron-tab/cron-insights-panel.js +10 -10
- package/lib/public/js/components/cron-tab/cron-job-detail.js +4 -4
- package/lib/public/js/components/cron-tab/cron-job-list.js +4 -4
- package/lib/public/js/components/cron-tab/cron-job-settings-card.js +15 -15
- package/lib/public/js/components/cron-tab/cron-job-trends-panel.js +5 -5
- package/lib/public/js/components/cron-tab/cron-job-usage.js +16 -16
- package/lib/public/js/components/cron-tab/cron-overview.js +10 -10
- package/lib/public/js/components/cron-tab/cron-prompt-editor.js +3 -3
- package/lib/public/js/components/cron-tab/cron-run-history-panel.js +39 -39
- package/lib/public/js/components/cron-tab/cron-runs-trend-card.js +4 -4
- package/lib/public/js/components/cron-tab/index.js +5 -5
- package/lib/public/js/components/cron-tab/use-cron-tab.js +1 -1
- package/lib/public/js/components/device-pairings.js +12 -12
- package/lib/public/js/components/doctor/findings-list.js +22 -22
- package/lib/public/js/components/doctor/fix-card-modal.js +2 -2
- package/lib/public/js/components/doctor/general-warning.js +5 -5
- package/lib/public/js/components/doctor/index.js +26 -26
- package/lib/public/js/components/doctor/summary-cards.js +5 -5
- package/lib/public/js/components/envars.js +16 -16
- package/lib/public/js/components/features.js +4 -4
- package/lib/public/js/components/file-tree.js +4 -4
- package/lib/public/js/components/file-viewer/diff-viewer.js +2 -2
- package/lib/public/js/components/file-viewer/editor-surface.js +2 -2
- package/lib/public/js/components/file-viewer/frontmatter-panel.js +2 -2
- package/lib/public/js/components/file-viewer/index.js +3 -3
- package/lib/public/js/components/file-viewer/markdown-split-view.js +2 -2
- package/lib/public/js/components/file-viewer/media-preview.js +2 -2
- package/lib/public/js/components/file-viewer/scroll-sync.js +1 -1
- package/lib/public/js/components/file-viewer/sqlite-viewer.js +2 -2
- package/lib/public/js/components/file-viewer/status-banners.js +2 -2
- package/lib/public/js/components/file-viewer/toolbar.js +2 -2
- package/lib/public/js/components/file-viewer/use-editor-line-number-sync.js +1 -1
- package/lib/public/js/components/file-viewer/use-editor-selection-restore.js +1 -1
- package/lib/public/js/components/file-viewer/use-file-diff.js +1 -1
- package/lib/public/js/components/file-viewer/use-file-loader.js +1 -1
- package/lib/public/js/components/file-viewer/use-file-viewer-draft-sync.js +1 -1
- package/lib/public/js/components/file-viewer/use-file-viewer-hotkeys.js +1 -1
- package/lib/public/js/components/file-viewer/use-file-viewer.js +2 -2
- package/lib/public/js/components/gateway.js +12 -12
- package/lib/public/js/components/general/index.js +7 -7
- package/lib/public/js/components/general/use-general-tab.js +1 -1
- package/lib/public/js/components/global-restart-banner.js +2 -2
- package/lib/public/js/components/google/account-row.js +7 -7
- package/lib/public/js/components/google/add-account-modal.js +8 -8
- package/lib/public/js/components/google/gmail-setup-wizard.js +24 -24
- package/lib/public/js/components/google/gmail-watch-toggle.js +5 -5
- package/lib/public/js/components/google/index.js +6 -6
- package/lib/public/js/components/google/use-gmail-watch.js +1 -1
- package/lib/public/js/components/google/use-google-accounts.js +1 -1
- package/lib/public/js/components/icons.js +2 -2
- package/lib/public/js/components/info-tooltip.js +3 -3
- package/lib/public/js/components/loading-spinner.js +2 -2
- package/lib/public/js/components/modal-shell.js +5 -5
- package/lib/public/js/components/models-tab/index.js +11 -11
- package/lib/public/js/components/models-tab/model-picker.js +9 -9
- package/lib/public/js/components/models-tab/provider-auth-card.js +12 -12
- package/lib/public/js/components/models-tab/use-models.js +1 -1
- package/lib/public/js/components/models.js +18 -18
- package/lib/public/js/components/nodes-tab/browser-attach/index.js +15 -25
- package/lib/public/js/components/nodes-tab/connected-nodes/index.js +32 -32
- package/lib/public/js/components/nodes-tab/connected-nodes/use-connected-nodes-card.js +57 -6
- package/lib/public/js/components/nodes-tab/exec-allowlist/index.js +10 -10
- package/lib/public/js/components/nodes-tab/exec-allowlist/use-exec-allowlist.js +1 -1
- package/lib/public/js/components/nodes-tab/exec-config/index.js +13 -13
- package/lib/public/js/components/nodes-tab/exec-config/use-exec-config.js +1 -1
- package/lib/public/js/components/nodes-tab/index.js +2 -2
- package/lib/public/js/components/nodes-tab/setup-wizard/index.js +14 -14
- package/lib/public/js/components/nodes-tab/setup-wizard/use-setup-wizard.js +1 -1
- package/lib/public/js/components/nodes-tab/use-nodes-tab.js +1 -1
- package/lib/public/js/components/onboarding/use-welcome-codex.js +1 -1
- package/lib/public/js/components/onboarding/use-welcome-pairing.js +1 -1
- package/lib/public/js/components/onboarding/use-welcome-storage.js +1 -1
- package/lib/public/js/components/onboarding/welcome-config.js +3 -3
- package/lib/public/js/components/onboarding/welcome-form-step.js +34 -34
- package/lib/public/js/components/onboarding/welcome-header.js +2 -2
- package/lib/public/js/components/onboarding/welcome-import-step.js +22 -22
- package/lib/public/js/components/onboarding/welcome-pairing-step.js +15 -15
- package/lib/public/js/components/onboarding/welcome-placeholder-review-step.js +7 -7
- package/lib/public/js/components/onboarding/welcome-pre-step.js +9 -9
- package/lib/public/js/components/onboarding/welcome-secret-review-step.js +15 -15
- package/lib/public/js/components/onboarding/welcome-setup-step.js +8 -8
- package/lib/public/js/components/overflow-menu.js +3 -3
- package/lib/public/js/components/page-header.js +2 -2
- package/lib/public/js/components/pairings.js +14 -14
- package/lib/public/js/components/pane-shell.js +2 -2
- package/lib/public/js/components/pill-tabs.js +4 -4
- package/lib/public/js/components/pop-actions.js +3 -3
- package/lib/public/js/components/providers.js +17 -17
- package/lib/public/js/components/routes/agents-route.js +2 -2
- package/lib/public/js/components/routes/browse-route.js +2 -2
- package/lib/public/js/components/routes/cron-route.js +2 -2
- package/lib/public/js/components/routes/doctor-route.js +2 -2
- package/lib/public/js/components/routes/envars-route.js +2 -2
- package/lib/public/js/components/routes/general-route.js +2 -2
- package/lib/public/js/components/routes/models-route.js +2 -2
- package/lib/public/js/components/routes/nodes-route.js +2 -2
- package/lib/public/js/components/routes/providers-route.js +2 -2
- package/lib/public/js/components/routes/route-redirect.js +2 -2
- package/lib/public/js/components/routes/telegram-route.js +2 -2
- package/lib/public/js/components/routes/usage-route.js +2 -2
- package/lib/public/js/components/routes/watchdog-route.js +2 -2
- package/lib/public/js/components/routes/webhooks-route.js +2 -2
- package/lib/public/js/components/scope-picker.js +9 -9
- package/lib/public/js/components/secret-input.js +5 -5
- package/lib/public/js/components/segmented-control.js +2 -2
- package/lib/public/js/components/session-select-field.js +7 -7
- package/lib/public/js/components/sidebar-git-panel.js +3 -3
- package/lib/public/js/components/sidebar.js +3 -3
- package/lib/public/js/components/summary-stat-card.js +3 -3
- package/lib/public/js/components/telegram-workspace/index.js +10 -10
- package/lib/public/js/components/telegram-workspace/manage.js +36 -36
- package/lib/public/js/components/telegram-workspace/onboarding.js +73 -73
- package/lib/public/js/components/toast.js +8 -8
- package/lib/public/js/components/toggle-switch.js +2 -2
- package/lib/public/js/components/tooltip.js +5 -5
- package/lib/public/js/components/update-action-button.js +2 -2
- package/lib/public/js/components/update-modal.js +9 -9
- package/lib/public/js/components/usage-tab/constants.js +2 -2
- package/lib/public/js/components/usage-tab/index.js +3 -3
- package/lib/public/js/components/usage-tab/overview-section.js +15 -15
- package/lib/public/js/components/usage-tab/sessions-section.js +19 -19
- package/lib/public/js/components/usage-tab/use-usage-tab.js +2 -2
- package/lib/public/js/components/watchdog-tab/console/index.js +22 -8
- package/lib/public/js/components/watchdog-tab/console/use-console.js +28 -2
- package/lib/public/js/components/watchdog-tab/helpers.js +35 -6
- package/lib/public/js/components/watchdog-tab/incidents/index.js +6 -6
- package/lib/public/js/components/watchdog-tab/incidents/use-incidents.js +1 -1
- package/lib/public/js/components/watchdog-tab/index.js +4 -2
- package/lib/public/js/components/watchdog-tab/resource-bar.js +5 -5
- package/lib/public/js/components/watchdog-tab/resources/index.js +14 -3
- package/lib/public/js/components/watchdog-tab/resources/use-resources.js +1 -1
- package/lib/public/js/components/watchdog-tab/settings/index.js +97 -30
- package/lib/public/js/components/watchdog-tab/settings/use-settings.js +1 -1
- package/lib/public/js/components/watchdog-tab/terminal/index.js +3 -3
- package/lib/public/js/components/watchdog-tab/terminal/use-terminal.js +41 -5
- package/lib/public/js/components/watchdog-tab/use-watchdog-tab.js +2 -0
- package/lib/public/js/components/webhooks/create-webhook-modal/index.js +17 -17
- package/lib/public/js/components/webhooks/helpers.js +3 -3
- package/lib/public/js/components/webhooks/index.js +4 -4
- package/lib/public/js/components/webhooks/request-history/index.js +14 -14
- package/lib/public/js/components/webhooks/request-history/use-request-history.js +1 -1
- package/lib/public/js/components/webhooks/webhook-detail/index.js +41 -41
- package/lib/public/js/components/webhooks/webhook-detail/use-webhook-detail.js +1 -1
- package/lib/public/js/components/webhooks/webhook-list/index.js +11 -11
- package/lib/public/js/components/webhooks/webhook-list/use-webhook-list.js +1 -1
- package/lib/public/js/components/welcome/index.js +3 -3
- package/lib/public/js/components/welcome/use-welcome.js +10 -10
- package/lib/public/js/hooks/use-app-shell-controller.js +22 -4
- package/lib/public/js/hooks/use-app-shell-ui.js +1 -1
- package/lib/public/js/hooks/use-browse-navigation.js +1 -1
- package/lib/public/js/hooks/use-cached-fetch.js +1 -1
- package/lib/public/js/hooks/use-destination-session-selection.js +1 -1
- package/lib/public/js/hooks/use-hash-location.js +1 -1
- package/lib/public/js/hooks/useAgentSessions.js +1 -1
- package/lib/public/js/hooks/usePolling.js +1 -1
- package/lib/public/js/tailwind-config.js +39 -0
- package/lib/public/login.html +3 -18
- package/lib/public/setup.html +2 -18
- package/lib/server/init/register-server-routes.js +2 -0
- package/lib/server/onboarding/github.js +39 -0
- package/lib/server/routes/nodes.js +12 -4
- package/lib/server/routes/pairings.js +5 -1
- package/lib/server/routes/system.js +5 -0
- package/lib/server/routes/watchdog.js +15 -0
- package/lib/server/watchdog.js +137 -51
- package/lib/server.js +2 -0
- package/package.json +14 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from "
|
|
2
|
-
import { useEffect, useState } from "
|
|
3
|
-
import htm from "
|
|
1
|
+
import { h } from "preact";
|
|
2
|
+
import { useEffect, useState } from "preact/hooks";
|
|
3
|
+
import htm from "htm";
|
|
4
4
|
import { SecretInput } from "../secret-input.js";
|
|
5
5
|
import { ActionButton } from "../action-button.js";
|
|
6
6
|
import { Badge } from "../badge.js";
|
|
@@ -92,7 +92,7 @@ export const WelcomeFormStep = ({
|
|
|
92
92
|
|
|
93
93
|
const renderStandardField = (field) => html`
|
|
94
94
|
<div class="space-y-1" key=${field.key}>
|
|
95
|
-
<label class="text-xs font-medium text-
|
|
95
|
+
<label class="text-xs font-medium text-fg-muted">${field.label}</label>
|
|
96
96
|
<${SecretInput}
|
|
97
97
|
key=${field.key}
|
|
98
98
|
value=${vals[field.key] || ""}
|
|
@@ -101,9 +101,9 @@ export const WelcomeFormStep = ({
|
|
|
101
101
|
? githubTokenPlaceholder
|
|
102
102
|
: field.placeholder || ""}
|
|
103
103
|
isSecret=${!field.isText}
|
|
104
|
-
inputClass="flex-1 bg-
|
|
104
|
+
inputClass="flex-1 bg-field border border-border rounded-lg px-3 py-2 text-sm text-body outline-none focus:border-fg-muted font-mono"
|
|
105
105
|
/>
|
|
106
|
-
<p class="text-xs text-
|
|
106
|
+
<p class="text-xs text-fg-dim">
|
|
107
107
|
${activeGroup.id === "github" &&
|
|
108
108
|
field.key === "GITHUB_WORKSPACE_REPO"
|
|
109
109
|
? githubFlow === kGithubFlowImport
|
|
@@ -117,25 +117,25 @@ export const WelcomeFormStep = ({
|
|
|
117
117
|
? githubFlow === kGithubFlowImport
|
|
118
118
|
? freshRepoMode === kGithubTargetRepoModeCreate
|
|
119
119
|
? html`Use a classic PAT with${" "}<code
|
|
120
|
-
class="text-xs bg-
|
|
120
|
+
class="text-xs bg-field px-1 rounded"
|
|
121
121
|
>repo</code
|
|
122
122
|
>${" "}scope to create the target repo. Fine-grained
|
|
123
123
|
works if the target already exists and can access both
|
|
124
124
|
repos.`
|
|
125
125
|
: html`Use a classic PAT with${" "}<code
|
|
126
|
-
class="text-xs bg-
|
|
126
|
+
class="text-xs bg-field px-1 rounded"
|
|
127
127
|
>repo</code
|
|
128
128
|
>${" "}scope, or a fine-grained token with Contents +
|
|
129
129
|
Metadata access to both the source repo and target
|
|
130
130
|
repo`
|
|
131
131
|
: freshRepoMode === kGithubTargetRepoModeExistingEmpty
|
|
132
132
|
? html`Use a classic PAT with${" "}<code
|
|
133
|
-
class="text-xs bg-
|
|
133
|
+
class="text-xs bg-field px-1 rounded"
|
|
134
134
|
>repo</code
|
|
135
135
|
>${" "}scope, or a fine-grained token with Contents +
|
|
136
136
|
Metadata access to this repo`
|
|
137
137
|
: html`Use a classic PAT with${" "}<code
|
|
138
|
-
class="text-xs bg-
|
|
138
|
+
class="text-xs bg-field px-1 rounded"
|
|
139
139
|
>repo</code
|
|
140
140
|
>${" "}scope to create a new private repository`
|
|
141
141
|
: field.hint}
|
|
@@ -165,11 +165,11 @@ export const WelcomeFormStep = ({
|
|
|
165
165
|
String(vals[fieldKey] || "").trim(),
|
|
166
166
|
);
|
|
167
167
|
return html`
|
|
168
|
-
<div class="bg-
|
|
168
|
+
<div class="bg-field border border-border rounded-lg overflow-hidden">
|
|
169
169
|
<button
|
|
170
170
|
type="button"
|
|
171
171
|
onclick=${() => toggleChannelSection(section.id)}
|
|
172
|
-
class="w-full flex items-center justify-between gap-2 px-3 py-2 text-left hover:bg-
|
|
172
|
+
class="w-full flex items-center justify-between gap-2 px-3 py-2 text-left hover:bg-surface"
|
|
173
173
|
>
|
|
174
174
|
<span class="inline-flex items-center gap-2 min-w-0">
|
|
175
175
|
${channelMeta.iconSrc
|
|
@@ -180,7 +180,7 @@ export const WelcomeFormStep = ({
|
|
|
180
180
|
aria-hidden="true"
|
|
181
181
|
/>`
|
|
182
182
|
: null}
|
|
183
|
-
<span class="text-sm text-
|
|
183
|
+
<span class="text-sm text-body">${section.title}</span>
|
|
184
184
|
${hasValue
|
|
185
185
|
? html`<${Badge} tone="success">Configured</${Badge}>`
|
|
186
186
|
: null}
|
|
@@ -206,17 +206,17 @@ export const WelcomeFormStep = ({
|
|
|
206
206
|
return html`
|
|
207
207
|
<div class="flex items-center justify-between">
|
|
208
208
|
<div>
|
|
209
|
-
<h2 class="text-sm font-medium text-
|
|
210
|
-
<p class="text-xs text-
|
|
209
|
+
<h2 class="text-sm font-medium text-body">${activeGroup.title}</h2>
|
|
210
|
+
<p class="text-xs text-fg-muted">${activeGroup.description}</p>
|
|
211
211
|
</div>
|
|
212
212
|
${activeGroup.validate(vals, { hasAi })
|
|
213
213
|
? html`<span
|
|
214
|
-
class="text-xs font-medium px-2 py-0.5 rounded-full bg-
|
|
214
|
+
class="text-xs font-medium px-2 py-0.5 rounded-full bg-status-success-bg text-status-success"
|
|
215
215
|
>✓</span
|
|
216
216
|
>`
|
|
217
217
|
: activeGroup.id !== "tools"
|
|
218
218
|
? html`<span
|
|
219
|
-
class="text-xs font-medium px-2 py-0.5 rounded-full bg-
|
|
219
|
+
class="text-xs font-medium px-2 py-0.5 rounded-full bg-status-warning-bg text-status-warning-muted"
|
|
220
220
|
>Required</span
|
|
221
221
|
>`
|
|
222
222
|
: null}
|
|
@@ -225,11 +225,11 @@ export const WelcomeFormStep = ({
|
|
|
225
225
|
${activeGroup.id === "ai" &&
|
|
226
226
|
html`
|
|
227
227
|
<div class="space-y-1">
|
|
228
|
-
<label class="text-xs font-medium text-
|
|
228
|
+
<label class="text-xs font-medium text-fg-muted">Model</label>
|
|
229
229
|
<select
|
|
230
230
|
value=${vals.MODEL_KEY || ""}
|
|
231
231
|
onInput=${(e) => setValue("MODEL_KEY", e.target.value)}
|
|
232
|
-
class="w-full bg-
|
|
232
|
+
class="w-full bg-field border border-border rounded-lg pl-3 pr-8 py-2 text-sm text-body outline-none focus:border-fg-muted"
|
|
233
233
|
>
|
|
234
234
|
<option value="">Select a model</option>
|
|
235
235
|
${modelOptions.map(
|
|
@@ -238,7 +238,7 @@ export const WelcomeFormStep = ({
|
|
|
238
238
|
`,
|
|
239
239
|
)}
|
|
240
240
|
</select>
|
|
241
|
-
<p class="text-xs text-
|
|
241
|
+
<p class="text-xs text-fg-dim">
|
|
242
242
|
${modelsLoading
|
|
243
243
|
? "Loading model catalog..."
|
|
244
244
|
: modelsError
|
|
@@ -250,7 +250,7 @@ export const WelcomeFormStep = ({
|
|
|
250
250
|
<button
|
|
251
251
|
type="button"
|
|
252
252
|
onclick=${() => setShowAllModels((prev) => !prev)}
|
|
253
|
-
class="text-xs text-
|
|
253
|
+
class="text-xs text-fg-muted hover:text-body"
|
|
254
254
|
>
|
|
255
255
|
${showAllModels
|
|
256
256
|
? "Show recommended models"
|
|
@@ -262,11 +262,11 @@ export const WelcomeFormStep = ({
|
|
|
262
262
|
${activeGroup.id === "ai" &&
|
|
263
263
|
selectedProvider === "openai-codex" &&
|
|
264
264
|
html`
|
|
265
|
-
<div class="bg-
|
|
265
|
+
<div class="bg-field border border-border rounded-lg p-3 space-y-2">
|
|
266
266
|
<div class="flex items-center justify-between">
|
|
267
|
-
<span class="text-xs text-
|
|
267
|
+
<span class="text-xs text-fg-muted">Codex OAuth</span>
|
|
268
268
|
${codexLoading
|
|
269
|
-
? html`<span class="text-xs text-
|
|
269
|
+
? html`<span class="text-xs text-fg-muted">Checking...</span>`
|
|
270
270
|
: codexStatus.connected
|
|
271
271
|
? html`<${Badge} tone="success">Connected</${Badge}>`
|
|
272
272
|
: html`<${Badge} tone="warning">Not connected</${Badge}>`}
|
|
@@ -298,11 +298,11 @@ export const WelcomeFormStep = ({
|
|
|
298
298
|
codexAuthStarted &&
|
|
299
299
|
html`
|
|
300
300
|
<div class="space-y-1 pt-1">
|
|
301
|
-
<p class="text-xs text-
|
|
301
|
+
<p class="text-xs text-fg-muted">
|
|
302
302
|
${codexAuthWaiting
|
|
303
303
|
? "Complete login in the popup, then paste the full redirect URL from the address bar (starts with "
|
|
304
304
|
: "Paste the full redirect URL from the address bar (starts with "}
|
|
305
|
-
<code class="text-xs bg-
|
|
305
|
+
<code class="text-xs bg-field px-1 rounded"
|
|
306
306
|
>http://localhost:1455/auth/callback</code
|
|
307
307
|
>) ${codexAuthWaiting ? " to finish setup." : " to finish setup."}
|
|
308
308
|
</p>
|
|
@@ -311,7 +311,7 @@ export const WelcomeFormStep = ({
|
|
|
311
311
|
value=${codexManualInput}
|
|
312
312
|
onInput=${(e) => setCodexManualInput(e.target.value)}
|
|
313
313
|
placeholder="http://localhost:1455/auth/callback?code=...&state=..."
|
|
314
|
-
class="w-full bg-
|
|
314
|
+
class="w-full bg-field border border-border rounded-lg px-3 py-2 text-xs text-body outline-none focus:border-fg-muted"
|
|
315
315
|
/>
|
|
316
316
|
<${ActionButton}
|
|
317
317
|
onClick=${completeCodexAuth}
|
|
@@ -370,7 +370,7 @@ export const WelcomeFormStep = ({
|
|
|
370
370
|
).map((field) => renderStandardField(field))}
|
|
371
371
|
${error
|
|
372
372
|
? html`<div
|
|
373
|
-
class="bg-
|
|
373
|
+
class="bg-status-error-bg border border-status-error-border rounded-xl p-3 text-status-error text-sm"
|
|
374
374
|
>
|
|
375
375
|
${error}
|
|
376
376
|
</div>`
|
|
@@ -379,7 +379,7 @@ export const WelcomeFormStep = ({
|
|
|
379
379
|
? html`
|
|
380
380
|
${showOptionalOpenai
|
|
381
381
|
? html`<div class="space-y-1">
|
|
382
|
-
<label class="text-xs font-medium text-
|
|
382
|
+
<label class="text-xs font-medium text-fg-muted"
|
|
383
383
|
>OpenAI API Key</label
|
|
384
384
|
>
|
|
385
385
|
<${SecretInput}
|
|
@@ -387,9 +387,9 @@ export const WelcomeFormStep = ({
|
|
|
387
387
|
onInput=${(e) => setValue("OPENAI_API_KEY", e.target.value)}
|
|
388
388
|
placeholder="sk-..."
|
|
389
389
|
isSecret=${true}
|
|
390
|
-
inputClass="flex-1 bg-
|
|
390
|
+
inputClass="flex-1 bg-field border border-border rounded-lg px-3 py-2 text-sm text-body outline-none focus:border-fg-muted font-mono"
|
|
391
391
|
/>
|
|
392
|
-
<p class="text-xs text-
|
|
392
|
+
<p class="text-xs text-fg-dim">
|
|
393
393
|
Used for memory embeddings -${" "}
|
|
394
394
|
<a
|
|
395
395
|
href="https://platform.openai.com"
|
|
@@ -403,7 +403,7 @@ export const WelcomeFormStep = ({
|
|
|
403
403
|
: null}
|
|
404
404
|
${showOptionalGemini
|
|
405
405
|
? html`<div class="space-y-1">
|
|
406
|
-
<label class="text-xs font-medium text-
|
|
406
|
+
<label class="text-xs font-medium text-fg-muted"
|
|
407
407
|
>Gemini API Key</label
|
|
408
408
|
>
|
|
409
409
|
<${SecretInput}
|
|
@@ -411,9 +411,9 @@ export const WelcomeFormStep = ({
|
|
|
411
411
|
onInput=${(e) => setValue("GEMINI_API_KEY", e.target.value)}
|
|
412
412
|
placeholder="AI..."
|
|
413
413
|
isSecret=${true}
|
|
414
|
-
inputClass="flex-1 bg-
|
|
414
|
+
inputClass="flex-1 bg-field border border-border rounded-lg px-3 py-2 text-sm text-body outline-none focus:border-fg-muted font-mono"
|
|
415
415
|
/>
|
|
416
|
-
<p class="text-xs text-
|
|
416
|
+
<p class="text-xs text-fg-dim">
|
|
417
417
|
Used for memory embeddings and Nano Banana -${" "}
|
|
418
418
|
<a
|
|
419
419
|
href="https://aistudio.google.com"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from "
|
|
2
|
-
import { useState } from "
|
|
3
|
-
import htm from "
|
|
1
|
+
import { h } from "preact";
|
|
2
|
+
import { useState } from "preact/hooks";
|
|
3
|
+
import htm from "htm";
|
|
4
4
|
import { ActionButton } from "../action-button.js";
|
|
5
5
|
import { LoadingSpinner } from "../loading-spinner.js";
|
|
6
6
|
import { buildApprovedImportSecrets } from "./welcome-secret-review-utils.js";
|
|
@@ -100,11 +100,11 @@ const CategoryCard = ({ category, data }) => {
|
|
|
100
100
|
>
|
|
101
101
|
<div class="flex items-center gap-2">
|
|
102
102
|
<span class="text-sm">${category.icon}</span>
|
|
103
|
-
<span class="text-xs font-medium text-
|
|
103
|
+
<span class="text-xs font-medium text-body"
|
|
104
104
|
>${category.label}</span
|
|
105
105
|
>
|
|
106
106
|
<span
|
|
107
|
-
class="text-xs px-1.5 py-0.5 rounded-full bg-
|
|
107
|
+
class="text-xs px-1.5 py-0.5 rounded-full bg-status-info-bg text-status-info"
|
|
108
108
|
>${count}</span
|
|
109
109
|
>
|
|
110
110
|
</div>
|
|
@@ -112,13 +112,13 @@ const CategoryCard = ({ category, data }) => {
|
|
|
112
112
|
${warningCount > 0
|
|
113
113
|
? html`
|
|
114
114
|
<span
|
|
115
|
-
class="text-xs px-1.5 py-0.5 rounded-full bg-
|
|
115
|
+
class="text-xs px-1.5 py-0.5 rounded-full bg-status-warning-bg text-status-warning"
|
|
116
116
|
>
|
|
117
117
|
⚠ ${warningCount}
|
|
118
118
|
</span>
|
|
119
119
|
`
|
|
120
120
|
: null}
|
|
121
|
-
<span class="text-xs text-
|
|
121
|
+
<span class="text-xs text-fg-muted">${expanded ? "▲" : "▼"}</span>
|
|
122
122
|
</div>
|
|
123
123
|
</button>
|
|
124
124
|
${expanded &&
|
|
@@ -128,7 +128,7 @@ const CategoryCard = ({ category, data }) => {
|
|
|
128
128
|
${items.map(
|
|
129
129
|
(item) => html`
|
|
130
130
|
<div
|
|
131
|
-
class="text-xs font-mono bg-
|
|
131
|
+
class="text-xs font-mono bg-field rounded px-2 py-1 text-fg-muted"
|
|
132
132
|
>
|
|
133
133
|
${item}
|
|
134
134
|
</div>
|
|
@@ -138,7 +138,7 @@ const CategoryCard = ({ category, data }) => {
|
|
|
138
138
|
? warningItems.map(
|
|
139
139
|
(warning) => html`
|
|
140
140
|
<div
|
|
141
|
-
class="text-xs font-mono bg-
|
|
141
|
+
class="text-xs font-mono bg-field rounded px-2 py-1 text-status-warning"
|
|
142
142
|
>
|
|
143
143
|
${warning.actualPath}
|
|
144
144
|
</div>
|
|
@@ -163,7 +163,7 @@ export const WelcomeImportStep = ({
|
|
|
163
163
|
return html`
|
|
164
164
|
<div class="flex flex-col items-center justify-center py-8 gap-3">
|
|
165
165
|
<${LoadingSpinner} />
|
|
166
|
-
<p class="text-sm text-
|
|
166
|
+
<p class="text-sm text-fg-muted">Scanning repository...</p>
|
|
167
167
|
</div>
|
|
168
168
|
`;
|
|
169
169
|
}
|
|
@@ -172,7 +172,7 @@ export const WelcomeImportStep = ({
|
|
|
172
172
|
return html`
|
|
173
173
|
<div class="space-y-3">
|
|
174
174
|
<div
|
|
175
|
-
class="bg-
|
|
175
|
+
class="bg-status-error-bg border border-status-error-border rounded-xl p-3 text-status-error text-sm"
|
|
176
176
|
>
|
|
177
177
|
${error}
|
|
178
178
|
</div>
|
|
@@ -194,8 +194,8 @@ export const WelcomeImportStep = ({
|
|
|
194
194
|
return html`
|
|
195
195
|
<div class="space-y-3">
|
|
196
196
|
<div>
|
|
197
|
-
<h2 class="text-sm font-medium text-
|
|
198
|
-
<p class="text-xs text-
|
|
197
|
+
<h2 class="text-sm font-medium text-body">Import Summary</h2>
|
|
198
|
+
<p class="text-xs text-fg-muted">
|
|
199
199
|
${scanResult.hasOpenclawSetup
|
|
200
200
|
? "Found an existing OpenClaw setup"
|
|
201
201
|
: "No OpenClaw config detected — we'll set up fresh after import"}
|
|
@@ -217,7 +217,7 @@ export const WelcomeImportStep = ({
|
|
|
217
217
|
${scanResult.credentials?.found &&
|
|
218
218
|
html`
|
|
219
219
|
<div
|
|
220
|
-
class="bg-
|
|
220
|
+
class="bg-status-warning-bg border border-status-warning-border rounded-lg p-3 text-xs text-status-warning"
|
|
221
221
|
>
|
|
222
222
|
Deployment-specific files found (credentials, device identity) — these
|
|
223
223
|
will not be imported.
|
|
@@ -226,7 +226,7 @@ export const WelcomeImportStep = ({
|
|
|
226
226
|
${hasConflicts &&
|
|
227
227
|
html`
|
|
228
228
|
<div
|
|
229
|
-
class="bg-
|
|
229
|
+
class="bg-status-warning-bg border border-status-warning-border rounded-lg p-3 text-xs text-status-warning"
|
|
230
230
|
>
|
|
231
231
|
AlphaClaw-managed files detected
|
|
232
232
|
(${(scanResult.managedConflicts.files || []).join(", ")}). These will
|
|
@@ -236,7 +236,7 @@ export const WelcomeImportStep = ({
|
|
|
236
236
|
${scanResult.managedEnvConflicts?.found
|
|
237
237
|
? html`
|
|
238
238
|
<div
|
|
239
|
-
class="bg-
|
|
239
|
+
class="bg-status-warning-bg border border-status-warning-border rounded-lg p-3 text-xs text-status-warning"
|
|
240
240
|
>
|
|
241
241
|
AlphaClaw controls deployment tokens and env vars
|
|
242
242
|
(${(scanResult.managedEnvConflicts.vars || []).join(", ")}).
|
|
@@ -248,14 +248,14 @@ export const WelcomeImportStep = ({
|
|
|
248
248
|
${scanResult.webhooks?.warningCount > 0
|
|
249
249
|
? html`
|
|
250
250
|
<div
|
|
251
|
-
class="bg-
|
|
251
|
+
class="bg-status-warning-bg border border-status-warning-border rounded-lg p-3 text-xs text-status-warning"
|
|
252
252
|
>
|
|
253
253
|
AlphaClaw expects hook transforms at
|
|
254
|
-
<code class="text-xs bg-
|
|
254
|
+
<code class="text-xs bg-field px-1 rounded"
|
|
255
255
|
>hooks/transforms/name/name-transform.mjs</code
|
|
256
256
|
>. We found some that do not match and will try to patch them
|
|
257
257
|
during import. The originals will be backed up under
|
|
258
|
-
<code class="text-xs bg-
|
|
258
|
+
<code class="text-xs bg-field px-1 rounded"
|
|
259
259
|
>hooks/transforms/_backup</code
|
|
260
260
|
>.
|
|
261
261
|
</div>
|
|
@@ -264,13 +264,13 @@ export const WelcomeImportStep = ({
|
|
|
264
264
|
${secretCount > 0 &&
|
|
265
265
|
html`
|
|
266
266
|
<div
|
|
267
|
-
class="bg-
|
|
267
|
+
class="bg-status-info-bg border border-status-info-border rounded-lg p-3 flex items-center justify-between"
|
|
268
268
|
>
|
|
269
269
|
<div>
|
|
270
|
-
<span class="text-xs text-
|
|
270
|
+
<span class="text-xs text-status-info font-medium">
|
|
271
271
|
${`${secretCount} possible secret${secretCount === 1 ? "" : "s"} detected`}
|
|
272
272
|
</span>
|
|
273
|
-
<p class="text-xs text-
|
|
273
|
+
<p class="text-xs text-fg-muted mt-0.5">
|
|
274
274
|
Review and extract to environment variables
|
|
275
275
|
</p>
|
|
276
276
|
</div>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from "
|
|
2
|
-
import { useState } from "
|
|
3
|
-
import htm from "
|
|
1
|
+
import { h } from "preact";
|
|
2
|
+
import { useState } from "preact/hooks";
|
|
3
|
+
import htm from "htm";
|
|
4
4
|
import { Badge } from "../badge.js";
|
|
5
5
|
|
|
6
6
|
const html = htm.bind(h);
|
|
@@ -38,18 +38,18 @@ const PairingRow = ({ pairing, onApprove, onReject }) => {
|
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
return html`
|
|
41
|
-
<div class="bg-
|
|
41
|
+
<div class="bg-field rounded-lg p-3 mb-2">
|
|
42
42
|
<div class="flex items-center justify-between gap-2 mb-2">
|
|
43
43
|
<div class="font-medium text-sm">
|
|
44
44
|
${pairing.code || pairing.id || "Pending request"}
|
|
45
45
|
</div>
|
|
46
46
|
<span
|
|
47
|
-
class="text-[11px] px-2 py-0.5 rounded-full border border-border text-
|
|
47
|
+
class="text-[11px] px-2 py-0.5 rounded-full border border-border text-fg-muted"
|
|
48
48
|
>
|
|
49
49
|
Request
|
|
50
50
|
</span>
|
|
51
51
|
</div>
|
|
52
|
-
<p class="text-xs text-
|
|
52
|
+
<p class="text-xs text-fg-muted mb-3">
|
|
53
53
|
Approve to connect this account and finish setup.
|
|
54
54
|
</p>
|
|
55
55
|
<div class="flex gap-2">
|
|
@@ -99,7 +99,7 @@ export const WelcomePairingStep = ({
|
|
|
99
99
|
if (!channel) {
|
|
100
100
|
return html`
|
|
101
101
|
<div
|
|
102
|
-
class="bg-
|
|
102
|
+
class="bg-status-error-bg border border-status-error-border rounded-xl p-3 text-status-error text-sm"
|
|
103
103
|
>
|
|
104
104
|
Missing channel configuration. Go back and add a Telegram or Discord bot
|
|
105
105
|
token.
|
|
@@ -112,14 +112,14 @@ export const WelcomePairingStep = ({
|
|
|
112
112
|
<div class="min-h-[300px] pb-6 px-6 flex flex-col">
|
|
113
113
|
<div class="flex-1 flex items-center justify-center text-center">
|
|
114
114
|
<div class="space-y-3 max-w-xl mx-auto">
|
|
115
|
-
<p class="text-sm font-medium text-
|
|
115
|
+
<p class="text-sm font-medium text-status-success mb-12">
|
|
116
116
|
🎉 Setup complete
|
|
117
117
|
</p>
|
|
118
|
-
<p class="text-xs text-
|
|
119
|
-
Your ${channelMeta.label} channel is connected. You can switch
|
|
120
|
-
${channelMeta.label} and start using your agent now.
|
|
118
|
+
<p class="text-xs text-body">
|
|
119
|
+
Your ${channelMeta.label} channel is connected. You can switch
|
|
120
|
+
to ${channelMeta.label} and start using your agent now.
|
|
121
121
|
</p>
|
|
122
|
-
<p class="text-xs text-
|
|
122
|
+
<p class="text-xs text-fg-muted font-normal opacity-85">
|
|
123
123
|
Continue to the dashboard to explore extras like Google Workspace
|
|
124
124
|
and additional integrations.
|
|
125
125
|
</p>
|
|
@@ -175,10 +175,10 @@ export const WelcomePairingStep = ({
|
|
|
175
175
|
class="w-8 h-8 mx-auto rounded-md"
|
|
176
176
|
/>`
|
|
177
177
|
: null}
|
|
178
|
-
<p class="text-
|
|
178
|
+
<p class="text-body text-sm">
|
|
179
179
|
Send a message to your ${channelMeta.label} bot
|
|
180
180
|
</p>
|
|
181
|
-
<p class="text-
|
|
181
|
+
<p class="text-fg-dim text-xs">
|
|
182
182
|
The pairing request will appear here in 5-10 seconds
|
|
183
183
|
</p>
|
|
184
184
|
</div>
|
|
@@ -188,7 +188,7 @@ export const WelcomePairingStep = ({
|
|
|
188
188
|
${
|
|
189
189
|
error
|
|
190
190
|
? html`<div
|
|
191
|
-
class="bg-
|
|
191
|
+
class="bg-status-error-bg border border-status-error-border rounded-xl p-3 text-status-error text-sm"
|
|
192
192
|
>
|
|
193
193
|
${error}
|
|
194
194
|
</div>`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from "
|
|
2
|
-
import { useMemo } from "
|
|
3
|
-
import htm from "
|
|
1
|
+
import { h } from "preact";
|
|
2
|
+
import { useMemo } from "preact/hooks";
|
|
3
|
+
import htm from "htm";
|
|
4
4
|
import { ActionButton } from "../action-button.js";
|
|
5
5
|
import { SecretInput } from "../secret-input.js";
|
|
6
6
|
|
|
@@ -18,7 +18,7 @@ const PlaceholderRow = ({ item, value, onInput }) => {
|
|
|
18
18
|
<div class="min-w-0">
|
|
19
19
|
<div class="flex items-center gap-2 flex-wrap">
|
|
20
20
|
<code
|
|
21
|
-
class="text-xs text-
|
|
21
|
+
class="text-xs text-body bg-field px-1.5 py-0.5 rounded"
|
|
22
22
|
>${item.key}</code
|
|
23
23
|
>
|
|
24
24
|
</div>
|
|
@@ -28,7 +28,7 @@ const PlaceholderRow = ({ item, value, onInput }) => {
|
|
|
28
28
|
value=${value}
|
|
29
29
|
onInput=${(event) => onInput(event.target.value)}
|
|
30
30
|
placeholder="Enter value"
|
|
31
|
-
inputClass="w-full bg-
|
|
31
|
+
inputClass="w-full bg-field border border-border rounded-lg px-3 py-2 text-xs text-body outline-none focus:border-fg-muted font-mono"
|
|
32
32
|
/>
|
|
33
33
|
</div>
|
|
34
34
|
`;
|
|
@@ -57,7 +57,7 @@ export const WelcomePlaceholderReviewStep = ({
|
|
|
57
57
|
return html`
|
|
58
58
|
<div class="space-y-3">
|
|
59
59
|
<div>
|
|
60
|
-
<h2 class="text-sm font-medium text-
|
|
60
|
+
<h2 class="text-sm font-medium text-body">Add Missing Env Vars</h2>
|
|
61
61
|
</div>
|
|
62
62
|
|
|
63
63
|
<div class="space-y-2 max-h-80 overflow-y-auto">
|
|
@@ -76,7 +76,7 @@ export const WelcomePlaceholderReviewStep = ({
|
|
|
76
76
|
</div>
|
|
77
77
|
|
|
78
78
|
<div
|
|
79
|
-
class="bg-
|
|
79
|
+
class="bg-status-warning-bg border border-status-warning-border rounded-lg p-3 text-xs text-status-warning"
|
|
80
80
|
>
|
|
81
81
|
${unresolvedCount > 0
|
|
82
82
|
? `${unresolvedCount} detected env var${unresolvedCount === 1 ? "" : "s"} need values. You can continue without them, but the gateway might fail to start.`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h } from "
|
|
2
|
-
import htm from "
|
|
1
|
+
import { h } from "preact";
|
|
2
|
+
import htm from "htm";
|
|
3
3
|
import { kGithubFlowFresh, kGithubFlowImport } from "./welcome-config.js";
|
|
4
4
|
|
|
5
5
|
const html = htm.bind(h);
|
|
@@ -13,7 +13,7 @@ export const WelcomePreStep = ({ onSelectFlow }) => {
|
|
|
13
13
|
class="w-full flex items-center gap-4 text-left p-4 rounded-xl ac-path-card"
|
|
14
14
|
>
|
|
15
15
|
<div
|
|
16
|
-
class="ac-path-icon flex-shrink-0 w-10 h-10 flex items-center justify-center bg-
|
|
16
|
+
class="ac-path-icon flex-shrink-0 w-10 h-10 flex items-center justify-center bg-field rounded-lg border border-border text-body"
|
|
17
17
|
>
|
|
18
18
|
<svg
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -28,12 +28,12 @@ export const WelcomePreStep = ({ onSelectFlow }) => {
|
|
|
28
28
|
</div>
|
|
29
29
|
<div>
|
|
30
30
|
<div
|
|
31
|
-
class="ac-path-title text-sm font-medium text-
|
|
31
|
+
class="ac-path-title text-sm font-medium text-body mb-0.5 transition-colors duration-150"
|
|
32
32
|
>
|
|
33
33
|
Start fresh
|
|
34
34
|
</div>
|
|
35
35
|
<div
|
|
36
|
-
class="ac-path-desc text-xs text-
|
|
36
|
+
class="ac-path-desc text-xs text-fg-muted transition-colors duration-150"
|
|
37
37
|
>
|
|
38
38
|
Create a new repository and set up your agent from scratch.
|
|
39
39
|
</div>
|
|
@@ -46,7 +46,7 @@ export const WelcomePreStep = ({ onSelectFlow }) => {
|
|
|
46
46
|
class="w-full flex items-center gap-4 text-left p-4 rounded-xl ac-path-card"
|
|
47
47
|
>
|
|
48
48
|
<div
|
|
49
|
-
class="ac-path-icon flex-shrink-0 w-10 h-10 flex items-center justify-center bg-
|
|
49
|
+
class="ac-path-icon flex-shrink-0 w-10 h-10 flex items-center justify-center bg-field rounded-lg border border-border text-body"
|
|
50
50
|
>
|
|
51
51
|
<svg
|
|
52
52
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -66,16 +66,16 @@ export const WelcomePreStep = ({ onSelectFlow }) => {
|
|
|
66
66
|
<div class="flex-1 min-w-0">
|
|
67
67
|
<div class="flex items-center gap-2 mb-0.5">
|
|
68
68
|
<div
|
|
69
|
-
class="ac-path-title text-sm font-medium text-
|
|
69
|
+
class="ac-path-title text-sm font-medium text-body transition-colors duration-150"
|
|
70
70
|
>
|
|
71
71
|
Import existing setup
|
|
72
72
|
</div>
|
|
73
|
-
<span class="shrink-0 ml-1 text-[11px] text-
|
|
73
|
+
<span class="shrink-0 ml-1 text-[11px] text-status-warning">
|
|
74
74
|
Experimental
|
|
75
75
|
</span>
|
|
76
76
|
</div>
|
|
77
77
|
<div
|
|
78
|
-
class="ac-path-desc text-xs text-
|
|
78
|
+
class="ac-path-desc text-xs text-fg-muted transition-colors duration-150"
|
|
79
79
|
>
|
|
80
80
|
Connect an existing repository that already has an OpenClaw setup.
|
|
81
81
|
</div>
|