Skip to content

🤖 refactor: auto-cleanup#2803

Merged
ThomasK33 merged 1 commit intomainfrom
auto-cleanup
Mar 5, 2026
Merged

🤖 refactor: auto-cleanup#2803
ThomasK33 merged 1 commit intomainfrom
auto-cleanup

Conversation

@mux-bot
Copy link
Contributor

@mux-bot mux-bot bot commented Mar 5, 2026

Summary

Periodic auto-cleanup PR. Each push contains at most one extremely low-risk,
behavior-preserving cleanup derived from recent main commits.

Current cleanups

  1. Remove dead useBackgroundBashHandlers hook (231 lines) —
    src/browser/hooks/useBackgroundBashHandlers.ts was exported but never
    imported anywhere in the codebase (not even in tests). Background bash
    handling was refactored into BackgroundBashStore + BackgroundBashContext
    in earlier PRs, leaving this hook as dead code.

Validation

  • make static-check — ESLint, TypeScript (tsgo), Prettier all pass
  • Grep confirms zero imports of useBackgroundBashHandlers across the repo

Auto-cleanup checkpoint: 9df7bdc


Generated with mux • Model: anthropic:claude-opus-4-6 • Thinking: xhigh • Cost: $N/A

The useBackgroundBashHandlers hook (231 lines) was exported but never
imported anywhere in the codebase — not even in tests. Background bash
handling was refactored into BackgroundBashStore + BackgroundBashContext,
leaving this hook as dead code.
@mux-bot
Copy link
Contributor Author

mux-bot bot commented Mar 5, 2026

@codex review

@chatgpt-codex-connector
Copy link

To use Codex here, create a Codex account and connect to github.

@ThomasK33
Copy link
Member

@codex review

@ThomasK33 ThomasK33 added this pull request to the merge queue Mar 5, 2026
Merged via the queue into main with commit 79371f5 Mar 5, 2026
23 checks passed
@ThomasK33 ThomasK33 deleted the auto-cleanup branch March 5, 2026 11:59
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.

1 participant