#!/bin/bash
# Run Claude Code through the local UAML LLM proxy (Anthropic adapter).
# Pipeline: anonymize/translate request → forward to api.anthropic.com →
# stream response back. Tool pruning narrows mcp__* tools to ones used.
exec su -l claude-agent -c "ANTHROPIC_BASE_URL=http://localhost:4100 claude --permission-mode bypassPermissions $*"
