domain.com
Chat
Idle
Session ID
-
Active model
-
Pending
0
Your Chats
Send
CLI
Model
Mode
Agent
Plan
Custom
GitHub
CLOSE
Pull
Fetch
Status
Log
Commit & Push
Sync
What commands will run
Pull
— git pull
Fetch
— git fetch --all
Status
— git status --short
Log
— git log --oneline -n 20
Commit & Push
— git add .; git commit -m "message"; git push origin main
Sync
— git pull; git add .; git commit -m "message"; git push origin main
Note: Commit will run with the provided message. The server runs git in the workspace root (configurable via the CHAT_REPO_ROOT env var)