fix: use execFileSync + windowsHide to prevent CMD flashing on Windows#64
Merged
vakovalskii merged 1 commit intovakovalskii:mainfrom Apr 8, 2026
Merged
Conversation
… Windows Replace execSync shell commands with execFileSync for all sqlite3 and git calls, adding windowsHide: true to prevent visible CMD windows on Windows. Does not affect ps/lsof calls (already guarded by win32 platform check). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a961bd4 to
02a55d9
Compare
This was referenced Apr 8, 2026
vakovalskii
added a commit
that referenced
this pull request
Apr 8, 2026
…ouping Merged PRs: - #64 (@mikhalchankasm): execFileSync + windowsHide to prevent CMD flashing - #28 (@izzzzzi): MCP and Skill badges for sessions - #82 (@akolotov): Configurable repo-based session grouping - #83 (@NovakPAai): Burn Rate indicator in Cost Analytics - #84 (@NovakPAai): Kanban-board for Running Sessions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
vakovalskii
added a commit
that referenced
this pull request
Apr 8, 2026
…ouping (#87) Merged PRs: - #64 (@mikhalchankasm): execFileSync + windowsHide to prevent CMD flashing - #28 (@izzzzzi): MCP and Skill badges for sessions - #82 (@akolotov): Configurable repo-based session grouping - #83 (@NovakPAai): Burn Rate indicator in Cost Analytics - #84 (@NovakPAai): Kanban-board for Running Sessions Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
execSyncshell commands withexecFileSyncfor allsqlite3andgitcalls indata.jswindowsHide: trueto prevent visible CMD windows flashing on Windowsps/lsofcalls (already guarded bywin32platform check on line 1472)Supersedes #29 — rebased on latest
main, removedscripts/dashboard-control.js, kept only thedata.jschanges as requested.Test plan
🤖 Generated with Claude Code