forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Build and installation instructions for VSIX package file #3
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
Merged
+2,410
−2,787
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 8a240d8 in 36 seconds
More details
- Looked at
102lines of code in3files - Skipped
2files when reviewing. - Skipped posting
2drafted comments based on config settings.
1. README.md:3
- Draft comment:
Please include information about testing, ensuring that unit tests (and integration tests, where appropriate) are mandatory for new functionality. The minimum acceptable test coverage is 80%. Tests should be deterministic and isolated, and data-testid attributes should be included on all UI elements under test. This is from our Development Standards: https://www.notion.so/Development-Standards-59febcf8ead647fd9c2ec3f60c22f3df?pvs=4#11869ad2d58180f7b224d6db54dab6b5 - Reason this comment was not posted:
Comment did not seem useful.
2. package.json:116
- Draft comment:
Please add a script for checking test coverage to ensure that the minimum acceptable test coverage of 80% is met. This is from our Development Standards: https://www.notion.so/Development-Standards-59febcf8ead647fd9c2ec3f60c22f3df?pvs=4#11869ad2d58180f7b224d6db54dab6b5 - Reason this comment was not posted:
Comment was on unchanged code.
Workflow ID: wflow_vVTbLheQHEqsDNBB
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.
mrubens
approved these changes
Nov 2, 2024
Merged
roomote
pushed a commit
that referenced
this pull request
Jul 8, 2025
hannesrudolph
added a commit
that referenced
this pull request
Jul 23, 2025
- Updated SimpleInstaller.removeMode to use CustomModesManager.deleteCustomMode
- Added confirmation dialog with rules deletion warning for mode removal
- Implemented marketplaceRemoveResult message for proper UI refresh
- Added comprehensive tests for rules directory cleanup
- Updated all locale files with new confirmation dialog strings
This ensures complete cleanup when removing marketplace modes, preventing
orphaned rules directories in .roo/rules-{slug}/ folders.
layola13
added a commit
to layola13/Roo-Code
that referenced
this pull request
Oct 19, 2025
核心实现: - 修复 MessageIndexManager 返回类型,返回完整 HistoricalMessage[] - 修复 content 字段类型处理,支持字符串类型 - 增强 getStats() 方法,添加 totalConversations, totalTokens, nextGlobalIndex - 添加完整的单元测试覆盖 (17个测试用例全部通过) 测试覆盖: ✅ MessageIndexManager 单元测试 - 消息存储和索引分配 - Token估算 - 对话隔离 - 索引检索 - 统计信息 - 重置和边界情况 验收测试通过: ✅ pnpm lint ✅ pnpm check-types ✅ pnpm build ✅ pnpm vsix 实现状态: ✅ 1. 逻辑已完整接入主程序 (ClineProvider → Task → attemptApiRequest) ✅ 2. 严格按照6步流程实现 (用户输入→裁判→专家→汇总→大模型) ✅ 3. UI已可视化 (消息索引号显示 RooCodeInc#1, RooCodeInc#2, RooCodeInc#3...) ✅ 4. 有单元测试验收 (MessageIndexManager.test.ts) 基于需求文档: docs/user-requirement-intelligent-context-system.md 实现计划: docs/intelligent-context-implementation-plan.md
This was referenced Oct 20, 2025
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.
Roo Packaging and Installation
Packaging
package.jsonbin/directoryInstallation
Install the plugin using the Cursor CLI:
Note: The VSIX file is checked into the git repository's
bin/directory for easy distribution.After installation, Roo Cline will appear in your Cursor's installed extensions list. You can verify this by opening Cursor's Extensions panel (Cmd/Ctrl+Shift+X) and checking under the "Installed" section.
Important
Add packaging and installation instructions for VSIX file, update
package.json, and include new VSIX file.README.mdto bump version inpackage.json, build VSIX file usingnpm run vsix, and commit the new VSIX file.README.mdto install the VSIX file using Cursor CLI.roo-cline-1.0.1.vsixtobin/directory.nametoroo-clineanddisplayNametoRoo Cline.versionto1.0.1andrepositoryURL tohttps://github.com/RooVetGit/Roo-Cline.vsixscript for packaging.This description was created by
for 8a240d8. It will automatically update as commits are pushed.