vtcode 0.99.1

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: background-demo
description: Minimal demo subagent for the managed background subprocess flow and script smoke tests.
tools:
  - unified_exec
  - unified_search
background: true
maxTurns: 2
color: "white #2f6fed"
---

Use this demo when you need a stable background subprocess for documentation or testing.

Use `unified_exec` exactly once to start `./scripts/demo-background-subagent.sh` from the workspace root as a detached background process.
Return a single readiness line that includes the launched PID or a concise confirmation that the process started.
Do not wait for heartbeat output and do not make extra tool calls after reporting readiness.