v0.5.4 - ACM-3: Fix tool-result role filter in acm_search
ACM-3: Fix tool-result role filter in acm_search
The role='tool-result' filter was matching all assistant messages instead of only messages containing tool-result parts. Now correctly checks msg.parts for type='tool-result' specifically.