personal memory agent
0
fork

Configure Feed

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

Update stats API baseline for speakers suggest command

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+20 -7
+20 -7
tests/baselines/api/stats/stats.json
··· 1165 1165 }, 1166 1166 "gemini-2.5-flash-lite": { 1167 1167 "cached_tokens": 0, 1168 - "input_tokens": 2145, 1169 - "output_tokens": 253, 1168 + "input_tokens": 2198, 1169 + "output_tokens": 258, 1170 1170 "reasoning_tokens": 0, 1171 - "total_tokens": 2398 1171 + "total_tokens": 2456 1172 1172 }, 1173 1173 "gemini-3-flash-preview": { 1174 - "input_tokens": 1872, 1175 - "output_tokens": 468, 1176 - "reasoning_tokens": 4661, 1177 - "total_tokens": 13029 1174 + "input_tokens": 1944, 1175 + "output_tokens": 486, 1176 + "reasoning_tokens": 5098, 1177 + "total_tokens": 13556 1178 1178 }, 1179 1179 "gpt-5": { 1180 1180 "cached_tokens": 200, ··· 1870 1870 "output_tokens": 36, 1871 1871 "reasoning_tokens": 826, 1872 1872 "total_tokens": 1006 1873 + } 1874 + }, 1875 + "20260319": { 1876 + "gemini-2.5-flash-lite": { 1877 + "input_tokens": 53, 1878 + "output_tokens": 5, 1879 + "total_tokens": 58 1880 + }, 1881 + "gemini-3-flash-preview": { 1882 + "input_tokens": 72, 1883 + "output_tokens": 18, 1884 + "reasoning_tokens": 437, 1885 + "total_tokens": 527 1873 1886 } 1874 1887 } 1875 1888 },