New features
Command Center (Ctrl+G)
A full-screen command palette and global search portal, available anywhere in the app with Ctrl+G.- Three-column layout: pinned shortcuts, object search results, and command actions.
- Fuzzy search across every enrolled model, ranked and keyboard-navigable.
- Pinned items and recent history appear in the empty state so common destinations stay one keystroke away.
- Arrow keys to select, Enter to navigate, Escape to dismiss.
Unified page layout configuration
Dashboard, Show, and Edit pages now include a live drag-and-drop layout builder.- Drag cells to reorder, resize panels, and choose which relations appear on each page.
- Layout preferences are persisted per user.
- Relations can be configured even when no layout has been set up yet.
- A new
CONFIGURE_LAYOUTpermission gates the builder — Admins and Managers can edit layouts; Viewers see the result.
Interactive project explorer
Runveloiq with no arguments inside a project to launch a terminal UI that surfaces modules, models, fields, relations, dashboard cells, search enrollment, permissions, and ReBAC status — without reading source.
- Five screens: Home, Modules, Module detail, Model detail, and Search config.
- Highlight any action and press Enter to run the corresponding
veloiqcommand with a confirmation prompt.
Updates
Safe schema overrides for veloiq generate
veloiq generate now produces three files per module so frontend schema customizations survive regeneration:
Override field view types, labels, options, and value colors, add virtual fields, or define synthetic models — your changes are preserved across runs. See
veloiq generate.