Add claude code support

This commit is contained in:
Luis Pater
2025-08-21 02:53:28 +08:00
parent c5cc238308
commit d58cc55cb2
40 changed files with 4426 additions and 182 deletions
@@ -0,0 +1,6 @@
package misc
import _ "embed"
//go:embed claude_code_instructions.txt
var ClaudeCodeInstructions string
@@ -0,0 +1 @@
[{"type":"text","text":"You are Claude Code, Anthropic's official CLI for Claude.","cache_control":{"type":"ephemeral"}}]