hermes-bsd/tests/hermes_cli
teknium1 f24c00a5bf fix(config): reload .env over stale shell overrides
Hermes startup entrypoints now load ~/.hermes/.env and project fallback env files with user config taking precedence over stale shell-exported values. This makes model/provider/base URL changes in .env actually take effect after restarting Hermes. Adds a shared env loader plus regression coverage, and reproduces the original bug case where OPENAI_BASE_URL and HERMES_INFERENCE_PROVIDER remained stuck on old shell values before import.
2026-03-15 06:46:28 -07:00
..
__init__.py
test_chat_skills_flag.py
test_claw.py
test_cmd_update.py
test_coalesce_session_args.py
test_commands.py
test_config.py
test_cron.py
test_doctor.py
test_env_loader.py fix(config): reload .env over stale shell overrides 2026-03-15 06:46:28 -07:00
test_gateway.py
test_gateway_linger.py
test_gateway_runtime_health.py
test_gateway_service.py
test_model_validation.py
test_models.py
test_placeholder_usage.py
test_session_browse.py
test_sessions_delete.py
test_set_config_value.py
test_setup.py
test_setup_model_provider.py
test_setup_noninteractive.py
test_setup_openclaw_migration.py
test_skills_config.py
test_skills_hub.py
test_skills_install_flags.py
test_skills_subparser.py
test_skin_engine.py
test_status_model_provider.py
test_tools_config.py
test_update_autostash.py
test_update_check.py