thzxx closed issue MetonaTeam/metona-ai-desktop#3 2026-07-22 09:14:47 +08:00
[P0/严重] Agent Engine 未调用 adapter.getContextWindow() 同步压缩阈值
thzxx commented on issue MetonaTeam/metona-ai-desktop#3 2026-07-22 09:14:46 +08:00
[P0/严重] Agent Engine 未调用 adapter.getContextWindow() 同步压缩阈值

修复说明

文件: electron/harness/agent-loop/engine.ts

问题: Engine 的 DEFAULT_CONFIG.contextWindow 硬编码为 128_000,从未调用 adapter.getContextWindow() 同步,导致各 Provider(Dee…

thzxx closed issue MetonaTeam/metona-ai-desktop#2 2026-07-22 09:14:46 +08:00
[P0/严重] Ollama Adapter 将公网 URL 图片当作 base64 字符串直接传递
thzxx commented on issue MetonaTeam/metona-ai-desktop#2 2026-07-22 09:14:45 +08:00
[P0/严重] Ollama Adapter 将公网 URL 图片当作 base64 字符串直接传递

修复说明

文件: electron/harness/adapters/ollama.adapter.ts

问题: Ollama Adapter 的 toNativeRequest 将 http(s) URL 图片直接当作 base64 字符串传给 Ollama API,导致 base64 解码错误,…

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#45 2026-07-21 21:56:09 +08:00
[P1/高] FileEditorTool regex 模式存在 ReDoS 风险,可被恶意输入攻击
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#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 不一致