1.13.0 (2026-04-10)
Bug Fixes
- complete RBAC implementation lost during merge (cc8a272)
Features
- add backend permission map and requirePermission middleware (1a99571)
- add permission checks and admin override to API key routes (d776680)
- add permission checks and admin override to pipeline routes (59f40db)
- add permission checks and ownership scoping to user-files routes (86ba698)
- add shared Permission and Role types (2f594e9)
- add tools:use permission check to tool, batch, pipeline, and upload routes (885ace5)
- extend useAuth hook with role and permissions from session (e0ba8be)
- filter settings tabs by user permissions, remove admin fallback (bcbd24a)
- include permissions and teamName in login/session responses (4943177)
- replace requireAdmin with requirePermission on all routes (af7f57d)