Files
beaver-agent/t3code.toml
T

17 lines
572 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Машины с T3 Code и allowlist проектов на каждой. Токены - в .env (T3_*_TOKEN).
# Имена - MagicDNS tailnet'а; `dell` для контейнера прописан через T3_DELL_ADDR.
[machines.mac]
url = "http://mac:3773"
token_env = "T3_MAC_TOKEN"
projects = ["*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }
[machines.dell]
url = "http://dell:3773"
token_env = "T3_DELL_TOKEN"
projects = ["*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }