Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: triggerdotdev/trigger.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: triggerdotdev/trigger.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: webapp-dashboard-agent
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 66 files changed
  • 2 contributors

Commits on Jun 2, 2026

  1. feat(ai-assistant): add AiChat/AiChatSession persistence tables

    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    danton267 and claude committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    94af0df View commit details
    Browse the repository at this point in the history
  2. feat(ai-assistant): dashboard agent task, tools, and session routes

    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    danton267 and claude committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    3e42603 View commit details
    Browse the repository at this point in the history
  3. feat(ai-assistant): add chat panel UI and wire into dashboard nav

    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    danton267 and claude committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    f35a328 View commit details
    Browse the repository at this point in the history
  4. 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.
    danton267 committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    36628d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. 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.
    danton267 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    669d396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e209bac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e204a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0772ab4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    830b830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f63b7c6 View commit details
    Browse the repository at this point in the history
  7. 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.
    danton267 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    d6fa0d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76360ea View commit details
    Browse the repository at this point in the history
  9. 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.
    danton267 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    dfcadca View commit details
    Browse the repository at this point in the history
  10. feat(ai-assistant): add ai-sparkle-hover animation and enhance AskAI …

    …and AIChatHeader components
    danton267 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    13e63db View commit details
    Browse the repository at this point in the history
  11. 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.
    danton267 committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    43ad5fc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. 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.
    danton267 committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    ca434e5 View commit details
    Browse the repository at this point in the history
Loading