Files
gstack/browse
Garry Tan fcb37d5cfe fix: newtab blocked by tab ownership check for scoped tokens
The tab ownership check ran before the newtab handler, checking
the active tab (owned by root) against the scoped token. Since
the scoped token doesn't own the root tab, newtab returned 403.
Skip the ownership check for newtab since it creates a new tab.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 16:28:22 -07:00
..