Troubleshooting
Terminal Quick Fixes
Quick solutions for common terminal issues
Below is a compilation of frequently used fixes, beginning with the most effective:
-
Change to bash (resolves most cases)
- In Sypha, click the Settings button positioned at the top right corner of the chat interface
- After opening the Settings window, click the "Terminal Settings" tab on the left side
- Locate "Default Terminal Profile" and choose "bash" from the dropdown list
-
Extend timeout
- In Sypha, click the Settings button positioned at the top right corner of the chat interface
- After opening the Settings window, click the "Terminal Settings" tab on the left side
- Find "Shell integration timeout (seconds)" and input "10" in the text field
-
Turn off terminal reuse
- In Sypha, click the Settings button positioned at the top right corner of the chat interface
- After opening the Settings window, click the "Terminal Settings" tab on the left side
- Search for "Enable aggressive terminal reuse" and deselect this option
Platform-Specific Fixes
macOS + Oh-My-Zsh
# Build lightweight configuration for VSCode
echo 'export TERM=xterm-256color' > ~/.zshrc-vscode
echo 'export PAGER=cat' >> ~/.zshrc-vscodeWindows PowerShell
# Execute as Administrator
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserWSL
- Launch folder from WSL:
code . - Choose "WSL Bash" in Sypha settings, within "Terminal Settings"
- Raise "Shell integration timeout (seconds)" to 15
Full Guide
For comprehensive troubleshooting, refer to the Complete Terminal Troubleshooting Guide.