Skip to content

feat: add Kiro CLI as built-in agent#40

Merged
Takhoffman merged 1 commit intoopenclaw:mainfrom
vokako:feat/add-kiro-agent
Mar 9, 2026
Merged

feat: add Kiro CLI as built-in agent#40
Takhoffman merged 1 commit intoopenclaw:mainfrom
vokako:feat/add-kiro-agent

Conversation

@vokako
Copy link
Copy Markdown
Contributor

@vokako vokako commented Mar 1, 2026

Summary

Add Kiro CLI as a built-in agent in the agent registry.

Kiro CLI supports ACP since v1.25 via kiro-cli acp, which starts Kiro as an ACP-compliant agent communicating over stdin/stdout using JSON-RPC.

Changes

  • Add kiro: "kiro-cli acp" to AGENT_REGISTRY in src/agent-registry.ts
  • Update test/agent-registry.test.ts to include kiro (5 → 6 agents)
  • Add acpx kiro to README built-in agents list

Usage

acpx kiro "fix the tests"
acpx kiro sessions new

References

thepagent added a commit to thepagent/claw-info that referenced this pull request Mar 1, 2026
thepagent added a commit to thepagent/claw-info that referenced this pull request Mar 1, 2026
#170)

Co-authored-by: thepagent <thepagent@users.noreply.github.com>
marcustseng-agent pushed a commit to marcustseng-agent/claw-info that referenced this pull request Mar 2, 2026
thepagent#170)

Co-authored-by: thepagent <thepagent@users.noreply.github.com>
@Takhoffman Takhoffman self-assigned this Mar 9, 2026
@vincentkoc
Copy link
Copy Markdown
Member

Keeping this as the canonical Kiro built-in PR.

#42 was the broader variant, but it bundled runtime/process-cleanup changes with the provider addition, so that one was correctly closed in favor of this narrower Kiro registry path.

What remains here is mostly rebase work against current main: the built-in agent list has grown since this branch was opened, and Gemini/Copilot mappings have moved. Once rebased to current registry/docs state, this is still the right small-scope path for Kiro support.

@vincentkoc vincentkoc self-assigned this Mar 9, 2026
@Takhoffman Takhoffman force-pushed the feat/add-kiro-agent branch from 130c6f1 to 3249442 Compare March 9, 2026 19:00
Add kiro-cli as a built-in agent in the agent registry, mapping to
'kiro-cli acp' command. Kiro CLI (https://kiro.dev) supports ACP
since v1.25.

Changes:
- Add 'kiro' entry to AGENT_REGISTRY
- Update agent-registry tests (5 -> 6 agents)
- Add kiro to README built-in agents list
@Takhoffman Takhoffman force-pushed the feat/add-kiro-agent branch from 3249442 to 86c21f8 Compare March 9, 2026 19:01
@Takhoffman Takhoffman merged commit 9256c07 into openclaw:main Mar 9, 2026
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.

3 participants