From b39bd776c534a8ccf4d95070f1fb4b043896a788 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 4 Apr 2026 21:23:36 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20add=20OpenClaw=20frontmatter=20fields?= =?UTF-8?q?=20=E2=80=94=20triggers,=20min=5Fopenclaw=5Fversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds min_openclaw_version (1.8.0) and voice-triggers->triggers rename to OpenClaw host config. Syncs version to 0.15.6.0. Co-Authored-By: Claude Opus 4.6 (1M context) --- hosts/openclaw.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/openclaw.ts b/hosts/openclaw.ts index 81f511ff..0ddfde5f 100644 --- a/hosts/openclaw.ts +++ b/hosts/openclaw.ts @@ -16,7 +16,11 @@ const openclaw: HostConfig = { keepFields: ['name', 'description'], descriptionLimit: null, extraFields: { - version: '0.15.2.0', + version: '0.15.6.0', + min_openclaw_version: '1.8.0', + }, + renameFields: { + 'voice-triggers': 'triggers', }, },