Skip to content

Commit 405e963

Browse files
authored
Add June CLI agent configuration and icon (#31)
* Add June CLI agent configuration and icon * Update June CLI agent description * Rename June CLI to June in agent configuration * Rename agent from June to Junie in agent configuration
1 parent bd0f98c commit 405e963

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

junie-acp/agent.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"id": "junie-acp",
3+
"name": "Junie",
4+
"version": "624.1.0",
5+
"description": "AI Coding Agent by JetBrains",
6+
"repository": "https://github.com/jetbrains-junie/junie",
7+
"authors": [
8+
"JetBrains"
9+
],
10+
"license": "proprietary",
11+
"distribution": {
12+
"npx": {
13+
"package": "@jetbrains/junie-cli@624.1.0",
14+
"args": [
15+
"--acp=true"
16+
]
17+
}
18+
}
19+
}

junie-acp/icon.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)