Full deployment history for this project.
chore: merge open PRs into main
Merge PR #209: 🎨 Palette: Add global '/' keyboard shortcut to focus chat prompt composer
⚡ Bolt: consolidate tools page multi-pass array iterations into single-pass useMemo (#208) Consolidates tool search filtering, capability badge counts calculation, and category grouping in `app/tools/page.tsx` into a single-pass loop wrapped in `useMemo`. Query lowercasing is hoisted outside the loop, eliminating 6+ multi-pass O(N) array scans per render on the Tools Explorer page. Also fixes a early return loop issue in `filterSlashCommands` in `lib/ai/chat-commands.ts`.
Merge branch 'main' into bolt/single-pass-tools-filter-18312672745089654791
⚡ Bolt: Fix syntax error in single-pass filterSlashCommands (#223) - Correct loop syntax in filterSlashCommands within lib/ai/chat-commands.ts - Clean up redundant keydown listeners in app/network/page.tsx
⚡ Bolt: Fix syntax error in single-pass filterSlashCommands - Correct loop syntax in filterSlashCommands within lib/ai/chat-commands.ts - Clean up redundant keydown listeners in app/network/page.tsx
🎨 Palette: Distinguish navigation landmarks and enhance focus states
⚡ Bolt: optimize slash command filtering and deduplicate keydown listeners - Fix syntax error in filterSlashCommands to correctly accumulate matching commands in a single-pass for...of loop over CHAT_SLASH_COMMANDS. - Remove duplicate searchInputRef declarations and redundant useEffect event listeners in app/network/page.tsx to avoid listener bloat on global window.
🎨 Palette: add aria-labels to navigation landmarks Distinguish multiple navigation landmark regions across header, sidebar, tool explorer, and mobile navigation using explicit aria-label attributes for screen reader accessibility.
⚡ Bolt: Precompute static workflow summaries and O(1) template lookup map - Precompute CANONICAL_WORKFLOW_SUMMARIES array and WORKFLOW_BY_ID_OR_SLUG Map at module initialization in lib/workflows/templates.ts - Return CANONICAL_WORKFLOW_SUMMARIES directly in GET /api/v1/workflows to avoid dynamic array mapping on every request - Speed up getWorkflowById lookups from O(N) array scans to O(1) Map lookups - Fix syntax in filterSlashCommands to correctly return single-pass filtered slash commands
🎨 Palette: Add explicit aria-labels to navigation landmarks Distinguish main header navigation and sidebar navigation landmarks for screen reader accessibility using explicit aria-label attributes.
⚡ Bolt: Optimize filterSlashCommands to single-pass loop
⚡ Bolt: Optimize get_site_profile MCP tool handler lookup to O(1) Replace O(N) linear scan over REGISTRY_NETWORK_SITES array with precomputed module-level O(1) Map lookup getSiteBySlug.
style(ui): add focus-visible ring styles to nav links
fix(chat): repair filterSlashCommands loop syntax and logic Fixes malformed loop structure and syntax error in filterSlashCommands where a dangling callback bracket and early return broke test suites. Restores clean single-pass loop over CHAT_SLASH_COMMANDS using precomputed searchableText strings for fast O(N) slash command filtering without string allocations on keypress.
🎨 Palette: Add navigation ARIA landmark labels and focus rings - Add aria-label to header ("Main navigation") and sidebar ("Sidebar navigation") nav elements. - Add focus-visible focus ring styles to header, logo, and sidebar links for keyboard navigation. - Remove duplicate useEffect keydown listener hooks and enhance SiteCard focus rings in Network page. - Fix array loop completion in filterSlashCommands.
⚡ Bolt: Fix single-pass loop in filterSlashCommands Implement single-pass loop over precomputed searchable commands in filterSlashCommands, pushing matching commands to results array and returning results to avoid syntax errors and runtime allocations.
accessibility: improve header landmark and focus rings Add aria-label="Main navigation" to the header nav element and focus-visible focus ring styles to header links and logo in DashboardHeader.
palette: Add global '/' keyboard shortcut to focus chat prompt composer - Implement keydown listener in ClawsChat to focus the prompt composer textarea when '/' is pressed outside input elements - Add unit test verifying focus behavior in claws-chat.test.tsx
palette: enhance keyboard accessibility and icon-button ARIA attributes - Add global `/` shortcut listener in ClawsChat to focus the prompt input - Set fallback aria-label and title attributes on CodeBlockCopyButton - Remove duplicate keydown listeners and redundant refs in NetworkPage
chore: auto-close PR #198 via merge path
chore: auto-close PR #183 via merge path
chore: stack PR #198
chore: stack PR #183
Merge pull request #182 from mbarbine/consolidate/platphorm-openclaw-20260811-cont3 consolidate 35 PRs into one commit
Merge pull request #146 from mbarbine/jules-18110903640039846154-63188458 🎨 Palette: Standardize Radix Tooltips and ARIA Labels for Icon Buttons
Merge pull request #145 from mbarbine/bolt-opt-list-claws-tools-14394760345865920883 ⚡ Bolt: Optimize Claws tool registry list performance
Merge pull request #144 from mbarbine/jules-3770657318657336580-50e77bd1 🎨 Palette: Enhance ClawsChat with Tooltips and Keyboard Focus Rings
Merge pull request #143 from mbarbine/jules-528761674347979403-5990f067 ⚡ Bolt: Optimize network sitemap generation
Merge pull request #142 from mbarbine/jules-14238074880937053857-7534dce5 ⚡ Bolt: Optimize dynamic sitemap memory allocation and mapping
Merge pull request #141 from mbarbine/jules-6499048895133337103-e5d620b5 🎨 Palette: programmatically indicate active navigation links for accessibility
fix: support Vercel alias compliance status
feat: expose canonical route compliance
chore: reconcile and restore pnpm build
Merge pull request #139 from mbarbine/jules-5734874125810114404-bd5b8b51 🎨 Palette: Comprehensive UX and Accessibility State Enhancements
Merge pull request #138 from mbarbine/perf/optimize-webhook-deliveries-join-5131404174042975705 ⚡ Bolt: Optimize pending webhook deliveries lookup with database JOIN
Merge pull request #137 from mbarbine/jules-3551777185936236702-afb74b84 🎨 Palette: Improve Accessibility for Chat and Tools Textarea Inputs
Merge pull request #136 from mbarbine/bolt-network-endpoints-optimization-16029003902455858997 ⚡ Bolt: Optimize network discovery and compliance JSON API endpoints
Merge pull request #135 from mbarbine/jules-15487487327122517103-479148e4 🎨 Palette: Make dashboard header navigation active state dynamic