chore(clawcode): track .env config templates in repo

This commit is contained in:
huagusam 2026-08-14 10:51:40 +08:00
parent abe386490b
commit 00c2552f2f
3 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,3 @@ rust/target/
dump_output.txt dump_output.txt
# Per-project conversation transcripts (terminal-visible mirror of sessions) # Per-project conversation transcripts (terminal-visible mirror of sessions)
.claw/transcripts/ .claw/transcripts/
# Local environment secrets — never commit live API keys
claw/.env
claw/.env_deepseek

4
rust/clawcode/claw/.env Normal file
View File

@ -0,0 +1,4 @@
ANTHROPIC_BASE_URL=http://127.0.0.1:1234
ANTHROPIC_API_KEY=sk-your-key
ANTHROPIC_MODEL=WhitchSupportImageReady
#CLAW_WORKSPACE_POLICY=allow

View File

@ -0,0 +1,4 @@
ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic
ANTHROPIC_API_KEY=sk-yourkey
ANTHROPIC_MODEL=deepseek-v4-flash
CLAW_WORKSPACE_POLICY=allow