initiale version

This commit is contained in:
2026-05-10 10:46:41 +02:00
commit deb0d5de9d
10 changed files with 2049 additions and 0 deletions

7
claude-via-proxy.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Claude Code über lokalen noThinkProxy starten
# Voraussetzung: Proxy läuft bereits auf localhost:11435
export ANTHROPIC_BASE_URL=http://localhost:11435
exec claude "$@"