Remove CLI backend assumptions and add docker fallback prompt #434

Merged
didericis merged 5 commits from remove-cli-backend-assumptions into main 2026-07-20 18:32:49 -04:00
Showing only changes of commit c7375051fd - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ from __future__ import annotations
import os
from pathlib import Path
from ..util import read_tty_line
from ..util import read_tty_line as read_tty_line
PROG = "cli.py"
USER_CWD = os.getcwd()