Dashboard › cli › Distillation
e4ae947c-052c-4dad-ba85-853b700a27b4["lore_tm_v1_aSk9keDfW2bcmJNcn-y_fRqFoGqPagyPS2h3O9SvDco"]
Date: September 9, 2026
ALWAYS_STRIP are always stripped before dispatch, so the command never sees them; ALWAYS_STRIP currently contains LOG_LEVEL_KEY.--fresh via FRESH_FLAG unless the command already defines a fresh flag.interceptSubcommand() to handle plural-alias confusion before invoking the original command function.--yes via YES_FLAG unless the command already defines a yes flag./.packages/cli/src/commands/agent-conversation/list.ts, the diff added getPositionalString from ../../lib/introspect.js while retaining manual pagination helpers resolveCursor, advancePaginationState, hasPreviousPage, buildPaginationContextKey, and paginationHint.[<org>/]<conversation-id>: no slash means the entire trimmed value is the conversation ID and the organization is auto-detected; one slash separates organization from conversation ID.parseConversationTarget() validation changed from throwing ContextError for an empty conversation-ID segment to using validationError(): multiple slashes produce "Conversation target must contain at most one '/'."; an empty organization or conversation-ID segment produces "Conversation target must include both an organization and conversation ID when using '/'."; both include [USAGE_HINT] and field "conversation-id".buildCommand attaches an output JSON schema as the non-standard __jsonSchema property when outputConfig?.schema exists; introspect.ts reads it to populate CommandInfo.jsonFields for help output and SKILL.md generation.Command type includes introspection metadata: __jsonSchema?: import("valibot").GenericSchema, __primaryUsage?: string, and newly added __examples?: readonly CommandExample[] for canonical documentation examples retained by buildCommand.readonly docs: CommandDocumentation.