mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #40] [MERGED] feat: add Kilo CLI platform support #53
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#53
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?
📋 Pull Request Information
Original PR: https://github.com/mindfold-ai/Trellis/pull/40
Author: @Xintong120
Created: 2/22/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @taosu0216
Base:
main← Head:feat/kilo-support📝 Commits (3)
9642692feat: add Kilo CLI platform support7bb0912fix(kilo): remove empty migrate-specs.md, add kilo to cli_adapter.py, update READMEfb376a5fix(kilo): add missing brainstorm command, fix create-command paths, add tests📊 Changes
27 files changed (+2746 additions, -18 deletions)
View changed files
📝
README.md(+3 -0)📝
README_CN.md(+3 -0)📝
src/cli/index.ts(+5 -1)📝
src/commands/init.ts(+2 -3)📝
src/configurators/index.ts(+13 -3)➕
src/configurators/kilo.ts(+58 -0)📝
src/templates/extract.ts(+28 -0)➕
src/templates/kilo/commands/trellis/before-backend-dev.md(+13 -0)➕
src/templates/kilo/commands/trellis/before-frontend-dev.md(+13 -0)➕
src/templates/kilo/commands/trellis/brainstorm.md(+476 -0)➕
src/templates/kilo/commands/trellis/break-loop.md(+125 -0)➕
src/templates/kilo/commands/trellis/check-backend.md(+13 -0)➕
src/templates/kilo/commands/trellis/check-cross-layer.md(+153 -0)➕
src/templates/kilo/commands/trellis/check-frontend.md(+13 -0)➕
src/templates/kilo/commands/trellis/create-command.md(+152 -0)➕
src/templates/kilo/commands/trellis/finish-work.md(+129 -0)➕
src/templates/kilo/commands/trellis/integrate-skill.md(+219 -0)➕
src/templates/kilo/commands/trellis/onboard.md(+358 -0)➕
src/templates/kilo/commands/trellis/parallel.md(+194 -0)➕
src/templates/kilo/commands/trellis/record-session.md(+62 -0)...and 7 more files
📄 Description
Note: Kilo does not support hooks like Claude Code, so auto-injection is not available. Users need to manually trigger /trellis:start command. This is the same experience as Cursor and Codex platforms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.