Skip to content

Adds JetBrains Junie AI tool support#1258

Closed
dacgray wants to merge 5 commits intodyoshikawa:mainfrom
dacgray:add-skills-for-junie
Closed

Adds JetBrains Junie AI tool support#1258
dacgray wants to merge 5 commits intodyoshikawa:mainfrom
dacgray:add-skills-for-junie

Conversation

@dacgray
Copy link
Contributor

@dacgray dacgray commented Mar 4, 2026

Integrates comprehensive support for JetBrains Junie as an AI tool. This release introduces dedicated skill and subagent management, allowing for:

  • Generation and import of Junie skills, including simulated generation and import capabilities.
  • Management of Junie subagents for advanced conversation and RAG functionalities.

dacgray added 5 commits March 3, 2026 22:36
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.
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

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.

@github-actions github-actions bot closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant