Item detail
github.com

Kilo-Org/kilocode

Kilo-Org/kilocode is a developer tool that RepoRadar is tracking in its Coding Agents section, currently rated Gold tier with a 'try now' verdict. Its strongest signal is momentum, scored 10.0 out of 10.

Score9.0
Popularity95.0
Riskconditional
TierGold
Score breakdown
Usefulness9.0
Novelty7.0
Momentum10.0
Maturity8.9
Open-source/build8.4
Evidence7.2
Workflow potential10.0
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for developers who want one serious open coding-agent surface across editor and terminal workflows instead of locking themselves into a single hosted assistant experience.

Who should use it

developers AI coding power users teams comparing coding agents people who want flexible model choice

Who should skip it

Consider Kilo-Org/kilocode lower priority if you already have a working solution in this category.

About this signal

Kilo-Org/kilocode is tracked by RepoRadar as a developer tool in the Coding Agents section. First seen 2026-06-19; the source record was last checked on 2026-06-19. The current verdict is 'try now' with a Gold tier and easy setup difficulty. The standout signals for Kilo-Org/kilocode are momentum (10.0) and workflow potential (10.0), while novelty (7.0) trails — that balance shapes where it fits best. This page summarizes the public evidence on the linked source page and states where additional review is still needed.

How this item is evaluated

The Kilo-Org/kilocode record combines a 9.0/10 composite score with separate popularity (95.0), risk (conditional), and setup (easy) signals. See the scoring methodology for the current weights and evidence definitions.

Putting this into practice? Read How to vet an AI agent or MCP server before you wire it in for the checklist behind this score.

Risk explanation

Kilo is designed to operate as a real coding agent across editor and terminal workflows, so start on a non-sensitive repository and review any model, file, or command access before broader rollout.

Evidence links
Closest alternatives / related signals
coding-agent developer-tools cli vscode jetbrains
Verification record

What RepoRadar actually verified

Tested in a bounded workflow

Bounded representative workflow retained by RepoRadar verification harness. Last checked 2026-07-14T05:17:12.666501Z.

failed · cohort-20260714-kilo-code-local-read-agent-workflow

Tester
RepoRadar automated local verification harness
Started
2026-07-14T05:10:34.139998Z
Completed
2026-07-14T05:11:41.897841Z
Environment
Windows 10 AMD64; Python 3.11.9; credential-stripped child environment; disposable home/cache
Install/setup time
2 minute(s)
Evidence scope
Bounded setup or capability check
Cleanup
Per-check temporary home and work directory removed. Shared cohort package cache removed.
Actions exercised
  • Created a disposable home, work directory, and isolated package cache with credential-like environment variables excluded.
  • Created 4 synthetic fixture file(s) inside the disposable work directory; retained hashes prove the exact inputs.
  • Installed the pinned official @kilocode/cli@7.4.7 package with lifecycle scripts disabled inside the disposable work directory.
  • Bound a deterministic OpenAI-compatible fixture server to an operating-system-assigned 127.0.0.1 port and configured the CLI to deny non-read tools.
  • Prompted the CLI to read one synthetic marker through its built-in read tool, then asserted exactly two streamed /v1/chat/completions requests.
  • Verified the second request contained the actual tool output, the final CLI output contained the mock's exact response, and the fixture hash was unchanged.
  • Executed bounded check: Run Kilo Code's official CLI against a loopback-only deterministic model that requests its built-in read tool, then verify the real tool result reaches the second model turn.
  • Captured the complete sanitized stdout, stderr, exit status, artifact checks, and 67.76-second wall time.
Observed results
  • Check exited 1 after 67.76 seconds; failure output is retained and the verification stage must not advance.
Observed strengths
  • No product strength was established in this failed attempt; diagnostic evidence is retained.
Friction
  • A deterministic protocol fixture required product-specific isolation flags and provider configuration; real model behavior, authentication, latency, and cost remain deliberately outside this check.
  • Setup or runtime emitted 13 stderr line(s); the complete warnings/errors are preserved in the retained log.
Limitations
  • The local mock validates Kilo Code's provider wire path, agent loop, tool schema, built-in read execution, and final event output; it does not measure hosted-model quality, authentication, provider reliability, interactive UX, long tasks, or write-tool safety.
  • This credential-free disposable workflow does not establish operator use, production scale, model quality, reliability under sustained use, or team adoption.

Pricing assessment: The CLI and loopback model fixture used no account, subscription, API credit, or paid inference; npm was contacted only to retrieve the pinned package.

Privacy assessment: Only a synthetic marker was read and sent to a server bound to 127.0.0.1; package installation contacted npm, while no prompt or fixture content was sent to a model provider.

Open retained test log →

passed · cohort-20260714-kilo-code-local-read-agent-workflow-v2

Tester
RepoRadar automated local verification harness
Started
2026-07-14T05:17:02.815651Z
Completed
2026-07-14T05:17:12.666501Z
Environment
Windows 10 AMD64; Python 3.11.9; credential-stripped child environment; disposable home/cache
Install/setup time
1 minute(s)
Evidence scope
Bounded representative workflow
Cleanup
Per-check temporary home and work directory removed. Shared cohort package cache removed.
Actions exercised
  • Created a disposable home, work directory, and isolated package cache with credential-like environment variables excluded.
  • Created 4 synthetic fixture file(s) inside the disposable work directory; retained hashes prove the exact inputs.
  • Installed the pinned official @kilocode/cli@7.4.7 package with lifecycle scripts disabled inside the disposable work directory.
  • Bound a deterministic OpenAI-compatible fixture server to an operating-system-assigned 127.0.0.1 port and configured the CLI to deny non-read tools.
  • Prompted the CLI to read one synthetic marker through its built-in read tool, then asserted exactly two streamed /v1/chat/completions requests.
  • Verified the second request contained the actual tool output, the final CLI output contained the mock's exact response, and the fixture hash was unchanged.
  • Executed bounded check: Run Kilo Code's official CLI against a loopback-only deterministic model that requests its built-in read tool, then verify the real tool result reaches the second model turn.
  • Captured the complete sanitized stdout, stderr, exit status, artifact checks, and 9.85-second wall time.
Observed results
  • Command exited 0 after 9.85 seconds.
  • Kilo Code exposed and executed its built-in read tool once, returned the synthetic marker to the loopback model, completed the second turn, and left the fixture byte-identical.
  • Expected marker 'CHECK_OK cli=kilo requests=2 tool=read unchanged=true' was observed in retained output.
  • Validated result.json: 9 required marker(s) present and 0 excluded marker(s) absent; size and SHA-256 are retained.
  • Validated transcript.json: 3 required marker(s) present and 0 excluded marker(s) absent; size and SHA-256 are retained.
Observed strengths
  • The official CLI completed a full provider-to-tool-to-provider agent turn with an allowlisted built-in read tool and machine-readable output, without an account or hosted model.
Friction
  • A deterministic protocol fixture required product-specific isolation flags and provider configuration; real model behavior, authentication, latency, and cost remain deliberately outside this check.
  • Setup or runtime emitted 4 stderr line(s); the complete warnings/errors are preserved in the retained log.
Limitations
  • The local mock validates Kilo Code's provider wire path, agent loop, tool schema, built-in read execution, and final event output; it does not measure hosted-model quality, authentication, provider reliability, interactive UX, long tasks, or write-tool safety.
  • This credential-free disposable workflow does not establish operator use, production scale, model quality, reliability under sustained use, or team adoption.

Pricing assessment: The CLI and loopback model fixture used no account, subscription, API credit, or paid inference; npm was contacted only to retrieve the pinned package.

Privacy assessment: Only a synthetic marker was read and sent to a server bound to 127.0.0.1; package installation contacted npm, while no prompt or fixture content was sent to a model provider.

Open retained test log →

Verification sources

Longitudinal intelligence

How this decision record is moving

Raw history JSON →

47 dated snapshots retained from 2026-06-18 through 2026-08-13; see the snapshot index for explicit coverage gaps. Stars, version, release, pricing, integration, risk, maintenance, verdict, score, and momentum fields remain explicit even when a source has not reported them. Repository momentum is a normalized 0–10 RepoRadar signal; GitHub stars appear only where the popularity monitor retained exact timestamped observations.

RepoRadar score9.0 current · +1.0 net
Repository momentum9.6 current · -0.4 net
GitHub stars (observed)26,854 current · +705 net
GitHub stars26,854 exact observation
Versionv7.4.21
Last release2026-08-11T03:07:34Z
Maintenanceactive
Current riskconditional
Current verdicttry now
Pricing baselineNo structured commercial pricing baseline
Pricing checkedNot applicable or not recorded
Pricing freshnessNo dated commercial pricing review
Integrations baselineClaude, Google Gemini

Recent dated points

DateScoreMomentumStarsRiskVerdictMaintenance
2026-08-139.09.626,854conditionaltry nowactive
2026-08-129.09.626,834conditionaltry nowactive
2026-08-119.09.626,820conditionaltry nowactive
2026-08-109.09.626,805conditionaltry nowactive
2026-08-099.09.626,787conditionaltry nowactive
2026-08-089.09.626,769conditionaltry nowactive
2026-08-079.09.626,680conditionaltry nowactive
2026-08-069.010.0Not recordedconditionaltry nownot recorded
2026-08-059.010.0Not recordedconditionaltry nownot recorded
2026-08-049.09.626,680conditionaltry nowactive
2026-08-039.09.626,680conditionaltry nowactive
2026-08-029.09.626,667conditionaltry nowactive

Why the record changed

stars changed

Stars changed: 26834 → 26854.

stars changed

Stars changed: 26820 → 26834.

version changed

Version changed: jetbrains/v7.0.14 → v7.4.21.

stars changed

Stars changed: 26805 → 26820.

stars changed

Stars changed: 26787 → 26805.

stars changed

Stars changed: 26769 → 26787.

version changed

Version changed: jetbrains/v7.0.12 → jetbrains/v7.0.14.

stars changed

Stars changed: 26680 → 26769.

stars changed

Stars changed: 26667 → 26680.

stars changed

Stars changed: 26655 → 26667.

version changed

Version changed: v7.4.18 → jetbrains/v7.0.12.

stars changed

Source-observed stars changed: 26651 → 26655. This reports the retained observation delta and does not infer why the upstream change occurred.