fix(main): remove duplicate ModelCommands enum definition

A duplicate ModelCommands enum was introduced in a recent merge,
causing E0119/E0428 compile errors on CI (Rust 1.92).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
fettpl 2026-02-16 16:57:00 +01:00 committed by Chummy
parent 444d80e178
commit d5ca9a4a5c
2 changed files with 0 additions and 15 deletions

View file

@ -555,7 +555,6 @@ impl Tool for GitOperationsTool {
mod tests {
use super::*;
use crate::security::SecurityPolicy;
use std::path::Path;
use tempfile::TempDir;
fn test_tool(dir: &std::path::Path) -> GitOperationsTool {