WIP: enhance ACP Chat queued messages and agentic workflow#4763
Open
lulusir wants to merge 21 commits into
Open
WIP: enhance ACP Chat queued messages and agentic workflow#4763lulusir wants to merge 21 commits into
lulusir wants to merge 21 commits into
Conversation
Contributor
✨ Finishing Touches📝 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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4763 +/- ##
==========================================
+ Coverage 53.57% 53.81% +0.23%
==========================================
Files 1753 1756 +3
Lines 111926 112220 +294
Branches 24817 24890 +73
==========================================
+ Hits 59966 60388 +422
+ Misses 43136 43022 -114
+ Partials 8824 8810 -14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
|
/next |
Contributor
Author
|
/next |
Contributor
|
🎉 PR Next publish successful! 3.9.1-next-1783327199.0 |
Contributor
Author
|
/next |
Contributor
|
🎉 PR Next publish successful! 3.9.1-next-1783410798.0 |
Contributor
Author
|
/next |
Contributor
|
🎉 PR Next publish successful! 3.9.1-next-1783436180.0 |
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.
Types
Background or solution
This PR improves the ACP Chat experience with queued follow-up messages and agentic workflow refinements.
When ACP Chat is generating a response, users can continue sending follow-up prompts. These messages are queued and automatically sent in FIFO order after the current turn completes. The queue UI supports expand/collapse, edit, delete, send next, and clear all actions.
This PR also improves the agentic chat layout by adding a dedicated panel header, workbench maximize/collapse controls, and menu bar integration for toggling the agentic workbench. File paths rendered in chat messages can now be opened directly in the editor, with the workbench restored and the file revealed in the explorer when possible.
Changelog