From ac1e2829729789c91acaa983790170b1dd2780e0 Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 24 Aug 2026 06:13:57 -0300 Subject: [PATCH] hermes(chat): enable autonomy wave on the HUX canary hux.autonomy joins the canary flags (which also unlocks multimodal via its dependency chain). Enforcement remains 0: approvals, gates, budgets and stop receipts run observe-only until park/resume passes live. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01BvMSXH8VH2tMWXanb8SJdf --- services/hermes/chat-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hermes/chat-statefulset.yaml b/services/hermes/chat-statefulset.yaml index 0a6e3ba6..3e5cac2c 100644 --- a/services/hermes/chat-statefulset.yaml +++ b/services/hermes/chat-statefulset.yaml @@ -587,7 +587,7 @@ spec: - {name: HUX_BIND, value: 127.0.0.1} - {name: HUX_PORT, value: "8790"} - {name: HUX_DATA_ROOT, value: /var/lib/hux/store} - - {name: HUX_FLAGS, value: 'hux.foundation,hux.activity_timeline,hux.projects,hux.privacy,hux.memory_control,hux.artifacts,hux.research,hux.friendly_modes,hux.multimodal,hux.onboarding'} + - {name: HUX_FLAGS, value: 'hux.foundation,hux.activity_timeline,hux.projects,hux.privacy,hux.memory_control,hux.artifacts,hux.research,hux.friendly_modes,hux.multimodal,hux.onboarding,hux.autonomy'} - {name: HUX_RELAY_KEY_FILE, value: /run/hermes-webui-hux/relay-key} - {name: HUX_WORKER_KEY_FILE, value: /run/hermes-hux-worker/worker-key} - {name: HUX_SUBJECT_BINDING_FILE, value: /var/lib/hux/binding/subject}