Full deployment history for this project.
update-1
feat: dramatic UI/UX enhancement for Spec Workbench - Refined global OKLCH color palette for better contrast and "Pro" feel - Redesigned landing page with compelling hero and improved feature discovery - Optimized Workbench editor mode with enhanced toolbar and side context panels - Reorganized sidebar navigation for better logical grouping and hierarchy - Improved top bar with glassmorphism and refined network dropdown - Added custom empty states and enhanced button components Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
feat: dramatic UI/UX enhancement for Spec Workbench - Refined global OKLCH color palette for better contrast and "Pro" feel - Redesigned landing page with compelling hero and improved feature discovery - Optimized Workbench editor mode with enhanced toolbar and side context panels - Reorganized sidebar navigation for better logical grouping and hierarchy - Improved top bar with glassmorphism and refined network dropdown - Added custom empty states and enhanced button components Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Merge pull request #29 from mbarbine/copilot/enhance-user-experience-flow Improve network import UX, add import-to-diff flow, and expand MCP trusted-spec tooling
fix: tighten MCP import safety and polish import defaults Agent-Logs-Url: https://github.com/mbarbine/platphorm-spec-workbench/sessions/a73a1382-9e4b-4073-8f47-b3211187bef5 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: improve import flow, add import-to-diff, and expand MCP/docs Agent-Logs-Url: https://github.com/mbarbine/platphorm-spec-workbench/sessions/a73a1382-9e4b-4073-8f47-b3211187bef5 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #28 from mbarbine/copilot/merge-all-pull-requests Consolidate all open PR branches into one integration branch for mainline merge
Merge pull request #28 from mbarbine/copilot/merge-all-pull-requests Consolidate all open PR branches into one integration branch for mainline merge
Merge remote-tracking branch 'origin/sentinel-fix-ssrf-import-13045513618793002275' into copilot/aggregate-open-prs-20260510 # Conflicts: # .jules/sentinel.md # app/api/v1/import/route.ts Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Sync local repository changes
Sync local repository changes
Sync local repository changes
Sync local repository changes
Sync local repository changes
Merge pull request #9 from mbarbine/sentinel-fix-path-traversal-api-4396783315255766522
perf: optimize format detection for large invalid payloads This commit updates the detectFormat function in lib/spec-engine/parser.ts to address a performance bottleneck. When a large, invalid JSON payload (e.g., >1MB) was passed, the engine fell back to full YAML parsing, which blocked the main thread for several seconds due to flow-style backtracking in the YAML parser. We added a fast-path heuristic: if a payload is very large and starts with a JSON-like "{", we skip the slow YAML parsing entirely. A fallback regex test is run on the first 5000 characters to ensure we still correctly detect format types (OpenAPI, AsyncAPI, etc.) for broken payloads. Performance impact: For large invalid JSON files, format detection time is reduced from ~4s to ~40ms. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #8 from mbarbine/sentinel-ssrf-fix-9197482949905170545 🛡️ Sentinel: [HIGH] Fix SSRF vulnerability in import endpoint
Merge pull request #7 from mbarbine/feature/add-health-check-and-pages-8919693299647242015 feat: Add FAQ, Roadmap, breadcrumbs, and enhance network config
Merge pull request #6 from mbarbine/palette/tooltips-11868749187905934402 🎨 Palette: Add tooltips to icon-only buttons
Merge pull request #5 from mbarbine/jules-18439114656383427643-5a5c1be9 fix: Refactor formatting in app/validate/page.tsx, app/page.tsx, and app/import/page.tsx
Merge pull request #4 from mbarbine/feat-well-known-endpoints-11779349955987616935 feat: implement all .well-known endpoints and tests
Merge pull request #3 from mbarbine/proxy-build-error Update proxy for Next.js 16 and integrate Trace Observatory