Dashboard › cli › Distillation
395633e1-0dc6-41f9-8665-236d6cc2d33e["lore_tm_v1_uZytuaeY_6idLGK_yQRrY3Ea79iF0Mb3Khgi7HsQ8N8","lore_tm_v1_y8dcxJXuOiQaiydAbug2MXX4KzIXsAbBKpvyS8ICnRY","lore_tm_v1_4Tv7CppXVkV_FBa-MAbtKz2fHeQWFCWqQXt4EjZpkoA","lore_tm_v1_eLCWhtuIIzC2Yu0Mr2hyOxOSTCKV0sebydTrnx0TqBI"]
packages/cli/plugins/sentry-cli/skills/sentry-cli/references/agent-conversation.md (not /plugins/sentry-cli/... at repository root), contains 86 lines, and has frontmatter name: sentry-cli-agent-conversation, version: 0.45.0-dev.0, description List and view agent conversations, bins: ["sentry"], and auth: true.# Agent-conversation Commands; its command headings are sentry agent-conversation list [<org>] and sentry agent-conversation view [<org>/]<conversation-id>.agent-conversation list reference documents flags in this order: 1. -n, --limit <value> for 1–1000 conversations, default "25"; 2. -q, --query <value>; 3. -t, --period <value> with examples "7d", "2026-08-01..2026-09-01", and ">=2026-08-01", default "7d"; 4. -f, --fresh; 5. -c, --cursor <value> accepting "next", "prev", "first", or a raw cursor string.agent-conversation list JSON field table contains, in order: 1. conversationId (string), 2. title (string | null), 3. flow (array), 4. errors (number), 5. llmCalls (number), 6. toolCalls (number), 7. totalTokens (number), 8. totalCost (number), 9. startTimestamp (number), 10. endTimestamp (number), 11. traceCount (number), 12. traceIds (array), 13. firstInput (string | null), 14. lastOutput (string | null), 15. user (object | null), 16. toolNames (array), and 17. toolErrors (number); all descriptions are empty.agent-conversation view reference documents only the command-specific flag -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data; global flags are covered by the shared footer.apps/cli-docs/src/content/docs/commands/agent-conversation.md contains 80 lines, frontmatter title agent-conversation, description Agent-conversation commands for the Sentry CLI, and the marker <!-- GENERATED:END -->.<org> with description Organization slug, and the view argument as <org/conversation-id> with rendered description [<org>/]<conversation-id> - Org (optional) and conversation ID.All commands support \--json` for machine-readable output and `--fields` to select specific JSON fields.`elucid → https://github.com/elucid/cli.git, origin → https://github.com/getsentry/cli.git, and raees → https://github.com/RaeesBhatti/cli.git, each for both fetch and push.0e661a5f50e1fa2bb1f0a66f4607e6901ad53628 (0e661a5f5 fix(org): log region URL parse failures in org list (#1539)), while the compared branch commit is shown as 9d0901b10a154ae79220a9f99f463a024908ceb5 with change entry bbaa7b3b7 fix(docs): correct agent conversation argument syntax.fix(docs): correct agent conversation argument syntax, is open, non-draft, and mergeable; its base is main, head branch is fix/agent-conversation-reference-syntax, and reported head OID is bbaa7b3b722b87f1bccfe84063269cbbcabe2741.bbaa7b3b722b87f1bccfe84063269cbbcabe2741, authored and committed by GitHub user alicandayan at 2026-09-08T14:36:48Z, with headline fix(docs): correct agent conversation argument syntax.sentry agent-conversation view my-org conv-123, although view accepts one [<org>/]<conversation-id> positional argument; list and view headings also incorrectly made organization appear mandatory despite auto-detection support.my-org/conv-123, include the detected-organization form, add command-specific usage metadata, and regenerate the skill index/reference with the existing generator; command execution and argument parsing remain unchanged.main, generated API schema/SDK/command docs/skills were regenerated through existing scripts, 101 focused command/API/formatter/documentation tests passed across 5 files, and Biome checked 3 TypeScript files with no fixes or errors.apps/cli-docs/src/fragments/commands/agent-conversation.md (+6/−3), 2. packages/cli/plugins/sentry-cli/skills/sentry-cli/SKILL.md (+2/−2), 3. packages/cli/plugins/sentry-cli/skills/sentry-cli/references/agent-conversation.md (+8/−5), 4. packages/cli/src/commands/agent-conversation/list.ts (+1/−0), 5. packages/cli/src/commands/agent-conversation/view.ts (+1/−0), and 6. packages/cli/test/script/generate-skill-markdown.test.ts (+27/−0).ContextError usage hint in agent-conversation list remains inconsistent with the newly documented optional-org usage and may mislead users when organization auto-detection fails.customUsage metadata to agent-conversation list and view, updating skill/public-doc examples to conv-123 and my-org/conv-123, clarifying org auto-detection, and adding generated-reference regression tests for optional-org headings and the single-positional syntax.FAILURE; Cursor Bugbot SUCCESS; Seer Code Review SUCCESS; Socket Security: Project Report SUCCESS; Socket Security: Pull Request Alerts SUCCESS; and semgrep-cloud-platform/scan SUCCESS.