Tags: muxy-app/muxy
Tags
Add remote (SSH) workspaces (#739) * Add remote (SSH) workspaces Workspaces gain a type (local/ssh) + typeData. When an SSH workspace is active, terminals, git, worktrees, the project picker, file ops, and the muxy.exec/files/git extension APIs all execute on the remote host via the system ssh binary — routed at a single execution seam (WorkspaceContext). Closes #438 * review * add home path to remote workspaces * review 2 * review 3 * bug fixes * add devices * add remote projects * bug fixes * review
Drop built-in session restore; add tab lifecycle events + tabs.open f… …or extensions (#725) * Drop built-in session restore; add tab lifecycle events + tabs.open for extensions * review * tests * review: gate nil-caller tab commands, slim tab.updated lookup
Show app & subprocess resource usage in the status bar (#684) * Show app & subprocess resource usage in the status bar Adds a status-bar indicator (with a per-process popover grouped into App/Extensions/Orphans) sampling CPU and phys_footprint via libproc. Sampling only runs while visible and can be toggled off in Settings > Interface. * review * Fix strict-concurrency build error: make rootPID nonisolated
Fix extension host socket connect race (#680) * Retry extension host socket connection to fix startup race The host connected once and died on a transient socket-not-ready error, requiring an app restart. Retry the connect (~5s) so it self-heals on startup and reload. * review
PreviousNext