v5.0.1 — Housekeeping: IPC modules, store cleanup, a11y, reduced-motion#26
Merged
Wintersta7e merged 3 commits intomainfrom Apr 8, 2026
Merged
v5.0.1 — Housekeeping: IPC modules, store cleanup, a11y, reduced-motion#26Wintersta7e merged 3 commits intomainfrom
Wintersta7e merged 3 commits intomainfrom
Conversation
LOW-4: Add min-width/min-height 32px to TerminalSearchBar buttons, Titlebar tab-close, StatusBar status-cmd, and Toggle wrapper/button. LOW-5: Add @media (prefers-reduced-motion: reduce) blocks to all 8 CSS files with animations that lacked overrides. Co-Authored-By: Rooty
Pulls the retry loop, attempt tracking, and run-history recording out of processNode into a dedicated executeWithRetry helper that returns 'success' | 'failed' | 'stopped'. processNode now delegates execution and maps the result to scheduler calls, reducing its responsibilities. Co-Authored-By: Rooty
- Extract cost:bind/cost:unbind from inline handlers in index.ts to src/main/ipc/ipc-cost.ts (follows existing IPC module pattern) - Remove unused ipcMain and SAFE_ID_RE imports from index.ts - Move worktreePaths/setWorktreePath/clearWorktreePath from UiSlice to SessionsSlice (logically belongs with session lifecycle) Co-Authored-By: Rooty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cost:bind/cost:unbindIPC handlers fromindex.tstoipc-cost.ts(follows module pattern)worktreePathsstate from UiSlice to SessionsSlice (session lifecycle)executeWithRetryfrom workflow-engine'sprocessNode(reduce god-function)prefers-reduced-motion: reduceoverridesBlockers / Notes