feat(claude): auto-accept workspace prompt on non-TTY stdin #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/non-tty-auto-accept-workspace"
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?
Third-party tools that invoke the wrapper without a TTY (CI, IDE
integrations, automation scripts) hung on the directory-confirmation
prompt and could read the lack of response as Claude being broken.
Now skip the prompt and default the workspace to the current
directory when stdin is not a TTY. Interactive callers still get the
prompt unchanged.