Skip to content

feat(inbox): show research task logs inline in report detail pane#1413

Draft
Twixes wants to merge 1 commit intotwixes/inbox-two-pane-layoutfrom
twixes/inbox-report-task-logs
Draft

feat(inbox): show research task logs inline in report detail pane#1413
Twixes wants to merge 1 commit intotwixes/inbox-two-pane-layoutfrom
twixes/inbox-report-task-logs

Conversation

@Twixes
Copy link
Copy Markdown
Member

@Twixes Twixes commented Apr 1, 2026

Problem

When a signal report is being researched or is ready, there's no way to see the research progress or results in the inbox — you'd have to find the associated task separately.

Changes

Depends on PostHog/posthog sig/add-signal-report-task branch (adds signal_report FK on Task model).

  • Add signal_report field to Task type and createTask API options
  • Add signalReportId to TaskCreationInput for the saga to pass through
  • Add ReportTaskLogs component that finds the backend research task (origin_product: "signal_report") for a given report and embeds TaskLogsPanel with live streaming
  • Show task logs inline in the report detail pane, above the static summary/signals/evidence
  • Only matches backend research tasks — user-created "Run cloud" tasks are ignored

- Add signal_report field to Task type (FK from backend's sig/add-signal-report-task branch)
- Add signalReportId to TaskCreationInput and pass signal_report through API
- Add ReportTaskLogs component that finds the backend research task
  (origin_product: "signal_report") for a report and embeds TaskLogsPanel
- Show live-streaming task progress in the report detail pane during research
- Only matches backend research tasks, not user-created "Run cloud" tasks

Depends on PostHog/posthog sig/add-signal-report-task branch.
Copy link
Copy Markdown
Member Author

Twixes commented Apr 1, 2026

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