feat: update default is_internal() to return true and clean up overrides

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-26 17:27:04 -03:00
parent a0fcd3f3e7
commit f44866a2cc
5 changed files with 1 additions and 46 deletions

View File

@@ -65,9 +65,6 @@ impl BinaryMetaPlugin {
}
impl MetaPlugin for BinaryMetaPlugin {
fn is_internal(&self) -> bool {
true
}
fn update(&mut self, data: &[u8]) -> MetaPluginResponse {
// Calculate how much data we can still accept