Skip to content

fix(dashboard): support white-label app branding#1291

Merged
christso merged 2 commits into
mainfrom
fix/dashboard-white-label
Jun 3, 2026
Merged

fix(dashboard): support white-label app branding#1291
christso merged 2 commits into
mainfrom
fix/dashboard-white-label

Conversation

@christso
Copy link
Copy Markdown
Collaborator

@christso christso commented Jun 3, 2026

Summary

Dashboard now defaults its visible app brand to agent v instead of the old Studio label, with the default v rendered in cyan using the landing page's terminal-style monospace treatment.

Projects can white-label the Dashboard by setting dashboard.app_name in .agentv/config.yaml, and teams can set a global fallback in $AGENTV_HOME/config.yaml or ~/.agentv/config.yaml. Project-local config wins over the global value, and the Dashboard API exposes the value as app_name to keep the JSON wire format snake_case.

Verification

  • bun test apps/cli/test/commands/results/studio-config.test.ts apps/cli/test/commands/results/serve.test.ts
  • bunx biome check apps/cli/src/commands/results/studio-config.ts apps/cli/src/commands/results/serve.ts apps/cli/test/commands/results/studio-config.test.ts apps/cli/test/commands/results/serve.test.ts apps/dashboard/src/components/BrandName.tsx apps/dashboard/src/components/Layout.tsx apps/dashboard/src/components/Sidebar.tsx apps/dashboard/src/lib/api.ts apps/dashboard/src/lib/types.ts apps/dashboard/src/routes/settings.tsx apps/dashboard/src/styles/globals.css apps/web/src/content/docs/docs/tools/dashboard.mdx
  • cd apps/dashboard && bun run build
  • Pre-push hook passed: build, typecheck, lint, test, validate eval YAML files
  • Manual UAT: AGENTV_HOME/config.yaml with dashboard.app_name: ai evals returned app_name: "ai evals" from /api/config and rendered ai evals in the sidebar
  • Manual UAT: empty global config returned app_name: "agent v" from /api/config and rendered agent v with the v in cyan

Compound Engineering
Codex

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 3, 2026

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4e29d57
Status: ✅  Deploy successful!
Preview URL: https://c55c371a.agentv.pages.dev
Branch Preview URL: https://fix-dashboard-white-label.agentv.pages.dev

View logs

@christso christso merged commit 17a4743 into main Jun 3, 2026
4 checks passed
@christso christso deleted the fix/dashboard-white-label branch June 3, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant