feat: refine business chat workflow

This commit is contained in:
inman
2026-05-13 23:52:11 +08:00
parent 043d0f0bfe
commit 6b503dcbe9
30 changed files with 4609 additions and 126 deletions

View File

@@ -103,6 +103,9 @@ test.describe('ClawX chat table header styling', () => {
});
const page = await getStableWindow(app);
await page.evaluate(() => {
window.location.hash = '#/chat';
});
try {
await page.reload();
} catch (error) {