Hi Scott,
You could edit the file /FeedManager/FeedAggregate.aspx and comment out the output cache during development
<%@ OutputCache Duration="600" VaryByParam="mid;" %>
Note that the VaryByParam was missing in the current release version but is correected in the latest code and coming release.
Hope it helps,
Joe