# Schema defined in agent_schema.py # https://github.com/MoonshotAI/kimi-cli identity = "kimi.com" name = "Kimi CLI" short_name = "kimi" url = "https://www.kimi.com/" protocol = "acp" author_name = "Moonshot AI" author_url = "https://www.kimi.com/" publisher_name = "Will McGugan" publisher_url = "https://willmcgugan.github.io/" type = "coding" description = "Kimi CLI is a new CLI agent that can help you with your software development tasks and terminal operations." tags = [] run_command."*" = "kimi acp" help = ''' # Kimi CLI Kimi CLI is a new CLI agent that can help you with your software development tasks and terminal operations. See the following [instructions](https://github.com/MoonshotAI/kimi-cli?tab=readme-ov-file#usage) for how to configure Kimi before running. ''' [actions."*".install] command = "uv tool install kimi-cli --no-cache" description = "Install Kimi CLI" [actions."*".update] command = "uv tool upgrade kimi-cli --no-cache" description = "Upgrade Kimi CLI"