Authorization panel tabs switch reliably
Relationships, Model, Playground, and Graph in the Authorization panel now change tabs without getting stuck on the previous view.
From the changelog: Fixed authorization graph panel tabs
Authdog Team

The Authorization panel is one module with four working surfaces: Relationships, Model, Playground, and Graph. A tab click that left the previous pane on screen made the editor and playground look broken even when the data was fine.
Those tabs now switch reliably.
This is the longer note behind the August 25 changelog entry.
What you should see
Open Authorization in an FGA environment. Each tab owns its own pane:
- Relationships — stored tuples
- Model — the DSL editor
- Playground — check and eval
- Graph — the tuple graph
Clicking a tab should replace the visible pane immediately. If you still see the previous pane, refresh once; this fix was a console-only tab state bug, not a model or API change.
What did not change
Models, tuples, and playground evaluation are the same APIs as the FGA editor and playground release. This note is only the tab chrome. No migration and no new permission model.
Try it
Open each of the four tabs in one session. The original release note is in the changelog.