cc
|
8e8f1b3d22
|
删除见解多余日志
|
2026-04-08 19:50:25 +08:00 |
|
cc
|
5b6117ec28
|
修复见解意外启动的问题
|
2026-04-08 19:32:44 +08:00 |
|
v0
|
c4774e1ce1
|
refactor: optimize insightService to skip getSessions() in whitelist mode
Eliminate unnecessary getSessions() calls and use lightweight queries for performance.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-06 12:33:11 +00:00 |
|
v0
|
a23461bfce
|
fix: optimize insightService for performance
Address DB connection issues, cache TTL, and timer handling to improve efficiency.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-06 12:06:02 +00:00 |
|
v0
|
4beddb7a62
|
fix: resolve main thread block and high CPU issues
Switch 'fs.appendFileSync' to 'fs.appendFile' and optimize 'getSessionsCached' to reduce DB access.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-06 11:28:33 +00:00 |
|
v0
|
9adffc3cd7
|
fix: resolve multiple issues and performance enhancement
Fix performance issue, Telegram prefix, and two encoding bugs; update custom prompt UI.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-06 10:55:30 +00:00 |
|
v0
|
cf40d3ad63
|
feat: optimize prompt caching and add Telegram push
Add system prompt caching, custom prompt, and Telegram push settings.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-06 09:56:11 +00:00 |
|
v0
|
c4c7df2608
|
fix: resolve insight tab loading and performance issues
Fix chat session loading logic and optimize session retrieval performance.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-06 03:35:39 +00:00 |
|
v0
|
792621d982
|
feat: use Electron's native Notification API for reliable alerts
Replace custom 'showNotification' with Electron's 'Notification' for system-level alerts.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 17:47:14 +00:00 |
|
v0
|
f83117df20
|
feat: update prompt to force insights output
Modify prompt to encourage model to output insights, disallow SKIP in test mode.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 17:33:09 +00:00 |
|
v0
|
dd960d30ff
|
fix: remove leftover old catch block
Clean up mismatched catch block from previous edit.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 17:21:24 +00:00 |
|
v0
|
89f3ec57f5
|
feat: add configurable AI insight settings and desktop logging
Introduce new configurable fields and log insights to desktop.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 17:20:23 +00:00 |
|
v0
|
95f1e73a39
|
fix: resolve core bugs and enhance logging for AI insights
Fix aggressive activity analysis and loop bug, add detailed logs, and introduce test trigger button.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 17:11:05 +00:00 |
|
v0
|
5971757a28
|
feat: add aiInsightWhitelist to settings page
Implement aiInsightWhitelist feature with UI and filtering logic.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 16:42:43 +00:00 |
|
v0
|
6aae23180f
|
fix: resolve TypeScript errors in GitHub Actions build
Fix type issues and update import syntax for better compatibility.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 15:51:40 +00:00 |
|
v0
|
49e82e43e4
|
fix: resolve TypeScript type issues in CI builds
Fix multiple type errors and improve type checks in build scripts.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 15:50:00 +00:00 |
|
v0
|
93a9df48f4
|
feat: implement AI insights service and settings tab
Add core insight service and IPC handlers; update config and settings page.
Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
|
2026-04-05 15:32:22 +00:00 |
|