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-vm1.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperstack-vm1.toml') diff --git a/hyperstack-vm1.toml b/hyperstack-vm1.toml index 5a5be2a..c6fb2df 100644 --- a/hyperstack-vm1.toml +++ b/hyperstack-vm1.toml @@ -70,7 +70,7 @@ gpu_memory_utilization = 0.92 tensor_parallel_size = 1 tool_call_parser = "qwen3_coder" -# Named model presets for 'ruby hyperstack.rb --config hyperstack-vm1.toml model switch '. +# Named model presets for 'ruby hyperstack.rb --vm 1 model switch '. # Each preset overrides the matching [vllm] field; unset fields fall back to [vllm] defaults. [vllm.presets.qwen3-coder-next] -- cgit v1.2.3