Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
8080481
feat: add Windows temp launch support
AloneAtWar Apr 26, 2026
5ef3f6c
fix(codex-temp-launch): pass NULL lpApplicationName for cmd.exe shims
AloneAtWar Apr 26, 2026
1a87e88
fix(temp-launch): narrow trailing-backslash rejection to cmd-quoted args
AloneAtWar Apr 26, 2026
7f6b63b
chore(temp-launch): remove dead helper and gate Unix-only imports
AloneAtWar Apr 26, 2026
78724f5
fix(temp-launch): add per-launch sequence to avoid filename collisions
AloneAtWar Apr 26, 2026
5c3c5df
fix(codex-temp-launch): cleanup suspended child when Job creation fails
AloneAtWar Apr 26, 2026
1fd6f4e
fix(claude-temp-launch): use TerminateProcess in ResumeThread failure…
AloneAtWar Apr 26, 2026
ee2b0f3
refactor(windows): extract shared Windows temp launch utilities
AloneAtWar Apr 26, 2026
6efb75c
fix(windows): address codex review blocking issues
AloneAtWar Apr 26, 2026
c6b77e5
fix(windows): address codex review blocking issues round 2
AloneAtWar Apr 26, 2026
e0a0f8d
fix(unix): restore OpenOptions import for Unix-only temp file helpers
AloneAtWar Apr 26, 2026
93da898
fix(windows): resolve cmd.exe to absolute path to prevent hijacking
AloneAtWar Apr 27, 2026
6d602cd
fix(windows): resolve cmd.exe via GetSystemDirectoryW instead of PATH
AloneAtWar Apr 27, 2026
c35a071
fix(windows): preserve per-drive current-directory vars in custom env…
AloneAtWar Apr 27, 2026
ce0f8c6
fix(windows): distinguish nested-job fallback from unexpected Job errors
AloneAtWar Apr 27, 2026
5c650e4
fix(orphan-scan): track child process via sidecar and detect PID reuse
AloneAtWar Apr 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ vitest-report.json
skill.md
scripts/*
!scripts/generate_latest_json.py
!scripts/windows-start-qa.ps1

.agent/
.agents/
Expand Down
Loading