We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfbad3 commit 02cc000Copy full SHA for 02cc000
1 file changed
components/CompatibilitySection.tsx
@@ -134,6 +134,12 @@ const agents: AgentEntry[] = [
134
url: "https://uipath.github.io/uipath-python",
135
imageSrc: "/logos/uipath.svg",
136
},
137
+ {
138
+ name: "Junie",
139
+ from: "JetBrains",
140
+ url: "https://jetbrains.com/junie",
141
+ imageSrc: "/logos/junie.svg",
142
+ },
143
];
144
145
const shuffleAgents = (items: AgentEntry[]) => {
0 commit comments