Remove isNonInteractive() check that was incorrectly added in PR #573. The check prevented env var injection when OpenCode runs in a TTY, causing git commands like 'git rebase --continue' to open editors (nvim) that hang forever. The agent cannot interact with spawned bash processes regardless of whether OpenCode itself is in a TTY.