Changes
PR #2032 by ksylvan: Refactor: Consolidate NeedsRawMode Default Implementation into PluginBase
- Refactor: move
NeedsRawModedefault implementation toPluginBase - Add default
NeedsRawModemethod to sharedPluginBasestruct - Remove redundant
NeedsRawModeimplementations across all AI vendor plugins - Consolidate default
falsereturn logic into single base plugin method - Clean up duplicate boilerplate from anthropic, bedrock, copilot, gemini plugins