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

@@ -54,9 +54,6 @@ impl DigestSha256MetaPlugin {
}
impl MetaPlugin for DigestSha256MetaPlugin {
fn is_internal(&self) -> bool {
true
}
fn initialize(&mut self, item_id: i64) -> Result<MetaPluginResponse> {
self.item_id = Some(item_id);
@@ -165,9 +162,6 @@ impl ReadTimeMetaPlugin {
}
impl MetaPlugin for ReadTimeMetaPlugin {
fn is_internal(&self) -> bool {
true
}
fn finalize(&mut self) -> Result<MetaPluginResponse> {
let mut metadata = Vec::new();
@@ -274,9 +268,6 @@ impl ReadRateMetaPlugin {
}
impl MetaPlugin for ReadRateMetaPlugin {
fn is_internal(&self) -> bool {
true
}
fn finalize(&mut self) -> Result<MetaPluginResponse> {
let mut metadata = Vec::new();