Full deployment history for this project.
Merge pull request #32 from mbarbine/palette-url-ux-enhancement-3435468937001439367 ๐จ Palette: URL Input Accessibility and Interaction Enhancements
feat(ux): improve keyboard accessibility and validation for URL input - Allow submitting the image URL by pressing Enter. - Clear error states dynamically when typing in the URL input. - Highlight the input with a red border when an error is present. - Connect input and error elements via `aria-invalid` and `aria-describedby` for accessibility. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #31 from mbarbine/palette/keyboard-tooltip-accessibility-14900491771061186824 ๐จ Palette: Redundant Tab Stop & Keyboard Tooltip Enhancement
Improve control panel keyboard accessibility and tooltip flow Removed redundant tabIndex={0} stops from static labels and containers. Configured tooltips to trigger directly on interactive Slider, select, and Switch elements using asChild, optimizing focus order and keyboard UX. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Stabilize production keyboard regression
Stabilize production keyboard regression
Stabilize production keyboard regression
fix: pin patched PostCSS
fix: pin patched PostCSS
fix: pin patched PostCSS
Add ASCII Phase 1 contract tests
Add ASCII Phase 1 contract tests Add regression coverage for auth, trace redaction, dynamic discovery routes, webhook SSRF protection, README contract copy, and standard route handlers. Validated locally with pnpm test, pnpm lint, pnpm build, and Playwright e2e.
Merge pull request #29 from mbarbine/copilot/merge-all-pull-requests ๐ Merge all open PRs: tests + security fixes
Merge remote-tracking branch 'origin/jules-fix-ssrf-15016200910371270760' into copilot/merge-all-pull-requests # Conflicts: # .jules/sentinel.md # app/api/webhooks/route.ts Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #22 from mbarbine/perf-optimize-ascii-loop-10844331673224069895 โก Optimize colored ASCII rendering loop for 3.26x speedup
Merge branch 'main' into perf-optimize-ascii-loop-10844331673224069895
Merge pull request #26 from mbarbine/test-webhook-failure-mcp-15394642401859087269 ๐งช Add error path tests for non-OK webhook API responses in MCP endpoints
Merge pull request #17 from mbarbine/bolt-optimize-ascii-loop-2960821549797891570 โก Bolt: Optimize ASCII conversion inner loop