-
feat: Connect Agent page, dataset-aware upload, telemetry refresh (#2641)
发布于
2026-04-16 14:56:59 +00:00 Summary
- Connect Agent page (
/connect-agent): Standalone page reusing
onboarding connection steps - Sidebar nav: Added "Connect Agent" link under CONFIGURE
- Dataset-aware upload: Dashboard upload targets the selected
dataset, not alwaysdatasets[0] - Dataset picker modal: Prompts user to choose when multiple
datasets exist - Telemetry auto-refresh: Pipeline runs and spans poll every 15s
- Breadcrumb: "Connect agent" links to
/connect-agentwith purple
styling - Frontend sync: Latest SaaS frontend changes (activity, search, API
keys, datasets, onboarding)
Test plan
/connect-agentshows connection cards and step-by-step guides- Dashboard upload targets selected dataset
- Telemetry refreshes automatically
npm run devbuilds without errors
🤖 Generated with Claude Code
Summary by CodeRabbit
-
New Features
- Added a new Connect Agent page for simplified agent connection setup
- Introduced dataset filtering in search functionality
-
Expanded onboarding with multiple integration methods: SDK, MCP, and
API -
Added support for data ingestion from databases, SaaS sources, and
files- Implemented automatic default dataset provisioning
-
Bug Fixes
- Fixed API key display to properly show name field when available
- Corrected billing navigation path
- Improved error handling for authentication responses
-
Improvements
- Enhanced onboarding UI with syntax-highlighted code examples
- Added periodic telemetry polling for real-time activity updates
- Improved upload flow with dataset selection modal
下载附件
- Connect Agent page (