Prateek
239f07c1e2
docs: add DirectTerminal troubleshooting and fix setup script
...
- Add TROUBLESHOOTING.md documenting node-pty posix_spawnp error
- Update setup.sh to rebuild node-pty from source (fixes DirectTerminal)
- Ensures seamless onboarding with working terminal out-of-the-box
Resolves DirectTerminal WebSocket failures from incompatible prebuilt binaries.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 20:29:41 +05:30
Prateek
cf94bfeeca
fix: correct npm link command in setup script
...
Remove incorrect -g flag from npm link command. The correct syntax is to cd into the package directory and run npm link without flags.
2026-02-16 20:29:41 +05:30
Prateek
6d212e2e9f
feat: add setup script for one-command installation
...
Add scripts/setup.sh that:
- Installs pnpm if not present
- Installs dependencies
- Builds all packages
- Links CLI globally
Updated README with simplified setup instructions using the script.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 20:29:41 +05:30