Skip to content

feat(frontend): AutoResearch experiment dashboard (#3201)#3207

Merged
mrveiss merged 2 commits intoDev_new_guifrom
issue-3201-frontend-dashboard
Apr 1, 2026
Merged

feat(frontend): AutoResearch experiment dashboard (#3201)#3207
mrveiss merged 2 commits intoDev_new_guifrom
issue-3201-frontend-dashboard

Conversation

@mrveiss
Copy link
Copy Markdown
Owner

@mrveiss mrveiss commented Apr 1, 2026

Summary

  • useAutoResearch.ts composable with full API integration and polling
  • useAutoResearchStore.ts Pinia store for cross-component state
  • ApprovalCard.vue — approve/reject with metrics comparison
  • ExperimentTimeline.vue — sorted timeline with state badges and inline approvals
  • PromptOptimizerPanel.vue — start/stop optimization, view/score variants
  • InsightsPanel.vue — insights list with confidence badges and semantic search
  • ExperimentDashboard.vue — admin page with stats header + 2/3 + 1/3 grid layout
  • AutoResearchWorkflowAdapter.vue — lightweight view for workflow history
  • Route registered at /experiments with BeakerIcon
  • Frontend tests for composable and ApprovalCard

Depends on: #3206 (Optimizer + API) which includes #3202 + #3203

Closes #3201
Part of #2600 (AutoResearch M3)

Test plan

  • Frontend builds successfully
  • Composable tests pass
  • ApprovalCard tests pass
  • Dashboard renders at /experiments

🤖 Generated with Claude Code

mrveiss and others added 2 commits April 1, 2026 22:53
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ve unused store (#3201)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mrveiss mrveiss force-pushed the issue-3201-frontend-dashboard branch from cb93d5b to b08b7df Compare April 1, 2026 19:53
@mrveiss mrveiss merged commit 25c7afd into Dev_new_gui Apr 1, 2026
1 check failed
@mrveiss mrveiss deleted the issue-3201-frontend-dashboard branch April 1, 2026 19:53
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