Skip to content

fix: use static plugin spinner outside TTY#27951

Open
mturac wants to merge 1 commit into
anomalyco:devfrom
mturac:fix/plugin-spinner-non-tty
Open

fix: use static plugin spinner outside TTY#27951
mturac wants to merge 1 commit into
anomalyco:devfrom
mturac:fix/plugin-spinner-non-tty

Conversation

@mturac
Copy link
Copy Markdown

@mturac mturac commented May 16, 2026

Issue for this PR

Closes #27908

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Uses a static plugin install spinner when stdout is not a TTY, so piped/non-interactive runs print one line per step instead of terminal control output. Interactive terminals still use the existing animated spinner.

(AI-assisted)

How did you verify your code works?

  • bun test test/plugin/install.test.ts
  • bun typecheck

Screenshots / recordings

Not applicable; CLI output behavior only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels May 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

plugin install spinner outputs garbage in non-TTY environment

1 participant