II.
Term overview
Reference · liveterm:spawn-args
SpawnArgs overview
Mode-agnostic abstract spawn descriptor returned by `Adapter.buildSpawnArgs()` — `{ command, args, env, cwd, stdin?, shell? }`. The pure `buildInvocationCommand()` transform rewrites SpawnArgs into the concrete host command for the chosen InvocationMode. Source: docs/adapters/reference/13-invocation-modes.md + packages/core/src/spawn-invocation.ts.
Attributes
displayName
SpawnArgs
kind
concept
description
Mode-agnostic abstract spawn descriptor returned by
`Adapter.buildSpawnArgs()` — `{ command, args, env, cwd, stdin?,
shell? }`. The pure `buildInvocationCommand()` transform rewrites
SpawnArgs into the concrete host command for the chosen
InvocationMode. Source:
docs/adapters/reference/13-invocation-modes.md +
packages/core/src/spawn-invocation.ts.
Outgoing edges
related_to1
- term:agentic-loop·TermAgentic Loop
Incoming edges
None.