Skip to content

troubleshooting

go to System Settings → Privacy & Security and allow spacecake to run.

press ⌘R to refresh the app. if the issue persists in rich mode, switch to source mode to see the underlying markdown.

the terminal theme is locked when each tab is created. toggling between light and dark themes won’t update existing terminal tabs. press ⌘R / ctrl+R to reload the app, which restarts all terminal sessions with the new theme.

open Chrome DevTools from within spacecake to view console logs.

spacecake uses @parcel/watcher for detecting file changes. on linux and windows, installing watchman significantly improves file watching performance and reliability for large projects. spacecake will show a tip in the status bar recommending this. see the watchman installation guide for setup instructions.

run /ide in Claude Code to check connection status. select spacecake from the list to reconnect.

  • make sure spacecake is running
  • verify ~/.claude/settings.json has the correct statusLine configuration (see claude code integration)
  • restart Claude Code after making changes