fix(hermes): roll out chat iteration budgets

This commit is contained in:
jenkins 2026-08-09 03:30:22 -03:00
parent 8bf363de6f
commit 026657fdca
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ spec:
ai.bstein.dev/role: isolated-user-chat
ai.bstein.dev/isolation: one Hermes process and PVC per Keycloak subject
ai.bstein.dev/model-policy: uniform automatic policy with per-user overrides
ai.bstein.dev/config-rev: "20260808-quality-sandbox"
ai.bstein.dev/config-rev: "20260809-tool-loop-budgets"
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: hermes-chat
vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens

View File

@ -451,7 +451,7 @@ def _status_text(ctx: Any) -> str:
return (
f"Route mode: {policy['mode'].upper()}\n"
f"Current runtime: {current}\n"
f"Last AUTO decision: {last_text}\n"
f"Last routed turn: {last_text}\n"
"Commands: /route auto | /route manual <codex|claude> "
"<low|medium|high|xhigh> [model] | /route status"
)