mirror of
https://github.com/yigitkonur/cli-continues.git
synced 2026-04-26 00:36:02 +03:00
[PR #26] [MERGED] fix windows cross-tool handoff breaking on cmd.exe #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cli-continues#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yigitkonur/cli-continues/pull/26
Author: @yigitkonur
Created: 3/2/2026
Status: ✅ Merged
Merged: 3/2/2026
Merged by: @yigitkonur
Base:
main← Head:fix/windows-cross-tool-handoff📝 Commits (2)
804354dfix: use cmd.exe-safe prompt for cross-tool handoff on windows07d9bf7address pr review: use TOOL_NAMES in tests, type-safe stubs, mandatory handoff write on windows📊 Changes
2 files changed (+90 additions, -2 deletions)
View changed files
➕
src/__tests__/windows-safe-prompt.test.ts(+60 -0)📝
src/utils/resume.ts(+30 -2)📄 Description
fixes cross-tool resume on windows — cmd.exe splits the multi-line prompt at newlines, so codex/claude/etc see broken args. now uses a short single-line prompt pointing to the handoff file instead.
fixes #17
cc @NeverBeLazyG @GhalebAldoboni @ThunderCls — would appreciate if you could test this when it lands
Review all of them with eye of John Carmack-like simplicity with elegeance approach and apply the one only if required
Greptile Summary
Fixes cross-tool handoff on Windows by bypassing cmd.exe's multi-line prompt issues. Uses a short single-line prompt referencing
.continues-handoff.mdinstead of embedding full context. Solid fix with one test issue:TOOL_NAMES(misses 9 tools, violates registry-single-source-of-truth rule)Confidence Score: 4/5
src/__tests__/windows-safe-prompt.test.ts:51before mergingImportant Files Changed
Last reviewed commit:
804354d🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.