Monitor all deployments across your projects with real-time status tracking.
⚡ Bolt: Cache full MCP project generator output Cache the output of generateFullMCPProject in a size-limited Map to prevent redundant CPU-heavy scaffold generations.
🎨 Palette: Add descriptive aria-label to prompt accordion triggers
⚡ Bolt: Precompute sort timestamps in getAllPodcasts Precomputes ISO Date timestamps in an O(N) pass before sorting in `getAllPodcasts` (lib/podcast-store.ts). This avoids O(N log N) redundant date string parsing during array sorting.
⚡ Bolt: optimize dataset CSV and JSONL export string building Optimized `toJsonl` and `toCsv` dataset serialization utilities in `lib/dictionary/dataset-exports.ts` by replacing nested `.map()` array transformations and array spread operators with direct loop iteration and array pushing. This eliminates intermediate array allocations and reduces garbage collection pressure when exporting large dataset files.
Merge pull request #262 from mbarbine/codex/podcasts-final-maturation Codex/podcasts final maturation
security: fix empty CSRF token comparison authentication bypass
update
update
update
update
update
update
update
update
update
🛡️ Sentinel: add Content-Length validation to scan cancellation route
update
🎨 Palette: Enhance collections keyboard focus and ARIA labels Add explicit aria-hidden="true" to decorative icons and visible keyboard focus ring styling to collection link cards across collections pages.
⚡ Bolt: Memoize CodeEditor Gutter to prevent line number VDOM diffing on keystrokes
🎨 Palette: Improve keyboard focus ring and accessibility of publisher page links
update
update
🎨 Palette: Improve screen reader context for sitemap detail links
update
update
⚡ Bolt: optimize HTML meta tag parsing in parseVisibleIdentity
security: validate and clamp limit parameter in llms history route
update
update
🎨 Palette: Add explicit aria-labels to preset look buttons Add explicit `aria-label` attributes combining look name and tagline to look preset buttons in `AsciiVideoStudio`, improving screen-reader context when navigating visual studio presets.
🎨 Palette: Add dynamic tooltip and ARIA label to Activity auto-refresh toggle
update
update
update
update
⚡ Bolt: Optimize lineCount in LLMS evidence collector Replaced string splitting and array filtering with a single-pass `charCodeAt` character scanning loop to count non-empty lines without allocating intermediate strings or arrays.
update
update
update
update
update
update
update
update
update
update
update
update
update