Skip to content

Commit 0205b42

Browse files
authored
Merge pull request #1 from ericcayers-ai/cursor/ux-shell-qol-revamp-6f59
Revamp desktop shell for workflow-first UX and lighter chrome
2 parents 71302f1 + 80bc981 commit 0205b42

7 files changed

Lines changed: 1419 additions & 679 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,6 @@ tests/evals/_results/
117117
*.dylib
118118
*.dll
119119
!vendor/**/*.dll
120+
121+
# Local agent skills (not part of product)
122+
.agents/

apps/desktop/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"@vitejs/plugin-react": "^4.6.0",
4444
"typescript": "~5.8.3",
4545
"vite": "^7.0.4"
46+
},
47+
"optionalDependencies": {
48+
"@rollup/rollup-linux-x64-gnu": "^4.62.2"
4649
}
4750
}

0 commit comments

Comments
 (0)