-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: triggerdotdev/trigger.dev
base: main
head repository: triggerdotdev/trigger.dev
compare: webapp-dashboard-agent
- 16 commits
- 66 files changed
- 2 contributors
Commits on Jun 2, 2026
-
feat(ai-assistant): add AiChat/AiChatSession persistence tables
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 94af0df - Browse repository at this point
Copy the full SHA 94af0dfView commit details -
feat(ai-assistant): dashboard agent task, tools, and session routes
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 3e42603 - Browse repository at this point
Copy the full SHA 3e42603View commit details -
feat(ai-assistant): add chat panel UI and wire into dashboard nav
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for f35a328 - Browse repository at this point
Copy the full SHA f35a328View commit details -
feat(ai-assistant): enhance chat UI with improved input handling and …
…message display - Updated AskAI component to hide when the chat drawer is open. - Modified AIChatContextBanner for better styling. - Refactored AIChatHeader to include scroll handling and improved chat history display. - Enhanced AIChatInput to support auto-growing text area and focus management. - Improved AIChatMessages to handle scrolling and display messages more effectively. - Added error handling and retry functionality in AIChatPanel. - Introduced new suggested prompts with animation effects. These changes aim to provide a more seamless and user-friendly chat experience in the AI assistant interface.
Configuration menu - View commit details
-
Copy full SHA for 36628d6 - Browse repository at this point
Copy the full SHA 36628d6View commit details
Commits on Jun 3, 2026
-
feat(ai-assistant): add scaffolding for expanding AI assistant capabi…
…lities with V1B tools and enhancements - Introduced new tools for managing runs, errors, and analytics, including: - `listRuns`, `getRunDetails`, `getRunLogs`, `getRunGraph`, `applyRunFilters`, `queryRuns` - `listErrors`, `getErrorDetails`, `findSimilarErrors`, `classifyFailure` - `summarizeCurrentView`, `aggregateRuns`, `correlateRunsWithDeploy` - Updated AIChatToolCall component with new tool labels for improved user feedback. - Enhanced the AI assistant's system prompt to include capabilities for inspecting runs and errors. - Added new utility functions for handling ClickHouse queries and summarizing run data. These changes aim to provide a more comprehensive and user-friendly experience for users interacting with the AI assistant, enabling better insights into runs and error management.
Configuration menu - View commit details
-
Copy full SHA for 669d396 - Browse repository at this point
Copy the full SHA 669d396View commit details -
Configuration menu - View commit details
-
Copy full SHA for e209bac - Browse repository at this point
Copy the full SHA e209bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e204a2 - Browse repository at this point
Copy the full SHA 0e204a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0772ab4 - Browse repository at this point
Copy the full SHA 0772ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830b830 - Browse repository at this point
Copy the full SHA 830b830View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63b7c6 - Browse repository at this point
Copy the full SHA f63b7c6View commit details -
feat(ai-assistant): enhance chat message handling, history and tool ux
- Updated AIChatMessages component to improve auto-navigation logic, ensuring navigation only occurs during active streaming. - Introduced ToolResultCard for displaying tool outputs with collapsible details, enhancing user interaction. - Added tool labels for better UI feedback on tool actions. - Refined AIChatPanel to manage chat state more effectively, including resuming previous chats. - Improved AIChatProvider to handle chat switching and state management with better reliability. These changes aim to provide a more intuitive and responsive experience for users interacting with the AI assistant.
Configuration menu - View commit details
-
Copy full SHA for d6fa0d6 - Browse repository at this point
Copy the full SHA d6fa0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76360ea - Browse repository at this point
Copy the full SHA 76360eaView commit details -
feat(ai-assistant): enhance AIChatMessages and introduce new tool res…
…ult components - Updated AIChatMessages to support structured output rendering for various tool results, improving user interaction. - Added ToolOutput component to handle different tool outputs, including FailureSummaryCard, FilterChips, and MiniTable for better data presentation. - Enhanced AIChatPanel to pass onSendMessage prop for improved message handling. - Introduced AIChatToolResults for better organization of tool result components. These changes aim to provide a richer and more informative user experience when interacting with the AI assistant.
Configuration menu - View commit details
-
Copy full SHA for dfcadca - Browse repository at this point
Copy the full SHA dfcadcaView commit details -
feat(ai-assistant): add ai-sparkle-hover animation and enhance AskAI …
…and AIChatHeader components
Configuration menu - View commit details
-
Copy full SHA for 13e63db - Browse repository at this point
Copy the full SHA 13e63dbView commit details -
feat(ai-assistant): enhance navigation and span detail tools
- Updated the navigateToPage tool to support deep-linking to specific runs and spans, improving user navigation capabilities. - Introduced a new getSpanDetails tool for retrieving detailed information about individual spans within a run, aiding in error investigation. - Enhanced AI assistant guidelines to reflect new navigation and inspection capabilities, ensuring users can effectively query run and span details. - Added spanId and runId parameters to relevant schemas and functions for better context handling. These changes aim to provide a more robust and informative experience for users interacting with the AI assistant, particularly in navigating and diagnosing run-related issues.
Configuration menu - View commit details
-
Copy full SHA for 43ad5fc - Browse repository at this point
Copy the full SHA 43ad5fcView commit details
Commits on Jun 4, 2026
-
feat(ai-assistant): introduce test task tools and enhance AIChat inte…
…gration - Added new tools for listing testable tasks, generating test payloads, and running test tasks, improving the AI assistant's capabilities for testing workflows. - Enhanced AIChatMessages and AIChatProvider to support the new test task functionalities, including handling generated payloads and navigating to test runs. - Updated tool schemas to include new test-related operations, ensuring a seamless user experience when interacting with testing features. - Improved the AI assistant's guidelines to reflect the new testing capabilities, providing clearer instructions for users. These changes aim to enrich the testing experience within the AI assistant, making it easier for users to manage and execute test tasks effectively.
Configuration menu - View commit details
-
Copy full SHA for ca434e5 - Browse repository at this point
Copy the full SHA ca434e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...webapp-dashboard-agent