|
| 1 | +## Magic Context Dashboard v0.7.0 |
| 2 | + |
| 3 | +### Cache Diagnostics, rebuilt |
| 4 | + |
| 5 | +The Cache page now tracks each session in its own bounded window instead of a |
| 6 | +shared global event pool, so the Recent Sessions cards show **per-session** |
| 7 | +hit-ratio, event count, and bust count that no longer drift with how busy other |
| 8 | +sessions are. |
| 9 | + |
| 10 | +- **Per-session windows.** Pick how many recent events to keep per session |
| 11 | + (200 / 400 / 600 / 800 / 1000); cards and the timeline both reflect exactly |
| 12 | + that window. |
| 13 | +- **Live, reliable refresh.** A 1-second loop re-lists sessions and fetches only |
| 14 | + *new* events per session, so the Recent Sessions strip stays current without |
| 15 | + the manual pause/unpause it sometimes needed before. |
| 16 | +- **One-line strip.** Recent Sessions render as a single row of equal-width |
| 17 | + cards; how many show adapts to the window width. |
| 18 | + |
| 19 | +### Cache timeline |
| 20 | + |
| 21 | +- **Context-scaled bars.** Bar height is the prompt size relative to the model's |
| 22 | + context window, with an inner cached segment — so you can see the prompt grow |
| 23 | + and drop across a session at a glance. |
| 24 | +- **Accurate severity.** Cache health is judged by comparing each step's cached |
| 25 | + read against what the previous step predicted, instead of a raw ratio that |
| 26 | + false-warned on large file reads. Providers that don't report cache data show |
| 27 | + as "unknown" rather than a misleading bust. |
| 28 | +- **Magic-Context-attributed drops.** Drop markers correlate to the actual |
| 29 | + scheduler decision recorded by the plugin (execute / materialize / emergency), |
| 30 | + shown in a tooltip. The blue drop line is now clickable and jumps to the step. |
| 31 | +- **Importance heat-map.** The compartment strip in the session view colors each |
| 32 | + segment by its importance band (critical / high / medium / low) instead of a |
| 33 | + meaningless rainbow. |
| 34 | + |
| 35 | +### Memories & projects |
| 36 | + |
| 37 | +- **Edit a memory's category** directly from the dashboard (#158). |
| 38 | +- **Non-git projects** now appear in the project picker and filter their memories |
| 39 | + correctly (#160). |
| 40 | +- **Real project names.** Sessions that ran in a git repo with no remote/commit |
| 41 | + no longer display as "/"; they show their actual directory. |
| 42 | +- **Windows model dropdown** is populated for version-manager installs |
| 43 | + (mise / nvm / fnm / volta / asdf) and via a PATH fallback (#149). |
0 commit comments