bd show now accepts multiple issue IDs and displays each one: - bd show bd-1 bd-2 bd-3 shows all three issues - Issues are separated by a horizontal line for clarity - Works in both daemon and direct modes - JSON output returns an array of all requested issues This feature already worked in the implementation (it looped through args), but now it's properly documented in the help text.