Skip to content

Commit fa909a8

Browse files
alexeyvjunie-agent
andauthored
feat: add Junie platform support (#2142)
* feat: add Junie platform support with .agents/skills target Co-authored-by: Junie <junie@jetbrains.com> * fix: disable ancestor_conflict_check for Junie platform Junie does not traverse ancestor directories looking for skills, so ancestor_conflict_check should be false. Co-authored-by: Junie <junie@jetbrains.com> --------- Co-authored-by: Junie <junie@jetbrains.com>
1 parent e0ea6a0 commit fa909a8

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

tools/installer/ide/platform-codes.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ platforms:
102102
- .iflow/commands
103103
target_dir: .iflow/skills
104104

105+
junie:
106+
name: "Junie"
107+
preferred: false
108+
installer:
109+
target_dir: .agents/skills
110+
ancestor_conflict_check: false
111+
105112
kilo:
106113
name: "KiloCoder"
107114
preferred: false

tools/platform-codes.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ platforms:
127127
category: ide
128128
description: "AI-powered IDE with cascade flows"
129129

130+
junie:
131+
name: "Junie"
132+
preferred: false
133+
category: cli
134+
description: "AI coding agent by JetBrains"
135+
130136
ona:
131137
name: "Ona"
132138
preferred: false

0 commit comments

Comments
 (0)