From 993b63cb32135bc8d45defd7d1549d83df200cad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 12:49:57 +0300 Subject: feat(cli): replace --config with --vm 1|2|both, remove create-both/delete-both - Drop single-VM default hyperstack-vm.toml and @config_path/@config_explicit machinery - Add global --vm flag (default: 1) mapping to hyperstack-vm1.toml and/or hyperstack-vm2.toml - Fold create-both and delete-both into create/delete --vm both - Teach status, watch, test, model to accept --vm (default: 1) - Update help text and README/AGENTS/fish abbreviations accordingly --- hyperstack-vm2.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperstack-vm2.toml') diff --git a/hyperstack-vm2.toml b/hyperstack-vm2.toml index 14f1c6a..c3605ff 100644 --- a/hyperstack-vm2.toml +++ b/hyperstack-vm2.toml @@ -74,7 +74,7 @@ tensor_parallel_size = 1 tool_call_parser = "qwen3_coder" extra_vllm_args = ["--reasoning-parser", "qwen3"] -# Named model presets for 'ruby hyperstack.rb --config hyperstack-vm2.toml model switch '. +# Named model presets for 'ruby hyperstack.rb --vm 2 model switch '. # Core model fields override the matching [vllm] values; preset-only extras such as # extra_vllm_args / extra_docker_env / docker_image / pre_start_cmd must be set explicitly. -- cgit v1.2.3