fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations (fixes #70) #72

Merged
shoko merged 1 commits from fix/issue-70-git-editor into main 2026-04-01 10:55:00 +02:00

1 Commits

Author SHA1 Message Date
shokollm
ad468f39da fix(kugetsu): set GIT_EDITOR=cat for non-interactive git operations
Set GIT_EDITOR and EDITOR to 'cat' in kugetsu init to prevent
vim from opening during git operations in headless mode.

This fixes issues where git rebase --continue would hang waiting
for vim TTY input in opencode sessions.

Fixes #70
2026-04-01 08:49:57 +00:00