Timeline Comments
Suggestions
You can add comments to jrAction item_list.tpl (or a copy of it - jrAction_item_list.tpl - in the skin folder) -
{jrComment_form module="jrAction" profile_id=$item._profile_id item_id=$item._item_id item=$item}
The problem is that posting a comment, in turn, creates another action, which will have a comment box, so you end up with comments on comments!!
It would likely need a small custom 'listener' module to filter out comment actions.