初始化仓库

This commit is contained in:
2026-06-02 23:14:41 +08:00
commit 0bc3f02670
520 changed files with 191097 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
//go:build blackbox
package p2
import (
_ "github.com/chenhg5/cc-connect/agent/claudecode"
_ "github.com/chenhg5/cc-connect/agent/codex"
_ "github.com/chenhg5/cc-connect/agent/cursor"
_ "github.com/chenhg5/cc-connect/agent/gemini"
_ "github.com/chenhg5/cc-connect/agent/opencode"
_ "github.com/chenhg5/cc-connect/agent/qoder"
)