personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixtures: refresh stale API baselines for stats and token month

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+15 -15
+14 -14
tests/baselines/api/stats/stats.json
··· 1157 1157 }, 1158 1158 "gemini-2.5-flash-lite": { 1159 1159 "cached_tokens": 0, 1160 - "input_tokens": 2092, 1161 - "output_tokens": 248, 1160 + "input_tokens": 2145, 1161 + "output_tokens": 253, 1162 1162 "reasoning_tokens": 0, 1163 - "total_tokens": 2340 1163 + "total_tokens": 2398 1164 1164 }, 1165 1165 "gemini-3-flash-preview": { 1166 - "input_tokens": 1800, 1167 - "output_tokens": 450, 1168 - "reasoning_tokens": 4241, 1169 - "total_tokens": 12519 1166 + "input_tokens": 1872, 1167 + "output_tokens": 468, 1168 + "reasoning_tokens": 4661, 1169 + "total_tokens": 13029 1170 1170 }, 1171 1171 "gpt-5": { 1172 1172 "cached_tokens": 200, ··· 1853 1853 }, 1854 1854 "20260318": { 1855 1855 "gemini-2.5-flash-lite": { 1856 - "input_tokens": 53, 1857 - "output_tokens": 5, 1858 - "total_tokens": 58 1856 + "input_tokens": 106, 1857 + "output_tokens": 10, 1858 + "total_tokens": 116 1859 1859 }, 1860 1860 "gemini-3-flash-preview": { 1861 - "input_tokens": 72, 1862 - "output_tokens": 18, 1863 - "reasoning_tokens": 406, 1864 - "total_tokens": 496 1861 + "input_tokens": 144, 1862 + "output_tokens": 36, 1863 + "reasoning_tokens": 826, 1864 + "total_tokens": 1006 1865 1865 } 1866 1866 } 1867 1867 },
+1 -1
tests/baselines/api/tokens/stats-month.json
··· 8 8 "20260310": 0.038015, 9 9 "20260315": 0.011038, 10 10 "20260316": 0.001342, 11 - "20260318": 0.001315 11 + "20260318": 0.002673 12 12 }