Files
chenhg5-cc-connect/cmd/cc-connect/plugin_agent_qoder.go
chenhg5 79fefc9ff5 feat(build): add selective compilation via build tags
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>
2026-03-13 17:35:08 +08:00

6 lines
89 B
Go

//go:build !no_qoder
package main
import _ "github.com/chenhg5/cc-connect/agent/qoder"