diff --git a/contrib/claude-code-proxy.plist.example b/contrib/claude-code-proxy.plist.example new file mode 100644 index 00000000..908309ae --- /dev/null +++ b/contrib/claude-code-proxy.plist.example @@ -0,0 +1,49 @@ + + + + + + Label + com.user.claude-code-proxy + + ProgramArguments + + REPO_ROOT/.venv/bin/python + REPO_ROOT/start_proxy.py + + + WorkingDirectory + REPO_ROOT + + RunAtLoad + + + KeepAlive + + + StandardOutPath + /tmp/claude-code-proxy.log + + StandardErrorPath + /tmp/claude-code-proxy.log + +