Dashboard › cli › Distillation
feb4fc69-e0d5-48f5-8e6a-a18444418de0["lore_tm_v1_urgaVBsaULLiYl3ss_0mgwSrOw6PJ5ZfGF4QhVQ81BE","lore_tm_v1_xSMGHg7CYdlu60MfVdDiNc0TNgNWO65hjR_ERanR6Uw","lore_tm_v1_lz5w2EBseVXrqmftZh1YJfFhcPF8pw1ZgrGKbQ-Fj1w","lore_tm_v1_dfaApj9dBTJrirw3YDTmk24FoPBsuFZZ7lKCZh7ffjg","lore_tm_v1_tBGCmRNbw-N49UoxJA-NW69qBlG-XRzAyu9afM9YZ0s","lore_tm_v1_rnUy_iqXyr-AuhPo1yrwcM4iVQ6UVzBRBeXKfJ-yfZc","lore_tm_v1_ZILFUsFOG_K3kEtz-7iqy0LJwIueYBlOdponaLzYgyE","lore_tm_v1_YO2lm1rtehCZekbbPN_bxwmdGoPcNBPiIbPfqwz6Q5k","lore_tm_v1_8piL97aXYsw4tIL3E3PxIPXYbydFubZK1d6MY_2cypU","lore_tm_v1_ErC58NHs4WNo8jfHP3XL50qmGFTXCFQeh43e_yGUbiM","lore_tm_v1_1Kh6Wt9xB7u0p2J3exuRDf8L2RKLbYUrB0xmvXho8L0","lore_tm_v1__2KIyOWAaLIQhRfmjUT85cv1A5vRZmZ7kax16n0Y3jM"]
generateHelpTextForAllCommands(app) output for sentry agent-conversation list rendered usage sentry agent-conversation list [--limit value] [--query value] [--period value] [--fresh] [--cursor value] [--json] [--fields value] [<org>] plus sentry agent-conversation list --help; description says it lists recent agent conversations and auto-detects the organization when omitted.sentry agent-conversation list help included 5 examples in order: 1. sentry agent-conversation list (list recent agent conversations); 2. sentry agent-conversation list my-org (explicit organization); 3. sentry agent-conversation list --limit 50 --period 24h (show more, last 24 hours); 4. sentry agent-conversation list -q "has:errors" (filter conversations); 5. sentry agent-conversation list my-org -c next (paginate through results).sentry agent-conversation list help documented JSON-selectable fields in order: conversationId (string), title (string | null, optional), flow (array), errors (number), llmCalls (number), toolCalls (number), totalTokens (number), totalCost (number), startTimestamp (number), endTimestamp (number), traceCount (number), traceIds (array), firstInput (string | null), lastOutput (string | null), user (object | null, optional), toolNames (array), and toolErrors (number).sentry agent-conversation list help documented alias sentry agent-conversation ls; flags -n [--limit] with range 1-1000 and default 25, -q [--query], -t [--period] accepting examples "7d", "2026-08-01..2026-09-01", and ">=2026-08-01" with default 7d, -f [--fresh] default false, -c [--cursor] accepting "next", "prev", "first", or a raw cursor, --json default false, --fields with dot notation, -h --help, and --; optional argument [org] is the organization slug.generateHelpTextForAllCommands(app) output for sentry agent-conversation view honored custom usage sentry agent-conversation view [<org>/]<conversation-id> and included alias sentry agent-conversation show; flags were -f [--fresh] default false, --json default false, --fields with dot-notation support, -h --help, and --; argument org/conversation-id was described as [<org>/]<conversation-id> - Org (optional) and conversation ID.packages/cli/node_modules/@stricli/core/dist/index.js lines 1194-1222 showed command functions are called with ...parsedArguments; a returned Error is rendered through errorFormatting.commandErrorResult() and passed to determineExitCode(result) when configured, otherwise yielding ExitCode.CommandRunError; a thrown value is rendered through errorFormatting.exceptionWhileRunningCommand() and passed to determineExitCode(exc) when configured, otherwise also yielding ExitCode.CommandRunError; normal completion yields ExitCode.Success.packages/cli/node_modules/@stricli/core/dist/index.js lines 1166-1192 showed argument-parsing exceptions render to stderr and return ExitCode.InvalidArgument, while command-loader exceptions render via exceptionWhileLoadingCommandFunction() and return ExitCode.CommandLoadError; ANSI rendering wraps messages in bold red and then resets color/bold.kind: "array" matches: packages/cli/src/lib/introspect.ts line 70 and command definitions in src/commands/trace/view.ts, trace/logs.ts, span/view.ts, span/list.ts, send-envelope.ts, schema.ts, replay/view.ts, react-native/xcode.ts, project/create.ts, proguard/upload.ts, monitor/run.ts, log/view.ts, log/list.ts, local/run.ts, event/view.ts, event/send.ts, docs/query.ts, docs/list.ts, debug-files/upload.ts, debug-files/find.ts, dashboard/widget/edit.ts, dashboard/widget/delete.ts, dashboard/widget/add.ts, dashboard/view.ts, dashboard/revisions.ts, dashboard/restore.ts, dashboard/list.ts, dashboard/create.ts, cli/feedback.ts, cli/defaults.ts, build/upload.ts, help.ts, and issue/merge.ts.extractAllRoutes(routes as never) found 32 positional placeholders ending in ..., and every one had "optional":true.sentry help β command..., βCommand to get help forβ; 2. sentry build upload β path..., APK/AAB/IPA/XCArchive paths; 3. sentry cli defaults β key value..., setting key and optional value; 4. sentry cli feedback β message..., feedback message; 5. sentry debug-files find β id..., debug identifiers; 6. sentry debug-files upload β path..., files/directories to scan; 7. sentry dashboard list β org/title-filter..., [<org/project>] [<name-glob>]; 8. sentry dashboard view β org/project/dashboard..., [<org/project>] <dashboard-id-or-title>; 9. sentry dashboard create β org/project/title..., [<org/project>] <title>; 10. sentry dashboard widget add β org/project/dashboard/title..., [<org/project>] <dashboard> <title>; 11. sentry dashboard widget edit β org/project/dashboard..., [<org/project>] <dashboard-id-or-title>; 12. sentry dashboard widget delete β org/project/dashboard..., [<org/project>] <dashboard-id-or-title>.sentry dashboard revisions β org/dashboard..., [<org/project>] <dashboard-id-or-title>; 14. sentry dashboard restore β org/dashboard..., [<org/project>] <dashboard-id-or-title>; 15. sentry docs list β keywords..., documentation keywords; 16. sentry docs query β question..., natural-language docs question; 17. sentry project create β name:platform..., one or more project name/platform pairs; 18. sentry proguard upload β path..., ProGuard/R8 mapping paths; 19. sentry react-native xcode β script-arg..., extra build-script arguments; 20. sentry replay view β replay-id-or-url..., [<org>/<project>] <replay-id> or <replay-url>; 21. sentry issue merge β issue..., 2 or more issue IDs; 22. sentry event view β org/project/event-id..., optional target and one or more event IDs.sentry event send β args..., JSON event-file paths; 24. sentry log list β org/project-or-trace-id..., [<org>/[<project>/]]<trace-id>, <org>/<project>, or <project>; 25. sentry log view β org/project/log-id..., optional target and one or more log IDs; 26. sentry monitor run β monitor-slug command..., monitor slug plus command; 27. sentry span list β org/project/trace-id..., [<org>/<project>] or [<org>/<project>/]<trace-id>; 28. sentry span view β trace-id/span-id..., optional org/project, trace ID, and one or more span IDs; 29. sentry trace view β org/project/trace-id..., optional target and required trace ID; 30. sentry trace logs β org/project/trace-id..., optional org/project and required trace ID; 31. sentry local run β command..., command to run; 32. sentry schema β resource..., resource name and optional operation.packages/cli/src/app.ts found reportCliError imported from ./lib/error-reporting.js at line 70 and invoked at line 392; the adjacent comment says enforcement occurs inside reportCliError and 400 Bad Request = CLI bug.reportCliError references in tests: one in packages/cli/test/lib/telemetry.test.ts and 16 in packages/cli/test/lib/error-reporting.test.ts, including integration coverage for existing tags, generic errors, SeerError("not_enabled", "my-org"), AuthError("invalid"), ApiError statuses, OutputError(null), TypeError("fetch failed"), auth reasons, and an API 500.["agent-conversation","view"] failed before execution because ./src/lib/db/auth.ts does not export setAuthConfig; Node.js v24.16.0 raised SyntaxError: The requested module './src/lib/db/auth.ts' does not provide an export named 'setAuthConfig', and the lifecycle command exited with code 1.packages/cli/src/lib/errors.ts defined exit codes below 128: EXIT.GENERAL=1; auth/identity codes AUTH_NOT_AUTHENTICATED=10, AUTH_EXPIRED=11, AUTH_INVALID=12, AUTH_HOST_SCOPE=13; input/config codes CONFIG=20, VALIDATION=21, CONTEXT_MISSING=22, RESOLUTION=23; API/network codes API=30, TIMEOUT=31; feature/billing codes SEER_NOT_ENABLED=40 and SEER_NO_BUDGET=41. Comments state grouping supports range checks and codes remain below Unix signal exits 128+N.