mirror of
https://github.com/lintsinghua/DeepAudit.git
synced 2026-09-01 15:49:10 +08:00
f86a34f038
- Account.tsx: handleLogout 和 handleSwitchAccount 改为调用 AuthContext.logout() 清除认证状态,确保退出后重定向到登录页 - agent_tasks.py: 创建 EmbeddingService 后设置用户配置的 batch_size - indexer.py: batch_size 默认值从 50 改为 100,与 EmbeddingConfig 一致 Fixes #142, Fixes #91 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>