feat(logging): add detailed tool call logging
Now shows in console:
- ๐ค Messages sent to agent
- ๐จ Agent response breakdown with message types
- ๐ง TOOL CALL with name and args
- โ
TOOL RETURN with status and result
- ๐ฌ ASSISTANT messages
- ๐ง REASONING messages
- ๐ง TOOL WEBHOOK when our handlers receive calls
Makes debugging tool calls much easier.
๐ค Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>