MAGS Session History
List all saved sessions for the project.
Usage
code
/mags-session-history
Steps
- •Call
mags_list_sessionsto get all sessions. - •If empty, say "No sessions recorded yet."
- •Otherwise, display as a table:
code
# Date Summary 1 2025-01-15 14:30 Added auth module, wrote tests 2 2025-01-14 09:00 Initial project setup 3 2025-01-13 16:45 Database schema design
- •Say: "Run
/mags-session-loadto restore the most recent session."