mirror of
https://github.com/chenhg5/cc-connect.git
synced 2026-07-06 21:45:41 +08:00
Implement build tag system for agents/platforms with Makefile support: - Move imports to plugin_*.go files with build tags - Add Makefile logic for AGENTS/PLATFORMS_INCLUDE/EXCLUDE - Update documentation with usage examples - Remove direct imports from main.go generated by llmgit Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
89 B
Go
6 lines
89 B
Go
//go:build !no_qoder
|
|
|
|
package main
|
|
|
|
import _ "github.com/chenhg5/cc-connect/agent/qoder"
|