mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
feat(cli): ring bell on task completion in kilo run
Alert the user when headless mode finishes processing.
This commit is contained in:
@@ -28,6 +28,7 @@ import { SkillTool } from "../../tool/skill"
|
||||
import { BashTool } from "../../tool/bash"
|
||||
import { TodoWriteTool } from "../../tool/todo"
|
||||
import { Locale } from "../../util/locale"
|
||||
import { bell } from "../../kilocode/bell" // kilocode_change
|
||||
import { importCloudSession, validateCloudFork } from "@/kilocode/cloud-session" // kilocode_change
|
||||
|
||||
type ToolProps<T extends Tool.Info> = {
|
||||
@@ -566,6 +567,7 @@ export const RunCommand = cmd({
|
||||
event.properties.sessionID === sessionID &&
|
||||
event.properties.status.type === "idle"
|
||||
) {
|
||||
bell() // kilocode_change
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user