Files
CLIProxyAPI/internal/misc/claude_code_instructions.go
Luis Pater d58cc55cb2
Some checks failed
docker-image / docker (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
Add claude code support
2025-08-21 02:53:28 +08:00

7 lines
106 B
Go

package misc
import _ "embed"
//go:embed claude_code_instructions.txt
var ClaudeCodeInstructions string