Renovero Chat — Test Launcher

→  winpAC('open') Use Case Test  — die drei Use Cases aus docs-realtime-chat/2compare.txt mit Live-Netzwerk-Log
Pre-filled search term — triggers search immediately on load.
Chat & UI
winp-chat-voice=1
Shows the "Live: Aus/An" toggle for voice mode in unified chat. Use the "=auto" variant below to also auto-flip into voice on entry (WIN-747).
winp-chat-voice=auto
Like =1, plus auto-opens the chat in live voice mode once the realtime session connects (WIN-747). Falls back to a "tap the Live button" hint for first-time users without persisted mic permission.
winp-chat-text=new
Uses the new realtime text backend instead of the legacy chat.ws.
winp-chat-old-cta=1
Shows the old text chat button "[ALT] Alter Text-Chat" for comparison.
winp-pd=1
Project description as AI prose text instead of structured aspect list.
winp-ext-behavior-text=1
Legacy text chat fetches the external behavior file from GCS and sends it as the behavior field on the chat WS init. When OFF (default), no behavior is sent and the Boxalino chat proxy resolves it server-side by contentId.
winp-ext-behavior-realtime=1
Realtime / live-voice chat fetches the external realtime behavior file from GCS and sends it as the behavior field on bx.config. When OFF (default), no behavior is sent and the Boxalino realtime proxy resolves it server-side by contentId (init_v3). 2026-05-05: there is no longer a client-embedded fallback — "off" really means "let the proxy decide".
Debugging & Logging
winp-test=1
Enables structured logging (sun-log) on any host.
winp-feedback=1
Enables the feedback overlay (screenshot annotation) on any host.
winp-chat-log=1
Enables chat logging in production deployments.
winp-debug-chat-messages=1
Shows debug UI in old chat input (ModeChat only).
winp-debug-wirelog=1
Enables wire protocol logging (raw frame capture).
window.__WINP_FLUX (direct entry)
entry
Which screen opens first. unset/questionnaire = default form; chat-text / chat-voice skip the questionnaire.
categoryId
Boxalino content-ID (cluster category). Required for chat-text / chat-voice. Ignored for questionnaire (API-derived value wins).
hookQuestionID
Optional. Pre-select a wizard question by numeric ID (forwarded as extraInfo.hookQuestionID).
hookQuestionAnswer
Optional. Pre-fill the answer for hookQuestionID (forwarded as extraInfo.hookQuestionAnswer).
After Launch, the fields above are gone from view. Use the floating FLUX Apply panel (bottom-right) to change values live without reloading — it exercises the same re-entrant API the host page uses.
FLUX Apply — live re-read
Header