@kairyou/agent-tools 0.11.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,11 +15,21 @@
15
15
  "providerUsage": {
16
16
  "days": 30, // recent days of spend to count
17
17
  "debug": false // true: log probes to ~/.agent-tools/logs/usage-debug.log
18
+ },
19
+ // log capability: AI session work log; see the extras doc for details.
20
+ "log": {
21
+ "enabled": true, // false: pause recording without uninstalling
22
+ "output": "~/.agent-tools/logs/ai-log.md", // daily: one file; detailed: a directory
23
+ "language": "zh", // zh | en (detailed report headings)
24
+ "format": "daily", // daily | detailed
25
+ "projects": [ // record only these; empty: record everything
26
+ // "C:\\projects\\project-a"
27
+ ]
18
28
  }
19
29
 
20
30
  // Optional blocks below: uncomment every line of a block, including its leading comma.
21
31
 
22
- // at-self-eval, at-daily-log: default projects (otherwise just the current repo)
32
+ // at-self-eval, at-daily-log: default projects (otherwise just the current repo).
23
33
  // , "workProjects": [
24
34
  // "C:\\projects\\project-a",
25
35
  // "C:\\projects\\project-b"
@@ -27,6 +37,6 @@
27
37
 
28
38
  // at-daily-log: default file when asked to record; at-self-eval reads it as fallback
29
39
  // , "dailyLog": {
30
- // "output": "C:\\projects\\todo.md"
40
+ // "output": "C:\\logs\\daily-log.md"
31
41
  // }
32
42
  }