feat(frontend): Consume seeded attachments when a session starts - #5776
feat(frontend): Consume seeded attachments when a session starts#5776ardaerzin wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe first-run seed flow now matches seeds by chat scope, stages seeded files through conversation attachments, and waits for attachment processing before auto-send. Empty-string prompts can also trigger auto-send. ChangesFirst-run seed handling
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
|
@coderabbitai review |
|
|
@coderabbitai review |
|
05d0be4 to
0c24ace
Compare
24cbc7b to
5904fce
Compare
0c24ace to
5e5c376
Compare
5904fce to
a63ab02
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 75f51814-72c5-49c7-86d3-fea968583a97
📒 Files selected for processing (2)
web/oss/src/components/AgentChatSlice/AgentConversation.tsxweb/oss/src/components/AgentChatSlice/hooks/useFirstRunSeed.ts
5e5c376 to
e4b0164
Compare
a63ab02 to
26bd079
Compare
|
@coderabbitai review |
|
e4b0164 to
0c324d5
Compare
26bd079 to
f747bdd
Compare
|
@coderabbitai review |
|
0c324d5 to
d2bfe99
Compare
f747bdd to
9c502f0
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
d2bfe99 to
bdb94db
Compare
9c502f0 to
779c899
Compare
…versation The conversation reads the first-run seed and sends the attachments Home and the overview collected with the opening message. This is the last step of the seeding flow; the composers below already collect into the seed state.
bdb94db to
90bb383
Compare
779c899 to
6aa2ba4
Compare
|
Landed in |
Context
Top lane of the stack. Home and the overview collect attachments on the task composer (lane
oss/home-overview), but nothing consumed them: a session started with files silently dropped them.Changes
The conversation reads the first-run seed and sends the collected attachments with the opening message. This is the last step of the seeding flow; the composers below already collect into the seed state.
Tests / notes
AgentConversation,useFirstRunSeed).@agenta/osstsc adds nothing on this lane.What to QA