Run this from your project root. The CLI builds and pushes
- your image and provisions Rivet Compute. The token is saved
- to{" "}
+ your image and provisions Rivet Compute.
+ {target === "dynamic-apps"
+ ? " The Cloud API token is also passed to the Dynamic Apps host so it can provision an isolated namespace for each app."
+ : ""}{" "}
+ The token is saved to{" "}
~/.rivet/credentials
{" "}
@@ -697,37 +711,15 @@ function AgentOsKeyNotice() {
);
}
-// agentOS brand mark (rounded square + "OS") drawn in currentColor so it adapts
-// to the theme, unlike the white-only marketing SVG.
-function AgentOsLogo({ className }: { className?: string }) {
+function ProductMark({ fileName }: { fileName: string }) {
return (
-
+ className="size-8"
+ draggable={false}
+ />
);
}
@@ -749,17 +741,16 @@ function BuildTargetCard({
return (