Skip to main content
Feature toggles flip optional or experimental behaviors. Manage them with 2501 infra feature.
2501 infra feature list                 # show all toggles + state
2501 infra feature enable <key>         # alias: e
2501 infra feature disable <key>        # alias: d
2501 infra feature enable               # interactive multi-select picker

Reference

Integration

Toggle KeyDescriptionDefault
enableElasticSearchEnable Elasticsearch integration❌ Disabled
enableDockerSwarmEnable Docker Swarm integration❌ Disabled

Security & Logging

Toggle KeyDescriptionDefault
enableSecureLogsEnable secure logging❌ Disabled
enableCredentialProcessingEnable credential processing❌ Disabled
enableCommandVerificationVerify commands before execution❌ Disabled
enableLogLlmInputAndOutputLog LLM input and output❌ Disabled

Jobs

Toggle KeyDescriptionDefault
enableFollowUpJobsDetect and create follow-up jobs after terminal jobs❌ Disabled
enableJobRestartRestart a running job when the user adds a comment❌ Disabled

Experimental

Toggle KeyDescriptionDefault
enableSlowInferenceReduce parallel tasks/jobs for slow inference❌ Disabled
enableOperationalRulesVerificationVerify operational rules at task time❌ Disabled

When to flip what

  • enableElasticSearch if you have an Elasticsearch instance and want the engine + Command Center to ship logs to it.
  • enableSecureLogs for tenants with strict log-encryption requirements.
  • enableSlowInference if your tenant runs on a self-hosted model with low throughput — reduces task concurrency to avoid queue starvation.
  • Anything labeled experimental: open a support ticket before enabling in production.