Agent skill + Dio migration + Rebase#48
Merged
Merged
Conversation
Replaces all references to the .roo configuration directory with .dio across backend and frontend code, including skills management and documentation. Updates i18n strings for clarity, disables certain UI sections, adds an Agent Skills experimental setting, and makes minor UI and logging adjustments.
That's what they wanted :/
Introduces a new 'designer' mode for UI/UX and frontend development with detailed instructions and tool usage. Updates all mode definitions to use 'Dio' as the assistant name instead of 'Roo', and refines instructions, naming, and descriptions for consistency. Enhances Roopik IDE tool documentation with workflow patterns and clarifies capabilities for visual development and debugging.
Expanded and clarified instructions and tool descriptions to distinguish between Canvas (for isolated UI components/screens) and Project (for full applications with routing) modes in Roopik IDE. Updated documentation, tool descriptions, and developer guidance to emphasize that canvas components are previewed automatically in the IDE and do not require browser tools, while project tools are for full Vite-based applications. Improved examples, file organization, and decision logic for when to use each mode.
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.
This pull request introduces several improvements and refactorings to the Roopik Dio extension, focusing on a major rebranding of the extension, enhancements to the custom tool registry and build process, and improved test coverage. The most significant changes are grouped below.
Rebranding and Naming Updates:
package.json,package.nls.json, and related metadata and UI strings. This includes commands, categories, configuration titles, and quick fix labels. [1] [2] [3] [4] [5] [6] [7] [8]Custom Tool Registry and Build System Improvements:
.envfile conflicts between tools and ensuring proper isolation. The cache clearing logic now removes entire subdirectories, not just flat files. [1] [2].envfiles to the tool-specific cache directory. [1] [2]Build and Source Control Hygiene:
.gitignorerules to prevent committing compiled JavaScript files anddistdirectories in all subpackages, improving repository cleanliness and avoiding accidental check-ins of build artifacts. [1] [2] [3]Esbuild Runner Enhancements:
NODE_BUILTIN_MODULES(using Node's built-in module list) andCOMMONJS_REQUIRE_BANNER(for ESM/CommonJS compatibility) in the esbuild runner, and extendedEsbuildOptionsto supportexternalmodules and custombannercode. The esbuild CLI invocation now respects these options. [1] [2] [3]Test Coverage Improvements:
These changes collectively improve the extension's branding, reliability, testability, and maintainability.<!-- Thank you for submitting a Pull Request. Please:
https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests
mainbranch.-->