refactor(wizard): make CreateSessionHandler wizard-driven and remove legacy parser

This commit is contained in:
2026-06-04 09:00:37 +03:00
parent eeffae659f
commit 4a04d7d723
8 changed files with 282 additions and 538 deletions
@@ -213,7 +213,9 @@ public sealed class UpdateRouter(
break;
case "/newsession":
await createSessionHandler.HandleAsync(message, ct);
// TODO (Task 13): if a non-expired draft already exists, render a
// "Continue / Start over / Cancel" menu instead of starting a new one.
await createSessionHandler.StartWizardAsync(message, ct);
break;
case "/listsessions":