You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Electric Agents quickstart startup by authenticating the built-in pull-wake runner with the same principal it registers as, registering built-in agent types with the local runner as their default dispatch target, and aligning the CLI's default principal with the local quickstart user. Pin the CLI-launched agents-server Docker image to the matching released agents-server version, improve registration fetch errors so startup failures include the endpoint and underlying cause, avoid the CLI observe live-query Collection boundary, and clarify browser-only credentials settings copy.
Copy file name to clipboardExpand all lines: packages/agents-server-ui/src/components/settings/pages/CredentialsPage.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,13 +81,13 @@ export function CredentialsPage(): React.ReactElement {
81
81
description={
82
82
isDesktop
83
83
? `Configure model providers for connected local runtimes. Changes save automatically and apply on the next runtime restart.`
84
-
: `Model providers are configured by the agents-server you're connected to. The web build inherits whatever providers the server was started with.`
84
+
: `Model providers are configured by the runtime connected to this server. Restart that runtime with provider credentials to change the available models.`
85
85
}
86
86
>
87
87
{!isDesktop ? (
88
88
<SettingsPanel>
89
89
<Textsize={2}tone="muted">
90
-
No editable provider keys in the web build.
90
+
Provider keys are not editable from the browser UI.
0 commit comments