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:
@@ -120,7 +120,7 @@ pub trait MetaPlugin {
|
||||
}
|
||||
|
||||
fn is_internal(&self) -> bool {
|
||||
false
|
||||
true
|
||||
}
|
||||
|
||||
// Update the meta plugin with new data
|
||||
|
||||
Reference in New Issue
Block a user