Skip to content

Conversation

@andrewjschuang
Copy link
Contributor

@andrewjschuang andrewjschuang commented Sep 25, 2025

WHY

Summary by CodeRabbit

  • New Features

    • Reply to Conversation now supports an optional “Quote Body” field, allowing you to include quoted content in your reply. This field appears in the action UI with helpful labeling and description, and the quoted text is sent along with your message.
  • Chores

    • Bumped the Reply to Conversation action version to 0.0.6.
    • Updated the package version to 0.8.1.

@vercel
Copy link

vercel bot commented Sep 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
pipedream-docs Ignored Ignored Sep 25, 2025 8:42pm
pipedream-docs-redirect-do-not-edit Ignored Ignored Sep 25, 2025 8:42pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 25, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Adds an optional quoteBody prop to the Front Reply To Conversation action and binds it to the outgoing payload as quote_body. Updates the action version to 0.0.6 and the package version to 0.8.1.

Changes

Cohort / File(s) Summary
Front Reply Action update
components/frontapp/actions/reply-to-conversation/reply-to-conversation.mjs
Introduces optional prop quoteBody (UI metadata included); wires it into run() destructuring and request payload as quote_body; bumps action version 0.0.5 → 0.0.6.
Package metadata
components/frontapp/package.json
Bumps package version 0.8.0 → 0.8.1; no code or API changes.

Sequence Diagram(s)

sequenceDiagram
  autonumber
  participant U as User/Caller
  participant A as ReplyToConversation Action
  participant F as Front API

  U->>A: Invoke run({ body, ... , quoteBody? })
  A->>A: Assemble payload (include quote_body if provided)
  A->>F: POST /messages { body, ... , quote_body? }
  F-->>A: Response (success/error)
  A-->>U: Result
  note over A,F: Optional flow includes quote_body when present
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

I hop through code with whiskers bright,
A quoted thread now takes its flight.
Version bumps in tidy rows,
A gentle nudge the payload knows.
With quote_body softly spun—
Replies now shine; my sprint is done. 🐇✨

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch frontapp-quote-body

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 214e592 and 4beace3.

📒 Files selected for processing (2)
  • components/frontapp/actions/reply-to-conversation/reply-to-conversation.mjs (4 hunks)
  • components/frontapp/package.json (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@andrewjschuang andrewjschuang merged commit a2d4747 into master Sep 25, 2025
9 of 10 checks passed
@andrewjschuang andrewjschuang deleted the frontapp-quote-body branch September 25, 2025 20:43
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.

2 participants