What would you like to be added?
Implement selective topic expansion in the history using mouse clicks, while maintaining global Ctrl+O functionality.
Why is this needed?
Improves UI focus by allowing users to expand only the topics they are interested in, rather than expanding all topics at once.
Additional context
Pure UI enhancement in the CLI. Leverages existing ToolActionsContext and useMouseClick hook.
What would you like to be added?
Implement selective topic expansion in the history using mouse clicks, while maintaining global Ctrl+O functionality.
Why is this needed?
Improves UI focus by allowing users to expand only the topics they are interested in, rather than expanding all topics at once.
Additional context
Pure UI enhancement in the CLI. Leverages existing ToolActionsContext and useMouseClick hook.