hermes-agent/agent
kshitij a3cda34137 fix(models): repair the two CI slices the default-flip broke
- web_server CONFIG_SCHEMA: fold the one-field models_dev category
  (models_dev.url) into the agent tab via _CATEGORY_MERGE, matching the
  established pattern for single-field categories (slice 7,
  test_no_single_field_categories).
- image_routing._lookup_supports_vision: pass allow_network=True to
  get_model_capabilities. The vision-capability lookup runs when an
  image actually needs routing (not per conversation turn), and the
  #31179 text-only-main guard depends on catalog data — with the new
  allow_network=False default a cold cache returned 'unknown', which
  falls back to attempting the call and reintroduced the #31179
  failure shape (slice 8, test_text_only_main_skipped_when_no_
  aggregator). This preserves that path's historical
  network-on-cold-cache behavior; the fetch stays 4h-TTL cached and
  backoff-limited.
2026-08-14 03:31:22 +05:30
..
lsp
monitoring
pet
proxy_sources
secret_sources
transports fix(xai): preserve Grok 4.6 wire capabilities 2026-08-13 11:07:37 -07:00
verify
__init__.py
account_usage.py
agent_init.py fix: security + efficiency review fixes for salvaged PR #74379 2026-08-13 23:15:25 +05:30
agent_runtime_helpers.py fix: address review feedback from #85512 2026-08-14 00:59:38 +05:30
anthropic_adapter.py
async_utils.py
aux_accounting.py
auxiliary_client.py fix(auxiliary): keep ZAI Coding Plan routing 2026-08-13 12:30:29 -07:00
azure_identity_adapter.py
backend_identity.py
background_review.py
battery.py
bedrock_adapter.py
billing_links.py
billing_usage.py
billing_view.py
bounded_response.py
browser_provider.py
browser_registry.py
chat_completion_helpers.py fix: explicit fallback api_mode always wins; clean up dead-code guard 2026-08-13 12:31:02 -07:00
codex_responses_adapter.py
codex_runtime.py
coding_context.py
context_breakdown.py
context_compressor.py
context_engine.py
context_references.py
conversation_compression.py feat(relay): session-span segmentation for continuous sessions 2026-08-13 10:45:15 -07:00
conversation_loop.py fix: restore stale-base revert hunks in conversation_loop.py and moa_loop.py 2026-08-13 23:10:16 +05:30
copilot_acp_client.py
credential_persistence.py
credential_pool.py
credential_sources.py
credits_tracker.py
curator.py
curator_backup.py
delegation_context.py
display.py
error_classifier.py feat(plugins): rename hook to transform_api_error_classification per #64231 verdict 2026-08-13 09:36:02 -07:00
errors.py
estop.py
file_safety.py
gemini_native_adapter.py
gemini_schema.py
i18n.py
image_gen_provider.py
image_gen_registry.py
image_routing.py fix(models): repair the two CI slices the default-flip broke 2026-08-14 03:31:22 +05:30
insights.py refactor(usage): simplify-pass follow-ups 2026-08-14 02:04:24 +05:30
interrupt_compat.py
iteration_budget.py
jiter_preload.py
kanban_stop.py
learn_prompt.py
learning_graph.py
learning_graph_render.py
learning_mutations.py
lmstudio_reasoning.py
manual_compression_feedback.py
markdown_tables.py
memory_manager.py fix: replace double-lambda with functools.partial, close from_env config_path gap 2026-08-13 23:43:15 +05:30
memory_provider.py fix: security + efficiency review fixes for salvaged PR #74379 2026-08-13 23:15:25 +05:30
message_content.py
message_sanitization.py
moa_loop.py fix: restore stale-base revert hunks in conversation_loop.py and moa_loop.py 2026-08-13 23:10:16 +05:30
moa_trace.py feat(langfuse): widen tracing to errors, sessions, subagents, and MoA fan-out 2026-08-13 23:10:16 +05:30
model_metadata.py fix(models): one canonical override schema, fill-gap _default semantics 2026-08-14 02:03:54 +05:30
models_dev.py refactor(models): simplify-pass follow-ups on the refresh path 2026-08-14 03:31:22 +05:30
moonshot_schema.py
native_compaction.py
nous_rate_guard.py
onboarding.py
oneshot.py
outbound_webhooks.py
plugin_llm.py
plugin_stream_hooks.py
portal_tags.py
process_bootstrap.py
prompt_builder.py
prompt_cache_boundary.py
prompt_caching.py
rate_limit_tracker.py
reactions.py
reasoning_summaries.py
reasoning_timeouts.py
redact.py fix: reuse redact_sensitive_text, fix leaky abstraction, fix test data 2026-08-13 23:10:16 +05:30
relay_llm.py
relay_runtime.py fix(relay): defer rotating-compaction session close while a turn is live 2026-08-13 10:45:15 -07:00
relay_tools.py
replay_cleanup.py
retry_utils.py
runtime_cwd.py
secret_scope.py
session_activity.py
shell_hooks.py fix(plugins): synthetic hook fixture, shell-hook exclusion, docs per review 2026-08-13 09:36:02 -07:00
skill_bundles.py
skill_commands.py
skill_preprocessing.py
skill_utils.py
ssl_guard.py
ssl_verify.py
stream_diag.py
stream_single_writer.py
subagent_lifecycle.py
subdirectory_hints.py
subscription_view.py
system_prompt.py
think_scrubber.py
thinking_timeout_guidance.py
thread_scoped_output.py
title_generator.py
tool_dispatch_helpers.py
tool_executor.py
tool_guardrails.py
tool_result_classification.py
trace_upload.py
trajectory.py
transcription_provider.py
transcription_registry.py
tts_provider.py
tts_registry.py
turn_context.py feat(hindsight): memory provider improvements — recall_sync, retain_source, setup templates, memory indicators, error hints 2026-08-13 23:15:25 +05:30
turn_finalizer.py
turn_retry_state.py
turn_summary.py
usage_pricing.py refactor(usage): simplify-pass follow-ups 2026-08-14 02:04:24 +05:30
verification_evidence.py
verification_stop.py
verify_hooks.py
vertex_adapter.py
video_gen_provider.py
video_gen_registry.py
web_search_provider.py
web_search_registry.py