thzxx opened issue MetonaTeam/metona-ai-desktop#51 2026-07-21 21:56:16 +08:00
[P1/优化] SettingsModal inheritDatabase 复选框未校验源数据库完整性
thzxx opened issue MetonaTeam/metona-ai-desktop#50 2026-07-21 21:56:15 +08:00
[P1/高] TokenEstimator estimateMessagesTokens 忽略 toolCall.name 和 toolCall.id
thzxx opened issue MetonaTeam/metona-ai-desktop#49 2026-07-21 21:56:14 +08:00
[P1/优化] ErrorBoundary 未上报错误到主进程,无法集中排查
thzxx opened issue MetonaTeam/metona-ai-desktop#48 2026-07-21 21:56:13 +08:00
[P1/高] OnboardingWizard 5 步引导用户中途退出未保存进度,需重新填写
thzxx opened issue MetonaTeam/metona-ai-desktop#47 2026-07-21 21:56:12 +08:00
[P1/高] ContextBuilder estimateTokens 系数与 token-estimator 不一致,导致估算偏差
thzxx opened issue MetonaTeam/metona-ai-desktop#46 2026-07-21 21:56:11 +08:00
[P1/高] BrowserWindowManager evaluate 执行任意 JS 无沙箱隔离
thzxx opened issue MetonaTeam/metona-ai-desktop#44 2026-07-21 21:56:09 +08:00
[P1/高] SessionService getMessages 未限制返回条数,超长会话可能 OOM
thzxx opened issue MetonaTeam/metona-ai-desktop#45 2026-07-21 21:56:09 +08:00
[P1/高] FileEditorTool regex 模式存在 ReDoS 风险,可被恶意输入攻击
thzxx opened issue MetonaTeam/metona-ai-desktop#43 2026-07-21 21:56:07 +08:00
[P1/高] ContextBuilder 时区硬编码 Asia/Shanghai,跨时区用户显示错误
thzxx opened issue MetonaTeam/metona-ai-desktop#42 2026-07-21 21:56:06 +08:00
[P1/优化] messages 表缺少 (session_id, timestamp) 复合索引,长会话加载慢
thzxx opened issue MetonaTeam/metona-ai-desktop#40 2026-07-21 21:56:05 +08:00
[P1/高] ConfirmationDialog autoExecute 选项未做二次确认,误点击导致永久自动执行
thzxx opened issue MetonaTeam/metona-ai-desktop#41 2026-07-21 21:56:05 +08:00
[P1/优化] MiMo Adapter thinking 模式下 max_completion_tokens 未传默认兜底
thzxx opened issue MetonaTeam/metona-ai-desktop#39 2026-07-21 21:56:04 +08:00
[P1/高] useKeyboardShortcuts 14 个快捷键全局监听未区分 input 焦点
thzxx opened issue MetonaTeam/metona-ai-desktop#38 2026-07-21 21:56:03 +08:00
[P1/高] AgentStore setCurrentSession 过滤 tool 消息但 UI 仍渲染 ToolMessage,逻辑矛盾
thzxx opened issue MetonaTeam/metona-ai-desktop#37 2026-07-21 21:56:02 +08:00
[P1/高] WindowManager sandbox: false 削弱渲染进程隔离
thzxx opened issue MetonaTeam/metona-ai-desktop#36 2026-07-21 21:56:01 +08:00
[P1/高] AuditService computeHash 使用 JSON.stringify,对象 key 顺序不稳定导致 hash 不一致
thzxx opened issue MetonaTeam/metona-ai-desktop#34 2026-07-21 21:56:00 +08:00
[P1/高] SessionService saveMessage 更新 message_count 非原子性,并发下计数错误
thzxx opened issue MetonaTeam/metona-ai-desktop#35 2026-07-21 21:56:00 +08:00
[P1/优化] SessionRecorder appendFileSync 在高频写入时阻塞主进程
thzxx opened issue MetonaTeam/metona-ai-desktop#33 2026-07-21 21:55:59 +08:00
[P1/高] DatabaseService 迁移缺少事务包裹,部分失败导致 schema 不一致
thzxx opened issue MetonaTeam/metona-ai-desktop#32 2026-07-21 21:55:58 +08:00
[P1/高] MemoryManager store INSERT OR REPLACE 永远不 REPLACE,更新语义丢失