Follow-up from PR #297 clawpatch review.
The Home new-session callback constructs a local Context Reset message but does not store it, send it, or call a hub API. The UI action is therefore a no-op.
Scope:
- Decide whether context reset is a hub API or a visible local divider.
- Wire ConversationView callbacks to the chosen behavior, or remove/disable the control.
- Add a component/hook regression test.
Follow-up from PR #297 clawpatch review.
The Home new-session callback constructs a local Context Reset message but does not store it, send it, or call a hub API. The UI action is therefore a no-op.
Scope: