fix(kugetsu): wrap cmd_continue in subshell with cd for correct worktree dir #129

Merged
shoko merged 1 commits from fix/cmd-continue-worktree-dir into main 2026-04-03 15:58:20 +02:00

1 Commits

Author SHA1 Message Date
shokollm
3ce43ffa65 fix(kugetsu): wrap cmd_continue in subshell with cd for correct worktree dir
The --dir flag only sets directory for the subprocess, not the session's
stored directory in opencode's SQLite DB. This was already fixed for
cmd_start in v0.1.10, but cmd_continue still had the bug.

Fixes #127
2026-04-03 13:06:02 +00:00