Commit 33e780e
fix(auto-query): widen signal patterns to match natural recall phrases
The _EXPLICIT_RE pattern only matched "remind me" but not "remember",
"did we get", "do you know", etc. Added: remember, did we/you, recall,
check if/whether, was/were there.
Also fixed palace-auto-query.sh: moved turn counter before pre-filter
(turn-1 resumption needs TURN defined), widened shell grep to be a
superset of Python signals.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9a1facf commit 33e780e
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments