diff --git a/tests/hermes_cli/test_gui_command.py b/tests/hermes_cli/test_gui_command.py index 963e4563b2b..b10a1701c7f 100644 --- a/tests/hermes_cli/test_gui_command.py +++ b/tests/hermes_cli/test_gui_command.py @@ -60,6 +60,7 @@ def test_gui_installs_packages_and_launches_desktop_app(tmp_path, monkeypatch): with patch("hermes_cli.main.shutil.which", return_value="/usr/bin/npm"), \ patch("hermes_cli.main._run_npm_install_deterministic", return_value=install_ok) as mock_install, \ + patch("hermes_cli.main._desktop_macos_relaunchable_fixup"), \ patch("hermes_cli.main.subprocess.run", side_effect=[pack_ok, launch_ok]) as mock_run, \ pytest.raises(SystemExit) as exc: cli_main.cmd_gui(_ns()) @@ -85,6 +86,7 @@ def test_gui_forwards_desktop_environment_overrides(tmp_path, monkeypatch): with patch("hermes_cli.main.shutil.which", return_value="/usr/bin/npm"), \ patch("hermes_cli.main._run_npm_install_deterministic", return_value=ok), \ + patch("hermes_cli.main._desktop_macos_relaunchable_fixup"), \ patch("hermes_cli.main.subprocess.run", side_effect=[ok, ok]) as mock_run, \ pytest.raises(SystemExit): cli_main.cmd_gui(_ns( diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index c2b7c241ab1..8cf88bc5c9c 100644 --- a/website/static/api/model-catalog.json +++ b/website/static/api/model-catalog.json @@ -1,6 +1,6 @@ { "version": 1, - "updated_at": "2026-05-31T03:27:32Z", + "updated_at": "2026-06-01T08:20:18Z", "metadata": { "source": "hermes-agent repo", "docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog" @@ -77,7 +77,7 @@ "description": "recommended" }, { - "id": "minimax/minimax-m2.7", + "id": "minimax/minimax-m3", "description": "" }, { @@ -178,7 +178,7 @@ "id": "moonshotai/kimi-k2.6" }, { - "id": "minimax/minimax-m2.7" + "id": "minimax/minimax-m3" }, { "id": "z-ai/glm-5.1"