Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
canary
lobe-chat
/
e2e
/
src
/
support
下载当前目录
I
Innei
🐛 fix(chat): preserve topics across cold route sends (
#14284
)
3b1eef72
创建于
24 天前
历史提交
文件
最后提交记录
最后更新时间
seedTestUser.ts
🐛 fix(chat): preserve topics across cold route sends (#14284) **Hotfix Scope:** Topic preservation across cold chat-entry routes > Keeps newly created Topics visible when a first message is sent before the destination chat route has fully hydrated. - **Page Agent empty-session regression** — Sending the first message in an empty Page Agent panel no longer clears the newly created Topic and returns the panel to an empty state. (Resolves LOBE-8351) - **Home cold-route send regression** — Sending from the Home default Chat Input now routes to the newly created Inbox Topic even when `/agent/:aid` has never been opened and the route chunk has no warm cache. - **Page-scoped Copilot consistency** — Page Copilot and File Copilot share the same provider-level topic reset behavior, so stale Topics are cleared only when entering or switching the scoped Agent. - **Regression coverage** — Added focused unit coverage for Home default sends, route parity coverage remains intact, and added an E2E scenario for the no-cache Home send path. - `bunx vitest run --silent='passed-only' 'src/routes/(main)/home/features/InputArea/useSend.test.ts' 'src/spa/router/desktopRouter.sync.test.tsx' 'src/routes/(main)/agent/features/Conversation/ChatHydration/index.test.tsx' 'src/routes/(main)/agent/_layout/AgentIdSync.test.tsx'` - `BASE_URL=http://localhost:3007 DATABASE_URL=postgresql://postgres:postgres@localhost:5433/postgres bun run test -- --tags '@HOME-CHAT-COLD-001'` from `e2e/` - Self-hosted: pull the new image and restart. No schema or environment changes. - Cloud: ships through the normal hotfix deployment after merge. @Innei Fixes LOBE-8351
24 天前
webServer.ts
✨ feat: remove NextAuth (#11732)
3 个月前
world.ts
✅ test: add page e2e testing (#11423) * add page e2e * move * add more e2e for page * update * fix keyboard * update
4 个月前