feat: add Junie platform support with .agents/skills target
Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
parent
513f440a23
commit
8801d60231
|
|
@ -102,6 +102,13 @@ platforms:
|
||||||
- .iflow/commands
|
- .iflow/commands
|
||||||
target_dir: .iflow/skills
|
target_dir: .iflow/skills
|
||||||
|
|
||||||
|
junie:
|
||||||
|
name: "Junie"
|
||||||
|
preferred: false
|
||||||
|
installer:
|
||||||
|
target_dir: .agents/skills
|
||||||
|
ancestor_conflict_check: true
|
||||||
|
|
||||||
kilo:
|
kilo:
|
||||||
name: "KiloCoder"
|
name: "KiloCoder"
|
||||||
preferred: false
|
preferred: false
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,12 @@ platforms:
|
||||||
category: ide
|
category: ide
|
||||||
description: "AI-powered IDE with cascade flows"
|
description: "AI-powered IDE with cascade flows"
|
||||||
|
|
||||||
|
junie:
|
||||||
|
name: "Junie"
|
||||||
|
preferred: false
|
||||||
|
category: cli
|
||||||
|
description: "AI coding agent by JetBrains"
|
||||||
|
|
||||||
ona:
|
ona:
|
||||||
name: "Ona"
|
name: "Ona"
|
||||||
preferred: false
|
preferred: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue