feat(val-blog): add 2026-04-30 dream journey post
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"email": null,
|
||||
"calendar": null,
|
||||
"weather": null,
|
||||
"todo": null,
|
||||
"memory_index": null
|
||||
"todo": 1745996280,
|
||||
"memory_index": 1744814700
|
||||
},
|
||||
"proactiveChat": {
|
||||
"enabled": true,
|
||||
@@ -12,11 +12,19 @@
|
||||
"maxProactivePerDay": 3,
|
||||
"minHoursSinceLastConversation": 1,
|
||||
"minHoursBetweenProactive": 4,
|
||||
"allowedSources": ["todo", "open_loop", "email", "calendar", "system"],
|
||||
"allowedSources": [
|
||||
"todo",
|
||||
"open_loop",
|
||||
"email",
|
||||
"calendar",
|
||||
"system"
|
||||
],
|
||||
"quietHours": {
|
||||
"start": "23:00",
|
||||
"end": "08:00"
|
||||
}
|
||||
},
|
||||
"lastProactiveAt": 1744681080,
|
||||
"todayProactiveCount": 0
|
||||
},
|
||||
"todoWatch": {
|
||||
"enabled": true,
|
||||
@@ -27,5 +35,21 @@
|
||||
"enabled": true,
|
||||
"maxMemoryIndexLines": 150,
|
||||
"compactionIntervalHours": 72
|
||||
},
|
||||
"skillLearning": {
|
||||
"enabled": true,
|
||||
"autoExtract": false,
|
||||
"manualReview": true,
|
||||
"templatePath": "~/.openclaw/skills/auto/_template.md",
|
||||
"configPath": "~/.openclaw/workspace/skill-learning-config.md",
|
||||
"installedAt": "2026-04-16T22:45:00+08:00"
|
||||
},
|
||||
"fts5Index": {
|
||||
"enabled": true,
|
||||
"dbPath": "~/.openclaw/workspace/memory/.fts5/memory.db",
|
||||
"scriptPath": "~/.openclaw/workspace/scripts/memory_fts5.py",
|
||||
"indexedFiles": 42,
|
||||
"indexedChunks": 270,
|
||||
"lastIndexedAt": "2026-04-16T22:45:00+08:00"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user