mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
- Add tokens_per_joule column to TelemetryStore schema, INSERT, and migration - Add avg_tokens_per_joule field to ModelStats and EngineStats - Add AVG(tokens_per_joule) to per_model_stats() and per_engine_stats() SQL queries using _safe_col() pattern for backward compatibility - Add 3 tests for store/retrieve, multi-record aggregation, and engine stats Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>