Commit 1050b3d
fix: log interpretWriteTurn failures instead of silently falling back
The catch block and Zod parse failure both returned fallbackInterpretation
with no logging, making it impossible to diagnose why the LLM call was
being skipped. Now logs the Zod error or exception details before falling
back.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9ede728 commit 1050b3d
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
0 commit comments