mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-29 08:13:31 +02:00
- Add claude-gains-report.sh + /defaults/crontabs/root: an hourly rtk gain + headroom savings snapshot to the add-on log (heartbeat + accumulated gains). - Add svc-headroom longrun: run the headroom proxy as a local MCP backend (127.0.0.1:8787, no client routing) so headroom_compress/headroom_retrieve actually store/retrieve content and record savings. Backend only, so the Claude Desktop app's traffic is untouched (headroom #869). - Nudge headroom tool usage via a managed, idempotent CLAUDE.md block. - Bump version 1.6 -> 1.7 and update CHANGELOG. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5 lines
333 B
Plaintext
5 lines
333 B
Plaintext
# Hourly rtk + headroom token-savings report to the add-on log (heartbeat + gains).
|
|
# Seeded to /data/data/crontabs/root by init-crontab-config and run by svc-cron; edit the
|
|
# persistent copy to customize. Output goes to /proc/1/fd/1 so it shows in the add-on log.
|
|
0 * * * * /usr/local/bin/claude-gains-report.sh > /proc/1/fd/1 2>&1
|