mirror of
https://github.com/yigitkonur/cli-continues.git
synced 2026-04-26 00:36:02 +03:00
[GH-ISSUE #17] tools does not work. windows 11 #8
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#8
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?
Originally created by @NeverBeLazyG on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/yigitkonur/cli-continues/issues/17
This tool does not work. i am under windows 11:
█▀▀▀ █▀▀█ █▀▀▄ ▀██▀ ██ █▀▀▄ █ █ █▀▀█ █▀▀▀
█ █ █ █ █ ██ ██ █ █ █ █ █▀▀ ▀▀▀█
▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀▀ ▀▀ ▀ ▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀
🔄 Cross-tool handoff · 🔎 Inspect mode · ⚙️ YAML config · 🌍 Env var overrides
💡 cont or continues to quick-resume
┌ continues — session picker
│
◇
│
◇ D:\AI — 89 sessions
│ Claude (76)
│
◇ Select a session (76 available)
│ [claude] 2026-02-26 08:31 D:\AI Base directory for this skill: C:\Users\youba.c
│
◇ Continue claude session in:
│ Codex
│
● Working directory: D:\AI
│
● Command: continues resume 359932ec-b0c8-4273-9c47-5bfc09b69805 --in codex
│
◇ Handing off to codex...
│
└ Launching codex
error: unexpected argument 'continuing' found
Usage: codex [OPTIONS] [PROMPT]
codex [OPTIONS] [ARGS]
For more information, try '--help'.
│
■ Command exited with code 2
@GhalebAldoboni commented on GitHub (Feb 26, 2026):
same issue here
@ThunderCls commented on GitHub (Feb 28, 2026):
same here
@yigitkonur commented on GitHub (Mar 2, 2026):
hey @NeverBeLazyG @GhalebAldoboni @ThunderCls — this should be fixed now in #26. the problem was cmd.exe on windows splitting the multi-line prompt into separate args. we now pass a short one-liner that points to the handoff file instead.
can you guys update and let me know if it works for you? would really appreciate it 🙏
@yigitkonur commented on GitHub (Mar 2, 2026):
to avoid cache issues, run
npx continues@latestand test on v4.0.4@ThunderCls commented on GitHub (Mar 3, 2026):
Just tried continuing from Claude to OpenCode. It doesn't crash like before, but the OpenCode terminal never opens, it just reads the handoff, returns a quick answer and exits the OpenCode client.
@NeverBeLazyG commented on GitHub (Mar 3, 2026):
ok it works for me now. tested claude <> codex <> gemini-cli j.thx