mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 10:53:12 -04:00
[PR #210] [CLOSED] feat: add report generation for assistant flows #238
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/210
Author: @nicoarias81
Created: 3/16/2026
Status: ❌ Closed
Base:
master← Head:feature/report-assistant-flows📝 Commits (1)
56392defeat: add report generation for assistant flows📊 Changes
7 files changed (+365 additions, -11 deletions)
View changed files
📝
backend/pkg/graph/generated.go(+139 -0)📝
backend/pkg/graph/schema.graphqls(+2 -0)📝
backend/pkg/graph/schema.resolvers.go(+32 -0)📝
frontend/src/graphql/types.ts(+60 -0)📝
frontend/src/lib/report.ts(+103 -3)📝
frontend/src/pages/flows/flow-report.tsx(+24 -4)📝
frontend/src/pages/flows/flow.tsx(+5 -4)📄 Description
Summary
Extend the report generator to support assistant-mode flows (chat-style flows without tasks). Previously the Report button was hidden for assistant flows, and generating a report showed only "No tasks available for this flow."
Backend
Frontend
Test plan
Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.