Global settings apply to all projects and pipelines.
| Setting | Default | Description |
|---|---|---|
| CLI Provider | Claude Code | Which CLI tool to use for executing agent work |
| Default Model | Provider default | Override the default AI model |
| Max Concurrent Runs | 3 | Maximum pipelines running simultaneously across all projects |
| Default Timeout | 60 min | Maximum execution time per run |
| Remote Access | Disabled | Enable web-based remote access |
Each project also has a Max Concurrent Pipelines setting (default: 1) that controls how many pipelines in that project can run at the same time.
Access t0ggles Crew from any device on your network through a web browser.
Open your browser and navigate to http://{your-machine-ip}:3847. Enter your password when prompted.
The web interface mirrors the desktop app - you can view projects, monitor runs, trigger pipelines, and stream live output.
If t0ggles Crew can't find your CLI tool, the issue is usually PATH resolution. On macOS, apps launched from Finder don't inherit your terminal's PATH.
Fix: Make sure the CLI is installed globally with npm and restart t0ggles Crew. The app automatically resolves PATH from your login shell on startup.
If an agent can't access your t0ggles board during a run, the issue is with the MCP configuration in the CLI provider (not the Crew app itself):
If a pipeline appears stuck:
For auto mode to work:
The app checks for new tasks every 5 minutes, so there may be a short delay.
t0ggles Crew automatically checks for updates on launch. When an update is available, you'll see a notification in the app. Updates are downloaded in the background and installed when you restart the app.