Open
Conversation
Resolve Home.tsx by keeping sidebar workspace layout and adding checkLocalServerStale from main. Made-with: Cursor
…workspace-ai-worker Made-with: Cursor # Conflicts: # src/components/ProjectPageSidebar/TaskList.tsx
Made-with: Cursor
Use ds utilities, CSS vars, and neutral shimmer mix. Simplify TTFT console log; Appearance preview fallback uses var(--colors-black-100). Made-with: Cursor
Add check-design-token-usage.mjs, wire npm scripts, lint-staged, and CI frontend job. Allowlist WordCarousel and Terminal for required hex. Strip redundant ds:allow comments from Terminal theme. Made-with: Cursor
- Reduce outer padding (px-2/pb-2 to px-1/pb-1) on login, signup, and install flow - Login/SignUp: use ds-bg-neutral-subtle-default, drop border on main card - InstallDependencies: match inner padding to p-4 Made-with: Cursor
- Add getSessionNavLeadPresentation() for error/warning/HITL/blocked/ splitting/running/finished/idle chrome with design-token icon colors - Introduce isTaskListRowHardFailure; keep isTaskListRowFailureState for rows that include context exceeded - NavList: pass sessionLead instead of taskStatus; replace ul/li with div stack; tighten session row padding for overflow menu - ProjectPageSidebar: resolve default folder via useHost() (eslint) Made-with: Cursor
Made-with: Cursor
…e overflow - Add animate Blocks icon and use for History projects tab - History page horizontal padding px-20 to px-16 - Remove redundant break-words on task card title (overflow-wrap:anywhere) Made-with: Cursor
- Route window controls and export through useHost - Home control uses FolderOpen; slight left padding - Remove history-route version/update pill (moved to Settings) - closeWindow passes false to match host API Made-with: Cursor
- useHost ipcRenderer for auto-update check and download - Full-width version chip under logo; vertical nav height fit content Made-with: Cursor
- Panel backgrounds neutral-subtle; success semantic tokens - Sidebar active state and indicator dots use ds tokens - Reset/Save buttons use tone and radius props - Content layout spacing and sticky header offset Made-with: Cursor
Add SVG assets for GitHub, Google Calendar, Gmail, LinkedIn, Notion, RAG, Reddit, and X. Refresh Slack icon for consistency with the set. Made-with: Cursor
Add translation keys for MCP sidebar, configuration, connectors, and related actions across all supported locales. Made-with: Cursor
Rework MCP connectors experience (layout, add flow, list behavior). Align integration list card background with neutral subtle tokens. Made-with: Cursor
Replace direct window.electronAPI usage with useHost() for hideAllWebview and selectFile to satisfy lint and keep web/electron paths consistent. Made-with: Cursor
Use useHost() for file selection and opening skill folders instead of window.electronAPI. Made-with: Cursor
Use useHost() for hideAllWebview in folded panel, agent detail, and expanded workforce overlay. Made-with: Cursor
Use useHost() for readGlobalEnv, env write/remove, and restartApp in General settings instead of window.electronAPI. Made-with: Cursor
Replace the top-bar support dropdown with a report bug dialog that packages diagnostics, prepares bug metadata, and opens a prefilled support email while keeping cancel as a no-op. This also updates docs/locales and adds a regression test for canceled saves. Made-with: Cursor
Reuse a shared session row component for sidebar, recent, and all-sessions views, and keep session selection explicit after deletion instead of auto-selecting another task. Made-with: Cursor
Use theme-aware token icons with resilient token totals in history views, and align history navigation wording/loader shimmer styling with updated design tokens. Made-with: Cursor
Add dark-mode shade overrides for subtle status backgrounds and update engine tests to cover the tone-specific 900-shade behavior. Made-with: Cursor
Align badge, checkbox, input, select, textarea, and tooltip with the new design system. Made-with: Cursor
Add tooltip copy for the agent tool field and update ToolSelect and Add Worker flow styling. Made-with: Cursor
Refresh IntegrationList, session rows, TopBar, and recent sessions. Remove recent-session delete from Workspace in favor of handling elsewhere. Made-with: Cursor
…r tokens Renames claude and codex preset keys to claw and starfish, adds whale and custom palettes, and aligns theme engine tests and dev README examples with the new ids. Made-with: Cursor
Introduces three SVG-based workspace backdrops and exports them from the Background barrel alongside existing dot and grid patterns. Made-with: Cursor
Extends workspaceMainBackground with ruled, dotted, and dashed options (renames none to empty), migrates stored values including legacy keys, updates Home to render the new overlays, and adds Appearance labels across locales. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Closes #
Description
Testing Evidence (REQUIRED)
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement