feat: 持久化诊断历史并修复 Agent 命令执行

This commit is contained in:
cnbugs
2026-07-25 12:40:53 +08:00
parent 4f3a7833a0
commit fdac1eaffc
10 changed files with 650 additions and 45 deletions
+6
View File
@@ -15,6 +15,12 @@ venv/
# Environment
.env
# Runtime data
data/
*.db
*.db-shm
*.db-wal
# IDE
.vscode/
.idea/