mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 10:06:00 +03:00
[GH-ISSUE #39] feat: Add Kilo CLI support #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Trellis#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xintong120 on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/mindfold-ai/Trellis/issues/39
Summary
Add support for Kilo CLI as a new AI coding tool platform in Trellis.
Motivation
Trellis currently supports Claude Code, Cursor, OpenCode, iFlow, and Codex. Adding Kilo CLI support would allow more users to benefit from Trellis's workflow system.
Kilo CLI (
@kilocode/cli) is an open-source AI coding assistant that could benefit from Trellis features like:Proposed Implementation
Following the existing pattern for adding new platforms:
src/types/ai-tools.ts):"kilo"toAITooltype"kilo"toTemplateDirtype"kilo"toCliFlagtypeAI_TOOLSregistrysrc/configurators/kilo.ts):src/templates/kilo/):src/configurators/index.ts):PLATFORM_FUNCTIONSAdditional Context
@kilocode/cliWould be happy to implement this feature. Please let me know if the approach looks good.
@taosu0216 commented on GitHub (Feb 24, 2026):
thanks! Tracking https://github.com/mindfold-ai/Trellis/pull/40#issuecomment-3948628109 to see review comments there.
@taosu0216 commented on GitHub (Feb 24, 2026):
done