mateclaw/mateclaw-server/src/main/java/vip/mate/cron/service
倪程伟 453997eb9c fix(cron): count silent-run token usage in settings total
A silent (no-op) cron run still makes a full LLM call, but the marker
message was persisted via the token-free saveMessage overload, so the
settings-page Token total (which aggregates MessageEntity token columns)
under-counted cron spend by exactly the silent runs.

Carry chatResult's prompt/completion tokens onto the marker message,
matching the non-silent branch. Closes #284.
2026-06-08 20:52:09 +08:00
..
CronJobLifecycleService.java fix(cron): count silent-run token usage in settings total 2026-06-08 20:52:09 +08:00
CronJobRunner.java feat(conversation): introduce ChatResult to carry token usage through sync chat paths 2026-05-25 21:15:53 +08:00
CronJobService.java feat(skill): scope skill catalog and runtime by workspace (#135) 2026-05-15 20:01:25 +08:00