feat(messaging): surface Plan/Review artifacts via Markdown attachment + inline preview#602
Open
huntharo wants to merge 1 commit into
Open
feat(messaging): surface Plan/Review artifacts via Markdown attachment + inline preview#602huntharo wants to merge 1 commit into
huntharo wants to merge 1 commit into
Conversation
990922b to
077a28d
Compare
077a28d to
a2debea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refs #193.
This adds the generic Plan/Review artifact delivery path for messaging providers. Artifacts now render through capability-driven intent generation instead of provider branches:
outboundAttachments.supportsFileUploadandmaxUploadBytesallow itChanges
messaging-artifact-rendererwith shared Plan/Review artifact formatting and attachment selection.turn/plan/updatedby turn inMessagingControllerand delivers the artifact on terminal turn completion.Plan mode: unavailablestub with capability-based plan delivery status.sendDocumentdelivery path.outboundAttachmentshas a producer consumer.Verification
pnpm test apps/desktop/src/main/__tests__/messaging-artifact-renderer.test.ts apps/desktop/src/main/__tests__/messaging-controller.test.ts apps/desktop/src/main/__tests__/messaging-status-card.test.tspnpm --filter @pwragent/desktop typecheckpnpm --filter @pwragent/messaging-interface typecheckpnpm --filter @pwragent/messaging-provider-telegram typecheckpnpm lint:boundariesNotes
Manual real-bot validation for Discord and Telegram attachment delivery is still worth doing before considering #193 fully closed.