Skip to content

PromptScript API


Variable: KNOWN_TARGETS

const KNOWN_TARGETS: readonly ["github", "claude", "cursor", "antigravity", "factory", "opencode", "gemini", "windsurf", "cline", "roo", "codex", "continue", "augment", "goose", "kilo", "amp", "trae", "junie", "kiro", "cortex", "crush", "command-code", "kode", "mcpjam", "mistral-vibe", "mux", "openhands", "pi", "qoder", "qwen-code", "zencoder", "neovate", "pochi", "adal", "iflow", "openclaw", "codebuddy", "aider", "amazon-q", "warp", "zed", "jules", "devin", "grok", "kimi", "mimo", "deep-agents", "forgecode", "hermes", "gitlab-duo"]

Defined in: core/src/types/config.ts:570

Runtime array of all known target names. Useful for validation and iteration.

The as const keeps the literal element types so (typeof KNOWN_TARGETS)[number] stays a literal union and exhaustiveness checks against KnownTarget can catch omissions.