-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Parallel tasks #2128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel tasks #2128
Conversation
Since VS Code provides no actionEvents that trigger when a specific extension activates, extensions can't activate only once Roo is activated and ready. This commit introduces a new roo-cline.activationCompleted command and fires it at the very end of extension activation. Other extensions that use Roo's exported APIs can now activate when they see this event. Co-authored-by: Greg Taylor <[email protected]>
* Update bug_report.yml * Update bug_report.yml --------- Co-authored-by: Matt Rubens <[email protected]>
Fixed path leading character handling to preserve language characters and remove specific punctuation marks
* Browser Automation Improvements * Added multi-tab remote Chrome support * Added support for hover * Properly caching remote browser host in global state * Cleanup functions * Updated for changes after merge * Added www. exception for common tabs * Update src/core/webview/ClineProvider.ts * Revert README changes --------- Co-authored-by: Matt Rubens <[email protected]>
docs: update contributors list [skip ci] Co-authored-by: mrubens <[email protected]>
docs: update contributors list [skip ci] Co-authored-by: mrubens <[email protected]>
* "Refactor list_files tool to separate module (#2057)" * Await --------- Co-authored-by: Matt Rubens <[email protected]>
* HandleError returns a promise * Remove unnecessary switch from tools
…tion to tool files (#2102)
* Clean up the way we compute the current diff strategy * Add changeset
Signed-off-by: feifei <[email protected]>
* Remove the ask promise error * Send start_time along with checkpoints and use it to position in the messages
#2119) Fix switching profiles to ensure only the selected profile is switched for all modes, and optimize certain i18n keys. Signed-off-by: feifei <[email protected]>
🦋 Changeset detectedLatest commit: e44d752 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Generated with ❤️ by ellipsis.dev |
|
This pull request is quite large, with 160 files changed and a significant number of lines added and removed. It includes a variety of changes such as new features, refactoring, documentation updates, and dependency changes. To improve manageability and reviewability, it might be beneficial to split this pull request into smaller, more focused ones. Here are some suggestions on how the changes could be split:
This approach will help in focusing the review process on specific areas and ensure that each change is thoroughly understood and tested. Please consider splitting the pull request accordingly. |
* add qwen qwq-plus model * rename variable * set up branch * segment alibaba models between mainland and international * allow temperature passing to qwq * changeset --------- Co-authored-by: yaojunWang <[email protected]>
Context
Implementation
Screenshots
How to Test
Get in Touch