feat(studio): redesign UI as Heroku for agents - #27
Merged
Conversation
- Collapse sidebar from 18 items to grouped sections (Build, Discover, Operate)
with Settings pinned to sidebar footer
- Replace platform stats dashboard with agents-first overview showing status
dots (Running/Sleeping/Crashed), summary cards, and quick actions
- Remove standard/deep agent split — all agents are LangGraph deep agents,
simplified deploy form to name + model + skills
- Rewrite login page: "Deploy AI agents like pushing code" positioning,
3-step how-it-works, SSO availability check
- Rebuild all chat surfaces (platform, agent, drawer) with custom UI replacing
PatternFly chatbot — message bubbles, typing dots, suggestion pills
- Merge Registry into Marketplace as Yours/Community tabs
- Role-aware labels: non-tech users see plain English (Integrations, Safety
Rules, Capabilities) while developers see technical terms
- Fix all broken API endpoints: /mcp→/tools, /finops→/costs, /marketplace→
/catalog, /approvals→/promotions, /agents/{name}/detail→/agents/{name},
/ward→/rules+/check
- Switch Promise.all to Promise.allSettled to prevent cascading page failures
- Add SSO configuration tab in Settings (OIDC + SAML)
- Fix Settings sidebar button (NavItem outside Nav→custom button)
- Fix guardrail null pointer crash on rules without config
- Add Playwright e2e test suite: 33 tests covering all pages, navigation,
chat, and zero JS errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Redesigns the Arcana Studio UI to position the platform as "Heroku for agents" — simpler UX, same power underneath.
Test plan