orca/src
Neil b07ea4a1a5
Push-refresh git status on repo metadata changes and shell command completion (#7086)
Branch switches and commits made inside terminals now surface through push
signals instead of waiting for the 30s terminal-only fallback poll:

- The git-common watch now also covers the primary checkout's HEAD,
  packed-refs, and index (a few stat calls per tick; no new native watchers).
- worktrees:changed events nudge the active worktree's coalesced git status
  runner (visibility-gated, 3s floor).
- OSC 133;D command completion dispatches a window event that nudges the
  same runner for the active worktree.

Co-authored-by: Orca <help@stably.ai>
2026-07-02 01:32:05 -07:00
..
cli Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup (#6320) 2026-06-30 11:31:55 -07:00
main Push-refresh git status on repo metadata changes and shell command completion (#7086) 2026-07-02 01:32:05 -07:00
preload Fix terminal switch input lag from daemon session listing (#7002) 2026-07-01 13:19:50 -07:00
relay Make remote SSH terminals persistent by default (#6955) 2026-06-30 16:16:10 -07:00
renderer Push-refresh git status on repo metadata changes and shell command completion (#7086) 2026-07-02 01:32:05 -07:00
shared feat(ssh): add ControlMaster multiplexing for system SSH transport (#6922) 2026-07-01 21:29:48 -07:00
types