From e26cb23bb3872e0dbd0c69d43f46779bb77bea1b Mon Sep 17 00:00:00 2001 From: benthecarman Date: Thu, 30 Jul 2026 01:19:58 -0500 Subject: [PATCH] Detect Kimi Code in its default install path Signed-off-by: benthecarman --- desktop/src-tauri/src/managed_agents/discovery.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src-tauri/src/managed_agents/discovery.rs b/desktop/src-tauri/src/managed_agents/discovery.rs index c8a85be34a..b1a5b83422 100644 --- a/desktop/src-tauri/src/managed_agents/discovery.rs +++ b/desktop/src-tauri/src/managed_agents/discovery.rs @@ -38,6 +38,7 @@ fn common_binary_paths() -> &'static [PathBuf] { paths.extend([ home.join(".local/share/mise/shims"), home.join(".local/bin"), + home.join(".kimi-code/bin"), home.join(".volta/bin"), home.join(".asdf/shims"), home.join(".bun/bin"),