hermes-agent/agent
Brooklyn Nicholson 59a735b8f3 feat(credits): report $used of $cap instead of % in the usage notice
The usage gauge is Nous subscription-cap-only (used_fraction requires a cap;
non-Nous providers emit no headers, so no notice fires). A bare percentage
implied a universal unit that doesn't exist, so report the absolute dollars
used of the cap instead: used = cap - remaining, from micros (money-safe),
clamped to [0, cap]. Still a snapshot at band-crossing (re-emits on band
change, not every turn) to keep the single escalating line and stay quiet on
append-only surfaces (messaging pushes one message per crossing).
2026-07-23 01:28:58 -05:00
..
lsp
pet
secret_sources fix(secrets): harden encrypted Bitwarden cache 2026-07-22 04:40:07 -07:00
transports feat(codex): honor redirect and hard stop in the app-server runtime 2026-07-22 12:02:40 -05:00
__init__.py
account_usage.py fix(auth): detect upstream Codex quota resets and lift stale pool cooldowns (#69494) 2026-07-22 10:58:22 -07:00
agent_init.py feat(agent): add active-turn redirect core primitive 2026-07-22 12:02:40 -05:00
agent_runtime_helpers.py fix(agent): pass api_key_hint to mark_exhausted_and_rotate in credential pool recovery 2026-07-22 20:54:29 -07:00
anthropic_adapter.py fix(anthropic): extend leading-user guard to the extracted-system-absent path 2026-07-22 06:59:33 -07:00
async_utils.py
aux_accounting.py
auxiliary_client.py
azure_identity_adapter.py
background_review.py
battery.py
bedrock_adapter.py
billing_links.py feat(billing): shared cross-surface out-of-credits signal 2026-07-22 18:08:59 -05:00
billing_usage.py
billing_view.py
bounded_response.py
browser_provider.py
browser_registry.py
chat_completion_helpers.py
codex_responses_adapter.py
codex_runtime.py feat(codex): honor redirect and hard stop in the app-server runtime 2026-07-22 12:02:40 -05:00
coding_context.py
context_breakdown.py
context_compressor.py fix(acp): flag replayed compaction summaries via _meta 2026-07-22 16:58:35 -07:00
context_engine.py fix: close review gaps for per-model threshold overrides (#63020) 2026-07-22 07:00:27 -07:00
context_references.py
conversation_compression.py fix(gateway): widen compression noise filter to all routine status lines 2026-07-22 17:14:36 -07:00
conversation_loop.py Merge pull request #69655 from NousResearch/bb/out-of-credits-ux 2026-07-22 21:03:38 -05:00
copilot_acp_client.py
credential_persistence.py
credential_pool.py fix(auth): detect upstream Codex quota resets and lift stale pool cooldowns (#69494) 2026-07-22 10:58:22 -07:00
credential_sources.py
credits_tracker.py feat(credits): report $used of $cap instead of % in the usage notice 2026-07-23 01:28:58 -05:00
curator.py
curator_backup.py
display.py
error_classifier.py
errors.py
file_safety.py fix(secrets): harden encrypted Bitwarden cache 2026-07-22 04:40:07 -07:00
gemini_native_adapter.py
gemini_schema.py
i18n.py rip out brew + pip/PyPI wheel support (#68217) 2026-07-22 16:51:01 -04:00
image_gen_provider.py
image_gen_registry.py
image_routing.py fix(vision): resolve namespaced custom provider overrides 2026-07-22 21:18:45 -07:00
insights.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
memory_provider.py
message_content.py
message_sanitization.py
moa_loop.py fix(moa): measure advisor guidance before compression 2026-07-22 06:57:54 -07:00
moa_trace.py
model_metadata.py perf(compression): gate CJK-aware token estimation behind an ASCII fast path 2026-07-22 06:57:22 -07:00
models_dev.py
moonshot_schema.py
nous_rate_guard.py
onboarding.py feat(surfaces): route busy-input corrections through active-turn redirect 2026-07-22 12:10:58 -05:00
oneshot.py
plugin_llm.py
portal_tags.py
process_bootstrap.py
prompt_builder.py
prompt_caching.py
rate_limit_tracker.py
reactions.py
reasoning_timeouts.py
redact.py
replay_cleanup.py
retry_utils.py
runtime_cwd.py
secret_scope.py fix(secrets): scope BWS-injected provider keys 2026-07-22 04:39:17 -07:00
shell_hooks.py
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
subdirectory_hints.py
subscription_view.py feat(cli): plan catalog on Free + plan= deep link + top-up/auto-refill copy split (#68689) 2026-07-22 08:11:09 +05:30
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 fix(gateway): widen compression noise filter to all routine status lines 2026-07-22 17:14:36 -07:00
turn_finalizer.py
turn_retry_state.py feat(agent): add active-turn redirect core primitive 2026-07-22 12:02:40 -05:00
usage_pricing.py
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