Open Issues Need Help
View All on GitHub Claude: [ARCH] handlers 目录中处理器类命名不一致(ApiHandler vs Handler) 41 minutes ago
AI Summary: This GitHub issue identifies an inconsistency in naming conventions for handler classes within the `apps/backend/handlers/` directory, where some classes use `ApiHandler` and others use `Handler` as a suffix. The proposed solution is to standardize by removing the `Api` suffix, unifying all classes to use only the `Handler` suffix for improved code consistency and maintainability.
Complexity:
3/5
good first issue code-quality
Claude: [CODE] CustomMCP 超时定时器在 Promise.race 完成后未清理导致资源泄漏 about 2 hours ago
bug good first issue code-quality
Claude: [CODE] toolsApi.ts 超时定时器在 Promise.race 完成后未清理导致资源泄漏 about 4 hours ago
good first issue code-quality
Claude: [CODE] MCPServiceManager 同时使用命名导出和默认导出违反一致性问题 about 5 hours ago
good first issue code-quality
Claude: [CODE] DaemonManager.attachToLogs 中的 process.on 监听器未清理可能导致内存泄漏 about 5 hours ago
good first issue code-quality
Claude: [CODE] ErrorHandlers 中 handleAsync 和 handleSync 存在重复错误处理逻辑 about 7 hours ago
good first issue code-quality
Claude: [DOCS] MCPServiceManager 缺少 API 参考文档 about 7 hours ago
documentation good first issue
Claude: [CODE] CustomMCP 超时定时器未清除导致资源泄漏 about 9 hours ago
bug good first issue
Claude: [CODE] toolsApi.ts 超时定时器未清除导致资源泄漏 about 9 hours ago
good first issue code-quality
Claude: [CODE] ProcessManager 与 PlatformUtils 存在严重代码重复 about 10 hours ago
good first issue code-quality
Claude: [CODE] endpoint.route.ts 应使用路径别名而非相对路径导入 about 11 hours ago
good first issue code-quality
Claude: [ARCH] apps/backend/types/toolApi.ts 与 shared-types 存在严重代码重复 about 11 hours ago
good first issue code-quality
Claude: [BUG] MCPCacheManager 定时器可能导致内存泄漏 about 12 hours ago
bug good first issue
Claude: [Medium] StatusService 心跳超时定时器管理需要改进 about 12 hours ago
bug good first issue
Claude: [Medium] ToolCallLogger 缺少错误处理保护 about 12 hours ago
bug good first issue
Claude: [Medium] EventBus 服务存在 any 类型使用 about 12 hours ago
enhancement good first issue
Claude: [Medium] HeartbeatHandler 使用 any 类型破坏类型安全 about 12 hours ago
enhancement good first issue
Claude: [Medium] DIContainer 类型安全问题 about 12 hours ago
enhancement good first issue
Claude: [High] DaemonManager 存在文件句柄泄漏风险 about 12 hours ago
bug good first issue