hermes-bsd/tests
0xbyt4 44abe852fb fix: add macOS Homebrew Opus fallback and fix shutdown dict iteration
- Add Homebrew library path fallback when ctypes.util.find_library fails
  on macOS (Apple Silicon + Intel paths, guarded by platform check)
- Fix RuntimeError in gateway stop() by iterating over dict copy
- Update Opus tests to verify find_library-first + conditional fallback
2026-03-14 14:27:21 +03:00
..
acp feat: restore ACP server implementation from PR #949 (#1254) 2026-03-14 00:09:05 -07:00
agent feat: improve context compaction handoff summaries (#1273) 2026-03-14 02:33:31 -07:00
cron fix(cron): tag persisted cron sessions and test wiring 2026-03-14 00:12:34 -07:00
fakes fix: streaming tool call parsing, error handling, and fake HA state mutation 2026-03-14 14:27:20 +03:00
gateway fix: add macOS Homebrew Opus fallback and fix shutdown dict iteration 2026-03-14 14:27:21 +03:00
hermes_cli fix(test): add /voice to EXPECTED_COMMANDS set in test_commands.py 2026-03-14 14:27:20 +03:00
honcho_integration
integration
skills
tools refactor: extract get_stt_model_from_config helper to eliminate DRY violation 2026-03-14 14:27:21 +03:00
__init__.py
conftest.py test: restore default event loop for sync tests 2026-03-14 03:14:34 -07:00
run_interrupt_test.py
test_413_compression.py feat: improve context compaction handoff summaries (#1273) 2026-03-14 02:33:31 -07:00
test_860_dedup.py
test_agent_loop.py
test_agent_loop_tool_calling.py
test_agent_loop_vllm.py
test_anthropic_adapter.py
test_anthropic_provider_persistence.py
test_api_key_providers.py
test_atomic_json_write.py fix: reuse shared atomic session log helper 2026-03-14 02:56:13 -07:00
test_auth_codex_provider.py
test_auth_nous_provider.py
test_auxiliary_config_bridge.py
test_batch_runner_checkpoint.py fix: sanitize chat payloads and provider precedence 2026-03-13 23:59:12 -07:00
test_cli_init.py
test_cli_interrupt_subagent.py
test_cli_loading_indicator.py
test_cli_model_command.py
test_cli_new_session.py
test_cli_provider_resolution.py fix: sanitize chat payloads and provider precedence 2026-03-13 23:59:12 -07:00
test_cli_secret_capture.py
test_cli_skin_integration.py fix(cli): make TUI prompt and accent output skin-aware 2026-03-14 03:12:52 -07:00
test_codex_execution_paths.py
test_codex_models.py
test_display.py
test_external_credential_detection.py
test_fallback_model.py
test_file_permissions.py
test_flush_memories_codex.py
test_hermes_state.py
test_honcho_client_config.py
test_insights.py
test_interactive_interrupt.py
test_interrupt_propagation.py
test_managed_server_tool_support.py
test_minisweagent_path.py fix: worktree-aware minisweagent path discovery + clean up requirements check (#1248) 2026-03-13 23:39:51 -07:00
test_model_provider_persistence.py
test_model_tools.py
test_personality_none.py
test_provider_parity.py test: cover fireworks tool-call payload sanitization 2026-03-13 23:59:12 -07:00
test_quick_commands.py
test_real_interrupt_subagent.py
test_reasoning_command.py
test_redirect_stdout_issue.py
test_resume_display.py
test_run_agent.py test: add security and hardening tests for voice mode fixes 2026-03-14 14:27:21 +03:00
test_run_agent_codex_responses.py
test_runtime_provider_resolution.py fix: sanitize chat payloads and provider precedence 2026-03-13 23:59:12 -07:00
test_setup_model_selection.py
test_timezone.py
test_tool_call_parsers.py
test_toolset_distributions.py
test_toolsets.py
test_trajectory_compressor.py
test_worktree.py