Ever wonder what actually happened to an app — when it was last deployed, whether that migration really ran, when an env var changed? Now there's a record you can just ask for.
Every change, recorded
Every operation that changes a project — deploy, SQL, migrations, database creation, versions, rollbacks, env vars — is logged automatically, with what happened, whether it succeeded, and when. It's captured centrally, so it covers every tool without anything to switch on.
Ask, and see
Say "show the operations log for my app" and your assistant calls get_project_log, which returns the history most-recent-first. Read-only queries aren't logged, so what you get back is signal, not noise — a clean, honest timeline of how your app got to where it is.