From cd5070bede7cd7b8d3fc19998fcf6fc4e729b608 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Sun, 10 May 2026 13:43:09 -0700 Subject: [PATCH] =?UTF-8?q?feat(examples-chat):=20Phase=207=20=E2=80=94=20?= =?UTF-8?q?multi-thread=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../app/shell/control-palette.component.html | 11 ++++ .../app/shell/control-palette.component.ts | 6 +++ .../src/app/shell/demo-shell.component.css | 16 ++++++ .../src/app/shell/demo-shell.component.html | 14 +++++ .../src/app/shell/demo-shell.component.ts | 39 ++++++++++++-- .../app/shell/palette-persistence.service.ts | 1 + .../angular/src/app/shell/threads.service.ts | 53 +++++++++++++++++++ examples/chat/smoke/CHECKLIST.md | 11 ++++ 8 files changed, 148 insertions(+), 3 deletions(-) create mode 100644 examples/chat/angular/src/app/shell/threads.service.ts diff --git a/examples/chat/angular/src/app/shell/control-palette.component.html b/examples/chat/angular/src/app/shell/control-palette.component.html index c8dbd0ef3..32f084e90 100644 --- a/examples/chat/angular/src/app/shell/control-palette.component.html +++ b/examples/chat/angular/src/app/shell/control-palette.component.html @@ -80,6 +80,17 @@ Debug {{ debugOpen() ? 'on' : 'off' }} + +