CLI Calling

Command-line interface calling features for enhanced development workflows

Infinite Tasks Timeout

Stop runaway commands before they consume your resources.

The agent lets you set a timeout for commands. This helps automatically stop commands that might run forever, like a development server.

For example:

devserver | head -50

No additional details for this agent.

Processes Explorer

Manage stuck processes from your pipeline.

Sometimes agents create zombie or stuck processes while running a pipeline. If these are not cleaned up, they can use resources and interfere with later runs. This feature helps you find and manage such processes created by this pipeline, rather than showing all system processes.

Features:

  • Shows all processes started by the pipeline
  • Lets you check the status of each process
  • Allows you to end or kill stuck/zombie processes
  • Displays resource usage for these processes
  • Helps you identify and stop anything the agent leaves running

No additional details for this agent.