Settings
Configure export and integration settings for this assembly line.
General
Model context window
Controls whether Claude Code is allowed to pick Sonnet's 1M-token model variants on stations of this line. Disabled by default — when off, the runner injects CLAUDE_CODE_DISABLE_1M_CONTEXT=1. Individual stations can override this in their operator settings.
Enable 1M context window for Sonnet
When on, Claude can pick a 1M-context Sonnet variant on any station of this line (unless that station opts out).
Runtime resources
Hard memory cap applied to each devcontainer spawned for this assembly line. Applied as both Memory and MemorySwapon the Docker host config, so the container can't spill to host swap. Leave blank to use the runner's built-in default of 8192 MB (8 GiB).
Container hitting this limit gets OOM-killed by the kernel. Set it high enough to fit Claude Code + Next.js dev server peaks; the original crash was at the host level, not the container.
Devcontainer
How spawned workers get their dev environment when the project repo has no.devcontainer/. Choose a curated template (resolved from NuGet at job time) or supply files inline.
Controls the Docker volume mounted at /home/node/.claude. Sharing across containers is safe in practice; the only race is concurrent token refresh, which falls back to the OAuth re-auth dialog.
Inline override
Provide files directly. When enabled, these win over the template above and the repo's own .devcontainer/.
Git Export
Export this assembly line definition to a git repository via a connected runner. The runner uses its own git credentials to push the .agentics/ folder structure.
Export to Repository
Queues a git push job to the connected runner. The runner commits the assembly line definition and pushes to the configured repository.
Trusted GitHub repositories
Repositories whose GitHub Actions OIDC tokens may submit tasks to this assembly line.
These entries are additive on top of the project-level trust list — narrower scopes only.
No trusted repositories.