feat: eval-evolution work in progress - recommendations and workers UI#11444
feat: eval-evolution work in progress - recommendations and workers UI#11444mp-roocode wants to merge 25 commits intomainfrom
Conversation
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
- Add 5 engineer roles: Junior, Senior, Staff, Architecture Reviewer, Autonomous Agent - Build role selection landing page with hiring metaphor at /evals/workers - Build candidate rankings page with tiered recommendations at /evals/workers/[roleId] - Build candidate comparison page with Recharts charts at /evals/workers/[roleId]/compare - Build "How We Interview" methodology page at /evals/methodology - Add mock data with real eval scores from 27 model runs - Implement "Hire This Engineer" CTA linking to Roo Code Cloud - Implement "Configure Extension" CTA with clipboard copy - Per-language score breakdowns (Go, Java, JS, Python, Rust) - Daily salary pricing (80 tasks/agent/day estimate) - framer-motion animations, glass-morphism design, role color themes - Tone-of-voice compliance (no em dashes, no hype, workflow-first copy) - vscode:// deep link design doc at plans/vscode-deep-link-design.md
…e themes - Atmospheric header with role-colored blur gradients - Glass-morphism containers for chart, filters, and export - Styled language toggle pills with role color accents - Themed provider checkboxes and success rate slider - Custom chart tooltip with backdrop blur - Export buttons with press feedback - framer-motion scroll-triggered animations - Bottom navigation with pill-style links - Role themes: reviewer (violet) and autonomous (cyan) added to candidates page
…line) - Add "Value Map: Salary vs Interview Score" scatter to comparison page - Dots colored by tier, sized by success rate - Sweet Spot quadrant highlight (upper-left) - Respects existing provider/success-rate filters - Add "AI Coding Capability Over Time" scatter to landing page - 10 models from Jun 2025 to Feb 2026 - Dots colored by provider, sized by cost efficiency - Dashed trend line showing upward trajectory - Add MODEL_TIMELINE data to mock-recommendations.ts
Reviewed 6c5b7ad (refine recommendation objective and profile snapshot). All previously flagged issues remain resolved. No new issues found.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
…s layout Move --font-display and --font-body CSS variable declarations from workers/page.tsx into a new evals/layout.tsx so all evals sub-pages (methodology, workers, workers/[roleId], etc.) inherit the font variables without duplicating the setup.
apps/web-roo-code/src/app/evals/recommendations/[objectiveSlug]/objective-content.tsx
Show resolved
Hide resolved
Reviewed 268b183. The two
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Track copied state with a checkmark icon and "Copied!" text that resets after 2 seconds, matching the existing pattern used in copy-settings-button.tsx and comparison-chart.tsx.
…back - Remove duplicate Fraunces/IBM Plex Sans imports from recommendations/layout.tsx (already provided by shared evals/layout.tsx) - Add visual "Copied!" feedback to copyPrompt button in objective-content.tsx (follows existing copy-settings-button.tsx pattern)
Reviewed 8ba3bd4. All previously flagged issues resolved except the inflated aggregate stats.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
|
@roomote fix the 2 failing tests |
Wrapped |
…ix inflated stats in recommendations page
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-f6xx4dox2-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
7bac237 to
a91054f
Compare
Work in progress on eval-evolution features including:
Start a new Roo Code Cloud session on this branch