email chat uses officerdev/chat app with session history and email context scoping

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 23:29:13 +00:00
co-authored by Claude Opus 4.6
parent 13cfeac384
commit a8d3d1a423
6 changed files with 28 additions and 15 deletions
@@ -13,7 +13,7 @@ export const defaultLayout: LayoutNode = {
direction: 'vertical',
children: [
{ node: { type: 'panel', id: 'email-reader', appType: null }, size: 60 },
{ node: { type: 'panel', id: 'email-chat', appType: null }, size: 40 },
{ node: { type: 'panel', id: 'email-chat', appType: 'officerdev/chat' }, size: 40 },
],
},
size: 75,