-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
plugin_manager.rs contains dead code that references WhisperPluginFactory which does not exist in the codebase. This indicates incomplete cleanup from previous refactoring.
Locations
crates/app/src/stt/plugin_manager.rs:572-573crates/app/src/stt/plugin_manager.rs:1522-1537
Impact
- Code will fail to compile if these paths are exercised
- Confusing for developers
- Indicates other incomplete cleanup may exist
Recommended Fix
- Remove all
WhisperPluginFactoryreferences - Audit for other dead references to removed plugins
- Verify all feature flag paths compile
Related
- Agent 4 (Plugin Manager) review finding
- Stub plugins were removed but references remain
- PR chore(stt): remove stub STT plugin files #282 removes stub files but not internal references
Priority
P0 - Fix this week (simple fix)}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working