Operating System
Windows
Run Mode
Electron (Desktop App)
App Version
0.13.0
Bug Description
The CLIs arent detected
Also restarted Powershell
Installed CLIs
irm 'https://cursor.com/install?win32=true' | iex
npm i -g @openai/codex
I can also call the cli's in Powershell
Steps to Reproduce
On Windows 11
1. Clone the repository
git clone https://github.com/AutoMaker-Org/automaker.git
cd automaker
2. Install dependencies
npm install
3. Start Automaker
npm run dev
Tried both
1. Web Application (browser at localhost:3007)
2. Desktop Application (Electron - recommended)
Expected Behavior
Cursor and Codex CLI are detected
Actual Behavior
Cursor and Codex CLI are not detected on Windows 11
Screenshots
No response
Relevant Logs
Additional Context
No response
Checklist