Skip to content

Ghost monitor protocol update - #253

Draft
drussell23 wants to merge 1 commit into
mainfrom
cursor/ghost-monitor-protocol-update-1470
Draft

Ghost monitor protocol update#253
drussell23 wants to merge 1 commit into
mainfrom
cursor/ghost-monitor-protocol-update-1470

feat: Add Yabai window manager for ghost monitor

cf147fb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 4, 2026 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 27 in backend/neural_mesh/agents/yabai_window_manager.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Any' is not used.

Check notice on line 161 in backend/neural_mesh/agents/yabai_window_manager.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.