-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 1.68 KB
/
Copy path.env.example
File metadata and controls
30 lines (23 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ── Slack (optional) ─────────────────────────────────────────
SLACK_BOT_TOKEN=xoxb-your-bot-token
SLACK_APP_TOKEN=xapp-your-app-token
SLACK_SIGNING_SECRET=your-signing-secret
# ── Discord (optional) ──────────────────────────────────────
# DISCORD_BOT_TOKEN=your-discord-bot-token
# ── Telegram (optional) ─────────────────────────────────────
# TELEGRAM_BOT_TOKEN=your-telegram-bot-token
# ── Claude ───────────────────────────────────────────────────
DEFAULT_WORKING_DIR=/tmp/claude-workspace
# ── Session ──────────────────────────────────────────────────
SESSION_TIMEOUT_MS=1800000
# ── Streaming ────────────────────────────────────────────────
STREAM_DEBOUNCE_MS=1500
MAX_MESSAGE_LENGTH_SLACK=3000
MAX_MESSAGE_LENGTH_DISCORD=1900
MAX_MESSAGE_LENGTH_TELEGRAM=4000
# ── Auto-Approve (comma-separated tool names) ───────────────
# Tools listed here will be approved automatically without user confirmation.
# Supports wildcards: "Bash*" matches all Bash variants.
# AUTO_APPROVE_TOOLS=Read,Grep,Glob,LS
# ── Anthropic API Key (optional if `claude` CLI is already logged in) ──
# ANTHROPIC_API_KEY=sk-ant-your-api-key