For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/types/cli-entry.CliOutputMode.md.
  • 简体中文
  • Type Alias: CliOutputMode

    CliOutputMode = "json" | "markdown" | "ndjson" | "tty"

    The four output modes of one rendered invocation: interactive tty updates progress in place before the final document; piped markdown emits exactly one final document with no partial fallbacks; json emits the canonical validated final value; ndjson emits the sequence-numbered render-event stream (an Agent Bundle CLI/script dialect — never MCP JSON-RPC, never written to an MCP server's stdout).