orca/.agents/skills
Jinjing 0c48f0ac3c
fix: close editor/diff tabs should navigate to visual neighbor tab (#693)
closeFile() only removed the file from openFiles and picked the next
active file by array position. Terminal and browser closes already went
through closeUnifiedTab() which uses pickNeighbor(group.tabOrder) for
visual neighbor selection. Add the same closeUnifiedTab() call to
closeFile() so editor, diff, and conflict-review tab closes behave
consistently.

Also update the /electron skill with Orca-specific CDP launch recipe
and broader trigger keywords for more reliable invocation.
2026-04-15 21:06:37 -07:00
..
auto-pr-merge fix: prevent app crash on macOS reactivation by deduplicating IPC handlers (#81) 2026-03-23 23:44:12 -07:00
auto-review-fix fix: prevent app crash on macOS reactivation by deduplicating IPC handlers (#81) 2026-03-23 23:44:12 -07:00
auto-submit feat: add auto-pr-merge and auto-submit skills with fast CI polling (#53) 2026-03-23 11:30:36 -07:00
electron fix: close editor/diff tabs should navigate to visual neighbor tab (#693) 2026-04-15 21:06:37 -07:00
react-useeffect Fix useEffect anti-patterns across renderer (#9) 2026-03-21 15:15:38 -07:00
typescript fix: prevent app crash on macOS reactivation by deduplicating IPC handlers (#81) 2026-03-23 23:44:12 -07:00