launch: add kimi cli integration with installer flow

This commit is contained in:
ParthSareen
2026-04-20 13:30:23 -07:00
parent ff23dd343f
commit 1222a4effd
7 changed files with 730 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) {