From 625d8fbb17ed83714a446f5ad7ec1d0f89fd4ce2 Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Sun, 16 Aug 2026 12:00:00 +0000 Subject: [PATCH] =?UTF-8?q?feat(element-web):=20roll=20out=20v0.5.2=20?= =?UTF-8?q?=E2=80=94=20way-B=20filter=20attach,=20gate=20closed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships threadnet-call df4e5ee: the AI filter attaches to the microphone track after publication with its own AudioContext on just that track. The feature gate stays closed, so this behaves identically to v0.5.1 for every user; a single test client opts in via two localStorage keys. The gate opens only after the filter passes a two-person call - standing rule from #0054. Co-Authored-By: Claude Opus 4.8 --- apps/production/element-server-suite.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index 50f4aa0..636a5e1 100644 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -81,6 +81,12 @@ spec: image: registry: rohana.axion1337.de repository: sorb/threadnet-web + # v0.5.2 = KI-Filter-Anbindung Weg B (threadnet-call df4e5ee): Filter + # haengt sich NACH der Publikation an den Mikrofon-Track, eigener + # AudioContext nur dort - kein webAudioMix, kein processor-Schluessel in + # den Capture-Defaults in irgendeinem Zustand. Tor geschlossen: fuer + # alle Nutzer verhaltensgleich mit v0.5.1; Test-Client per zwei + # localStorage-Schluesseln. Tor-Oeffnung erst nach Abnahme im Call. # v0.5.1 = Entmuten-Vorfall aus v0.5.0 behoben (threadnet-call dcc8643): # Aus-Pfad der KI-Geraeuschunterdrueckung wieder identisch mit Upstream # (kein processor-Schluessel), Feature hart stillgelegt bis zur @@ -102,7 +108,7 @@ spec: # Die Linie beginnt bei v0.3.0, dem ersten kanonischen CI-Build aus # apps/web/Dockerfile - er loeste die Derivat-Images ab, deren # Entrypoint ohne Exec-Bit /config.json still brach (ThreadNet-Web#8). - tag: v0.5.1 + tag: v0.5.2 ingress: host: axion1337.chat