Skip to content

Commit 439ce0c

Browse files
committed
refactor: remove all AI-specific protobuf definitions and dead code
- Remove AI-specific gRPC methods from loader.proto (GenerateSQL, ValidateSQL, GetAICapabilities) - Remove AI-specific structures from server.proto (AICapabilitiesResponse, GenerateSQLRequest, etc.) - Remove AI-specific test files (ai_proto_test.go, ai_loader_test.go) - Remove AI performance testing script (ai_performance_test.sh) - Regenerate all protobuf files with cleaned definitions - Eliminate 4000+ lines of dead code that violated unified plugin architecture This completes the migration to unified plugin management where AI plugins follow the same patterns as all other plugins through ExtManager interface and Categories field classification.
1 parent 7344e30 commit 439ce0c

File tree

13 files changed

+1885
-6013
lines changed

13 files changed

+1885
-6013
lines changed

pkg/runner/monitor/monitor.pb.go

Lines changed: 32 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/runner/monitor/monitor_grpc.pb.go

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)