Skip to content

feat: add kilocode as a built-in agent#62

Merged
Takhoffman merged 5 commits intoopenclaw:mainfrom
kimptoc:feat/kilocode-agent
Mar 9, 2026
Merged

feat: add kilocode as a built-in agent#62
Takhoffman merged 5 commits intoopenclaw:mainfrom
kimptoc:feat/kilocode-agent

Conversation

@kimptoc
Copy link
Copy Markdown
Contributor

@kimptoc kimptoc commented Mar 8, 2026

Summary

  • Adds kilocode to the built-in agent registry, mapping to npx -y @kilocode/cli acp
  • Updates agent registry tests: count 5→6, includes kilocode in the set assertion

Kilocode supports ACP natively and @kilocode/cli is auto-downloaded on first use via npx — no manual installation required, consistent with other built-in agents.

Usage:

acpx kilocode "help me debug this code"
acpx kilocode sessions new --name my-project
acpx kilocode --session my-project "continue working"

Closes #61

Test plan

  • All 148 existing tests pass
  • acpx kilocode "..." resolves to npx -y @kilocode/cli acp

🤖 Generated with Claude Code

kimptoc and others added 5 commits March 9, 2026 14:04
Adds kilocode to the built-in agent registry, mapping to
`npx -y @kilocode/cli acp`. Kilocode supports ACP natively and
is auto-downloaded on first use via npx, consistent with other
built-in agents.

Closes openclaw#61

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Takhoffman Takhoffman self-assigned this Mar 9, 2026
@Takhoffman Takhoffman force-pushed the feat/kilocode-agent branch from a93dbca to 9322656 Compare March 9, 2026 19:15
@Takhoffman Takhoffman merged commit 27e68be into openclaw:main Mar 9, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add kilocode as a built-in agent

2 participants