Commit 321ca06
fix(claude-agent): warn on empty result, debug-log hook skips
- activities.py: log WARNING when Claude returns 0 messages (catches
silent failures from model connectivity issues e.g. VPN/proxy down)
- hooks.py: log DEBUG when pre/post_tool_use hooks bail early due to
missing task_id, making it visible why tool call logs aren't appearing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 89097c0 commit 321ca06
File tree
2 files changed
+7
-0
lines changed- src/agentex/lib/core/temporal/plugins/claude_agents
- hooks
2 files changed
+7
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments