- App.vue: 重构 bootstrapBackend 流程,新增 retryBootstrap 重试入口 - SplashScreen.vue: 错误状态显示「重试」按钮 - system.py: /system/resources 移除 SYSTEM_CONFIG 权限依赖,避免 dev 模式 401 - react.py + gateway.py: 新增 _ensure_async_iterable helper 防御 'async for requires aiter, got coroutine' - theme.ts: Ant Design colorTextLightSolid 映射到 --text-inverse 修复暗色主题下所有 primary 按钮白底白字 - ChatSidebar.vue: 新建对话按钮兜底深色文字 - SystemMonitorPanel.vue: 服务状态区域间距优化 - chat.ts + portal.py + sqlite_conversation_store.py: 会话标题派生修复 解决点击对话标题变成"对话"的问题 - app.py: Serve 模式自动创建 default agent - Tauri src-tauri/: 完整 Tauri 客户端配置 (icons, capabilities, Cargo) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| request_preprocessor.py | ||
| skill_routing.py | ||
| sqlite_conversation_store.py | ||