Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ ALLOWED_USERS=123456789,987654321
# Tmux session name (optional, defaults to "ccbot")
TMUX_SESSION_NAME=ccbot

# Runtime (Claude Code or Codex) to start in new windows: claude | codex
CCBOT_RUNTIME=claude

# Claude command to run in new windows (optional, defaults to "claude")
CLAUDE_COMMAND=claude

# Codex command to run in new windows when CCBOT_RUNTIME=codex
CODEX_COMMAND=codex --no-alt-screen
# ccbot auto-appends: --enable codex_hooks --enable default_mode_request_user_input

# Codex home directory (used for hooks.json and native session transcripts)
CODEX_HOME=

# Monitor polling interval in seconds (optional, defaults to 2.0)
MONITOR_POLL_INTERVAL=2.0
Loading
Loading