Skip to content

Commit 02cc000

Browse files
committed
Add Junie agent to the agents list
1 parent acfbad3 commit 02cc000

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

components/CompatibilitySection.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ const agents: AgentEntry[] = [
134134
url: "https://uipath.github.io/uipath-python",
135135
imageSrc: "/logos/uipath.svg",
136136
},
137+
{
138+
name: "Junie",
139+
from: "JetBrains",
140+
url: "https://jetbrains.com/junie",
141+
imageSrc: "/logos/junie.svg",
142+
},
137143
];
138144

139145
const shuffleAgents = (items: AgentEntry[]) => {

0 commit comments

Comments
 (0)