mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 04:50:52 +08:00
Add claude code support
This commit is contained in:
6
internal/misc/claude_code_instructions.go
Normal file
6
internal/misc/claude_code_instructions.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package misc
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed claude_code_instructions.txt
|
||||
var ClaudeCodeInstructions string
|
||||
1
internal/misc/claude_code_instructions.txt
Normal file
1
internal/misc/claude_code_instructions.txt
Normal file
@@ -0,0 +1 @@
|
||||
[{"type":"text","text":"You are Claude Code, Anthropic's official CLI for Claude.","cache_control":{"type":"ephemeral"}}]
|
||||
Reference in New Issue
Block a user