Skip to content

Commit bf5fa17

Browse files
committed
Fix typo in key features list in index.html
1 parent d605406 commit bf5fa17

File tree

1 file changed

+81
-29
lines changed

1 file changed

+81
-29
lines changed

index.html

Lines changed: 81 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
// ===== Data =====
5656
const AGENTS = [
57-
{ name:"GitHub Copilot", company:"GitHub (Microsoft)", type:"IDE", popularity: 95,
57+
{ name:"GitHub Copilot", company:"GitHub (Microsoft)", type:"IDE", popularity: 100,
5858
pricing:["Free — limited usage","Pro — $10/mo (individual)","Enterprise — $39/user/mo"],
5959
homepage:"https://github.com/features/copilot",
6060
links:{ vscode:"GitHub.copilot", npm:"", github:"" },
@@ -74,83 +74,135 @@
7474
"Project Rules (.cursor/rules) guardrails"
7575
]
7676
},
77-
{ name:"Windsurf Editor", company:"Codeium", type:"IDE", popularity: 75,
77+
{ name:"Windsurf Editor", company:"Codeium", type:"IDE", popularity: 45,
7878
pricing:["Free — limited credits","Pro — ~$15/mo","Teams — ~$30/user/mo"],
7979
homepage:"https://codeium.com/windsurf",
8080
links:{ vscode:"", npm:"", github:"" },
81-
key_features:["Cascade agent (plan → edit → verify)","Repo awareness, Memories",""Supercomplete" completion"]
81+
key_features:[
82+
"Cascade agent (plan → edit → verify)",
83+
"Repo awareness, Memories",
84+
"Supercomplete completion"
85+
]
8286
},
83-
{ name:"Cline", company:"Open source", type:"VS Code Extension", popularity: 85,
87+
{ name:"Cline", company:"Open source", type:"VS Code Extension", popularity: 40,
8488
pricing:["Free — bring your own model/API key"],
8589
homepage:"https://cline.bot/",
8690
links:{ vscode:"saoudrizwan.claude-dev", npm:"", github:"cline/cline" },
87-
key_features:["Autonomous edits (with approval)","Runs terminal + automates browser","Model-agnostic, MCP integration"]
91+
key_features:[
92+
"Autonomous edits (with approval)",
93+
"Runs terminal + automates browser",
94+
"Model-agnostic, MCP integration"
95+
]
8896
},
89-
{ name:"Continue.dev", company:"Continue Dev, Inc.", type:"VS Code Extension", popularity: 80,
97+
{ name:"Continue.dev", company:"Continue Dev, Inc.", type:"VS Code Extension", popularity: 50,
9098
pricing:["Solo — $0","Team — $10/dev/mo","Enterprise — contact sales","Models add-on — usage-based"],
9199
homepage:"https://www.continue.dev/",
92100
links:{ vscode:"Continue.continue", npm:"@continuedev/cli", github:"continuedev/continue" },
93-
key_features:["Agent mode to implement changes","Plan Mode before edits","@context providers; OSS"]
101+
key_features:[
102+
"Agent mode to implement changes",
103+
"Plan Mode before edits",
104+
"@context providers; OSS"
105+
]
94106
},
95-
{ name:"Roo Code", company:"Roo Code Inc.", type:"VS Code Extension", popularity: 40,
107+
{ name:"Roo Code", company:"Roo Code Inc.", type:"VS Code Extension", popularity: 10,
96108
pricing:["Free — bring your own models","Optional cloud services"],
97109
homepage:"https://docs.roocode.com/",
98110
links:{ vscode:"RooVeterinaryInc.roo-cline", npm:"", github:"RooCodeInc/Roo-Code" },
99-
key_features:["Autonomous edits; terminal/browser","Custom modes; multi-model","Local workflow + cloud"]
111+
key_features:[
112+
"Autonomous edits; terminal/browser",
113+
"Custom modes; multi-model",
114+
"Local workflow + cloud"
115+
]
100116
},
101-
{ name:"aider", company:"Open source", type:"CLI", popularity: 78,
117+
{ name:"aider", company:"Open source", type:"CLI", popularity: 55,
102118
pricing:["Free — open source (pip install aider)"],
103119
homepage:"https://aider.chat/",
104120
links:{ vscode:"", npm:"", github:"Aider-AI/aider" },
105-
key_features:["Git-aware multi-file edits with diffs","Runs tests/commands","Reproducible changes & commits"]
121+
key_features:[
122+
"Git-aware multi-file edits with diffs",
123+
"Runs tests/commands",
124+
"Reproducible changes & commits"
125+
]
106126
},
107-
{ name:"Claude Code", company:"Anthropic", type:"CLI", popularity: 70,
127+
{ name:"Claude Code", company:"Anthropic", type:"CLI", popularity: 35,
108128
pricing:["Free (local CLI) — use your API key","Enterprise workflows — via Anthropic/partners"],
109129
homepage:"https://www.anthropic.com/claude-code",
110130
links:{ vscode:"", npm:"", github:"anthropics/claude-code" },
111-
key_features:["Agentic terminal coding across repos","Multi-file edits, Git/PR flows","Long-context reasoning"]
131+
key_features:[
132+
"Agentic terminal coding across repos",
133+
"Multi-file edits, Git/PR flows",
134+
"Long-context reasoning"
135+
]
112136
},
113-
{ name:"Amazon Q Developer", company:"AWS", type:"Enterprise Suite", popularity: 65,
137+
{ name:"Amazon Q Developer", company:"AWS", type:"Enterprise Suite", popularity: 70,
114138
pricing:["Free tier — limited agentic requests","Pro — $19/user/mo (higher limits)"],
115139
homepage:"https://aws.amazon.com/q/developer/",
116140
links:{ vscode:"AmazonWebServices.amazon-q-vscode", npm:"", github:"" },
117-
key_features:["Agentic coding in IDE/CLI","Code transformation pipelines","IAM/SSO, admin dashboards"]
141+
key_features:[
142+
"Agentic coding in IDE/CLI",
143+
"Code transformation pipelines",
144+
"IAM/SSO, admin dashboards"
145+
]
118146
},
119-
{ name:"Gemini Code Assist", company:"Google Cloud", type:"Enterprise Suite", popularity: 60,
147+
{ name:"Gemini Code Assist", company:"Google Cloud", type:"Enterprise Suite", popularity: 75,
120148
pricing:["Individual — free (limited)","Standard — contact sales","Enterprise — contact sales"],
121-
homepage:"https://cloud.google.com/products/gemini-code-assist", <!-- fixed -->
149+
homepage:"https://cloud.google.com/products/gemini-code-assist",
122150
links:{ vscode:"GoogleCloudTools.cloudcode", npm:"", github:"" },
123-
key_features:["Agent mode with ultra-long context","Checkpoints, terminal capture","Zero-retention options"]
151+
key_features:[
152+
"Agent mode with ultra-long context",
153+
"Checkpoints, terminal capture",
154+
"Zero-retention options"
155+
]
124156
},
125-
{ name:"Replit Agent", company:"Replit", type:"Cloud Platform", popularity: 72,
157+
{ name:"Replit Agent", company:"Replit", type:"Cloud Platform", popularity: 65,
126158
pricing:["Included in Replit Core — ~$20/mo (annual)","Effort-based usage pricing"],
127159
homepage:"https://replit.com/agent",
128160
links:{ vscode:"", npm:"", github:"" },
129-
key_features:["Plan → approve → build checkpoints","Deploy & host on Replit","Effort-based billing"]
161+
key_features:[
162+
"Plan → approve → build checkpoints",
163+
"Deploy & host on Replit",
164+
"Effort-based billing"
165+
]
130166
},
131-
{ name:"Sourcegraph Cody", company:"Sourcegraph", type:"Enterprise Suite", popularity: 55,
167+
{ name:"Sourcegraph Cody", company:"Sourcegraph", type:"Enterprise Suite", popularity: 40,
132168
pricing:["Free — limited","Pro — paid","Enterprise — paid","Amp (agentic) — prepaid credits"],
133169
homepage:"https://sourcegraph.com/cody",
134170
links:{ vscode:"sourcegraph.cody-ai", npm:"", github:"" },
135-
key_features:["Deep code graph & search","Assistant for edits/navigation","Amp agent via credits"]
171+
key_features:[
172+
"Deep code graph & search",
173+
"Assistant for edits/navigation",
174+
"Amp agent via credits"
175+
]
136176
},
137-
{ name:"Tabnine", company:"Tabnine", type:"Enterprise Suite", popularity: 68,
177+
{ name:"Tabnine", company:"Tabnine", type:"Enterprise Suite", popularity: 55,
138178
pricing:["Developer — $9/mo","Enterprise — $39/user/mo","Private/self-hosted & air-gapped"],
139179
homepage:"https://www.tabnine.com/",
140180
links:{ vscode:"TabNine.tabnine-vscode", npm:"", github:"codota/tabnine-vscode" },
141-
key_features:["Completions & chat; agents (preview)","Switchable/self-host models","SaaS/VPC/on-prem/air-gapped"]
181+
key_features:[
182+
"Completions & chat; agents (preview)",
183+
"Switchable/self-host models",
184+
"SaaS/VPC/on-prem/air-gapped"
185+
]
142186
},
143-
{ name:"Devin", company:"Cognition", type:"Cloud Platform", popularity: 82,
187+
{ name:"Devin", company:"Cognition", type:"Cloud Platform", popularity: 30,
144188
pricing:["Core — usage-based","Team — subscription + usage","Enterprise — contact sales"],
145189
homepage:"https://www.cognition.ai/",
146190
links:{ vscode:"", npm:"", github:"" },
147-
key_features:["Plans, codes, tests, deploys","Team/API, multi-session","Hosted platform"]
191+
key_features:[
192+
"Plans, codes, tests, deploys",
193+
"Team/API, multi-session",
194+
"Hosted platform"
195+
]
148196
},
149-
{ name:"JetBrains AI Assistant", company:"JetBrains", type:"JetBrains Add-on", popularity: 62,
197+
{ name:"JetBrains AI Assistant", company:"JetBrains", type:"JetBrains Add-on", popularity: 25,
150198
pricing:["AI Pro — $10/mo","AI Ultimate — $30/mo"],
151199
homepage:"https://www.jetbrains.com/ai/",
152200
links:{ vscode:"", npm:"", github:"" },
153-
key_features:["Chat, refactors, intentions","Model routing via service","Org governance & quotas"]
201+
key_features:[
202+
"Chat, refactors, intentions",
203+
"Model routing via service",
204+
"Org governance & quotas"
205+
]
154206
}
155207
];
156208

@@ -294,7 +346,7 @@
294346
React.createElement("td", { className:"px-4 py-4 align-top text-center" },
295347
React.createElement("div", { className:"inline-flex items-center justify-center w-12 h-8 rounded-full bg-gradient-to-r from-neon/20 to-neon2/20 border border-neon/30 text-neon font-semibold text-sm" }, a.popularity)
296348
),
297-
React.createElement("td", { className:"px-4 py-4 align-top" }, React.createElement(BadgeLinks,{links:a.links}))
349+
React.createElement("td", { className:"px-4 py-4 align-top w-48 min-w-[12rem]" }, React.createElement(BadgeLinks,{links:a.links}))
298350
)
299351
);
300352

0 commit comments

Comments
 (0)