omni-catalyst 1.0.0 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/cli/commands/doctor.sh +1 -1
- package/core/utils/env.sh +1 -1
- package/package.json +1 -1
|
@@ -378,7 +378,7 @@ doctor_main() {
|
|
|
378
378
|
separator_section "AI Tools Installed"
|
|
379
379
|
echo
|
|
380
380
|
|
|
381
|
-
local -a ai_cmds=("opencode" "claude" "gemini" "codex" "qwen" "vibe" "mimo" "hermes" "kimi" "ollama" "freebuff" "pi" "agy" "mmx" "gentle-ai" "gga" "engram" "codegraph" "kiro" "
|
|
381
|
+
local -a ai_cmds=("opencode" "claude" "gemini" "codex" "qwen" "vibe" "mimo" "hermes" "kimi" "ollama" "freebuff" "pi" "agy" "mmx" "gentle-ai" "gga" "engram" "codegraph" "kiro" "heygen" "seedance" "veo3" "odysseus" "openclaude" "openclaw" "command-code")
|
|
382
382
|
local ai_count=0
|
|
383
383
|
|
|
384
384
|
for cmd in "${ai_cmds[@]}"; do
|
package/core/utils/env.sh
CHANGED
package/package.json
CHANGED