From 134fb233bcb84ea0854a6a2256f3c3b44027208c Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Sun, 20 Sep 2026 07:05:07 +1000 Subject: [PATCH] dsh: honor explicit 'ask/hey jervis' addressing in home gate (direct target = route to Jervis) --- dsh/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsh/app.py b/dsh/app.py index 2d3e82f..b2c3b56 100644 --- a/dsh/app.py +++ b/dsh/app.py @@ -147,6 +147,8 @@ def _looks_homeish(msg: str) -> bool: fish, time/weather). Jervis decides answer-vs-act and speaks confirmations.""" m = (msg or "").lower() return any(h in m for h in ( + # direct address (explicit target) — "ask jervis …", "hey jervis …", "jervis, …" + "ask jervis", "hey jervis", "jervis,", "jervis ", # speak / announce "announce", "speak", "speaker", "shout", "out loud", "say on ", "say over ", "say through ", "on the speakers",