@chrysb/alphaclaw 0.5.4-beta.0 → 0.5.4-beta.1
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.
|
@@ -417,7 +417,7 @@ export const Models = ({ onRestartRequired = () => {} }) => {
|
|
|
417
417
|
${sortedProviders.length > 0
|
|
418
418
|
? html`
|
|
419
419
|
<div class="space-y-3">
|
|
420
|
-
<h2 class="
|
|
420
|
+
<h2 class="font-semibold text-base">
|
|
421
421
|
Provider Authentication
|
|
422
422
|
</h2>
|
|
423
423
|
${sortedProviders.map(
|
|
@@ -63,11 +63,16 @@ export const WelcomePreStep = ({ onSelectFlow }) => {
|
|
|
63
63
|
<line x1="12" y1="15" x2="12" y2="3"></line>
|
|
64
64
|
</svg>
|
|
65
65
|
</div>
|
|
66
|
-
<div>
|
|
67
|
-
<div
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
66
|
+
<div class="flex-1 min-w-0">
|
|
67
|
+
<div class="flex items-center gap-2 mb-0.5">
|
|
68
|
+
<div
|
|
69
|
+
class="ac-path-title text-sm font-medium text-gray-200 transition-colors duration-150"
|
|
70
|
+
>
|
|
71
|
+
Import existing setup
|
|
72
|
+
</div>
|
|
73
|
+
<span class="shrink-0 ml-1 text-[11px] text-yellow-300">
|
|
74
|
+
Experimental
|
|
75
|
+
</span>
|
|
71
76
|
</div>
|
|
72
77
|
<div
|
|
73
78
|
class="ac-path-desc text-xs text-gray-500 transition-colors duration-150"
|