launch: add kimi cli integration with installer flow (#15723)

This commit is contained in:
Parth Sareen
2026-04-20 15:33:32 -07:00
committed by GitHub
parent 05e0f21bec
commit 8e05d734b9
7 changed files with 995 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ func TestLaunchCmd(t *testing.T) {
if !strings.Contains(cmd.Long, "hermes") {
t.Error("Long description should mention hermes")
}
if !strings.Contains(cmd.Long, "kimi") {
t.Error("Long description should mention kimi")
}
})
t.Run("flags exist", func(t *testing.T) {