We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae4f1f commit cddbc31Copy full SHA for cddbc31
2 files changed
src/CLI.cpp
@@ -654,6 +654,7 @@ namespace vix
654
655
out << indent(2) << "Runtime and advanced:\n";
656
docs("/cli/commands");
657
+ out << indent(3) << "agent Run local AI agent commands\n";
658
out << indent(3) << "p2p Run P2P node/tools\n";
659
out << indent(3) << "orm Database migrations/status/rollback\n\n";
660
@@ -683,6 +684,7 @@ namespace vix
683
684
out << indent(2) << "vix make:class User\n";
685
out << indent(2) << "vix add @cnerium/app\n";
686
out << indent(2) << "vix install\n";
687
+ out << indent(2) << "vix agent ask \"Explain Vix.cpp\" --model qwen2.5-coder:1.5b --timeout 120000\n";
688
out << indent(2) << "vix help run\n\n";
689
690
out << indent(1) << "Links:\n";
0 commit comments