Files
omarchycn/cn/registry/ai-harnesses.json
ZacharyZhang-NYandClaude Fable 5 a317bfb36f Fix China app installs and wire the CN AI stack into Install > AI
Offline installs ship no pacman sync db, so yay resolved official
repo dependencies as AUR packages and every catalog install failed;
omarchy-cn-app-install now runs a full -Syu first (verified end to
end: WeChat builds and installs in the VM). Kimi Code gains a real
installer command reused by the harness registry, the default-agent
path, and new Install > AI entries (Kimi Code, Deep Code, AI Hub),
and the AI Hub wizard offers to launch native harnesses immediately
so their official CLI login runs, matching how Claude Code works.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
2026-08-25 13:17:52 -04:00

41 lines
1.0 KiB
JSON

{
"_verified": "2026-08-25",
"harnesses": {
"claude-code": {
"display_name": "Claude Code",
"command": "claude",
"install": "omarchy-mise-install claude",
"config_method": "env",
"protocol": "anthropic"
},
"codex": {
"display_name": "Codex",
"command": "codex",
"install": "omarchy-mise-install codex",
"config_method": "env",
"protocol": "openai"
},
"opencode": {
"display_name": "OpenCode",
"command": "opencode",
"install": "omarchy-mise-install opencode",
"config_method": "env",
"protocol": "anthropic"
},
"kimi-code": {
"display_name": "Kimi Code CLI",
"command": "kimi",
"install": "omarchy-cn-kimi-install",
"config_method": "native",
"protocol": "native"
},
"deep-code": {
"display_name": "Deep Code",
"command": "deepcode",
"install": "omarchy-mise-install npm:@vegamo/deepcode-cli deepcode",
"config_method": "native",
"protocol": "native"
}
}
}