JianFeeeee
30b78ef2cd
fix: SuggestPaths 从镜像取路径 — 清库后路径补全不再为空
SuggestPaths 原来只查 mails.to_workspace(清库后为空)和
agents.workspaces(标准插件永远为空) → 清库后路径补全对所有
Agent 都空,界面提示「没有可用路径」。
加第三个来源:agent_platform_sessions.workspace(镜像,心跳上报)。
清库后镜像仍在(心跳重新上报),补全立即恢复。
按使用频率降序排列,常用路径(/root, /home/program/llmsproxy)
排在前,测试路径(/tmp/pi-bridge-e2e/ws)排在后。
顺带修了 SQL:SELECT DISTINCT + ORDER BY MAX() 不加 GROUP BY
在 SQLite 上语法错误(静默返回空集而非报错)。
2026-09-04 15:50:27 +08:00
..
2026-09-02 10:29:26 +08:00
2026-09-02 10:29:26 +08:00
2026-09-04 11:14:44 +08:00
2026-09-04 15:35:48 +08:00
2026-09-04 06:27:15 +08:00
2026-09-02 10:29:26 +08:00
2026-09-04 13:49:16 +08:00
2026-09-04 15:35:48 +08:00
2026-09-04 15:50:27 +08:00
2026-09-04 15:35:48 +08:00
2026-09-02 14:33:41 +08:00
2026-09-02 14:16:46 +08:00