[Feature]: Add Kiro CLI ACP provider support #6786
mfroembgen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/server
Problem or use case
Kiro CLI supports ACP through
kiro-cli acp, but T3 Code does not currently expose Kiro as a provider.I also did not find Kiro in the current ACP Registry, so users cannot get it through the generic registry path today either.
Prior-art check:
Kiro,kiro-cli, orKiro ACP.Proposed solution
Add a small, first-class Kiro ACP provider integration that launches:
and maps the basic ACP session loop into T3 Code: readiness checks, session start, prompt streaming, tool/step updates, cancellation, and model selection where Kiro advertises it.
This could be implemented as a dedicated built-in provider or as an explicitly supported ACP Registry/custom ACP path if maintainers prefer that architecture.
Why this matters
Kiro users could use their Kiro subscription, custom agents, MCP setup, and CLI-native behavior inside T3 Code's existing GUI, threads, and project/worktree workflow.
Smallest useful scope
A first pass only needs to:
kiro-clikiro-cli acpResume, custom agents/modes, image attachments, richer permissions, and deeper model/mode UX can come later.
Alternatives considered
Risks or tradeoffs
Examples or references
Contribution
All reactions