safe: 安全升级(不影响飞书/Pipeline/Redis)

- bcrypt 密码哈希升级(兼容旧 SHA-256,登录时自动升级)
- auth_manager.secret_key 从环境变量读取
- 前端事件总线(on/off/emit)
- ConfigService 统一配置服务
- AI 监控错误详情修复(Conversation 没有 category/source)
- README.md 重写
This commit is contained in:
2026-04-08 09:56:23 +08:00
parent b4aa4c8d02
commit 26737747d9
6 changed files with 149 additions and 516 deletions

View File

@@ -496,8 +496,8 @@ def get_error_detail(conv_id):
'assistant_response': conv.assistant_response,
'confidence_score': conv.confidence_score,
'response_time': conv.response_time,
'category': conv.category,
'source': conv.source,
'session_id': conv.session_id,
'invocation_method': conv.invocation_method,
}
})
except Exception as e: