Adds JetBrains Junie AI tool support#1258
Closed
dacgray wants to merge 5 commits intodyoshikawa:mainfrom
Closed
Conversation
Introduces the `JunieSkill` class and integrates it into the skill processing framework. This enables the system to: - Manage and validate skills located in `.junie/skills` directories. - Convert between generic `RulesyncSkill` and `JunieSkill` formats. - Support both project-level and global Junie skills. Updates the README to reflect the added support and global capability for Junie.
Implements the `JunieSubagent` class to represent and manage Junie-specific agents. Enables bi-directional conversion between `JunieSubagent` and `RulesyncSubagent` formats, facilitating interoperability and preserving Junie-specific frontmatter. Integrates Junie into the subagent processing system, allowing Rulesync subagents to target Junie for operations. Adds frontmatter validation, file loading, and path resolution capabilities for Junie subagents. Updates the `README.md` to reflect Junie's support for conversion from Rulesync.
Adds Junie to the lists of recognized subagents within skill and subagent processing tests. Includes the necessary `relativeDirPath` configuration when initializing Junie subagents from Rulesync, ensuring proper setup.
Updates documentation to reflect Junie's capabilities for Retrieval Augmented Generation and conversational interactions. Enforces local-only configuration for Junie skills and subagents by throwing an error when global mode is requested for settable paths. This clarifies that Junie does not support global path configurations, ensuring correct usage.
Contributor
|
Thank you for your contribution! Unfortunately, this PR has 1002 added lines, which exceeds the limit of 1000 lines for external contributors. Please split your changes into smaller PRs. See CONTRIBUTING.md for details. This PR has been automatically closed. |
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.
Integrates comprehensive support for JetBrains Junie as an AI tool. This release introduces dedicated skill and subagent management, allowing for: