Conversation
The chat sidebar's Artifacts tab (renamed from a semantic-model-only "Changes" tab) now also collects explorations, workbooks, and dashboards saved during or linked to a conversation, with no public documentation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UNhy9SUJQU13Ur2ww2WM8h
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
Claude finished @keydunov's task in 1m 14s —— View job Docs-only change, no blockers — 0 high, 2 medium, 3 lowFull review
SummaryAn 11-line addition to Findings
#4 — worth a quick verification. The PR body says the tab "was renamed from a semantic-model-only Changes tab." Two other pages still name a Changes tab/view:
Both look like they refer to the IDE's file-diff tab, which is a different surface from the chat sidebar's tab, so they are probably untouched by this rename. But if the rename applied to the same tab these pages point at, they are now stale and should be updated in this PR. Only the enterprise repo can settle this. #5 — optional. The docs convention is to wrap screenshots in Also considered
|
| The chat sidebar's **Artifacts** tab collects the explorations, workbooks, and | ||
| dashboards this conversation has touched. An object lands there automatically | ||
| when the agent saves it for you, and you can also ask the agent to link an | ||
| existing saved object so it's handy for reference — for example, "keep the Q3 | ||
| revenue exploration handy" or "link the Executive Overview dashboard here." |
There was a problem hiding this comment.
Two wording issues in this paragraph:
"chat sidebar" — on this page, Analytics Chat is the main surface, not a sidebar. In the rest of the docs "chat sidebar" means the agent panel inside a workbook (workbooks/index.mdx:52), so this reads as if the tab lives somewhere else. Suggest naming the panel the tab actually sits in on the Analytics Chat page.
The example prompts — "keep the Q3 revenue exploration handy" is unusually colloquial for the docs' "professional, direct, instructive" tone, and it doesn't state the action the user is asking for. "Link ... here" (the second example) is clearer and matches the tab's purpose; one good example is enough per the docs CLAUDE.md ("One good example beats three near-identical ones").
| The chat sidebar's **Artifacts** tab collects the explorations, workbooks, and | |
| dashboards this conversation has touched. An object lands there automatically | |
| when the agent saves it for you, and you can also ask the agent to link an | |
| existing saved object so it's handy for reference — for example, "keep the Q3 | |
| revenue exploration handy" or "link the Executive Overview dashboard here." | |
| The **Artifacts** tab collects the explorations, workbooks, and dashboards this | |
| conversation has touched. An object lands there automatically when the agent | |
| saves it for you, and you can also ask the agent to link an existing saved | |
| object — for example, "link the Executive Overview dashboard to this chat." |
| Click an artifact to preview it in a dialog, or open its full page from | ||
| there. |
There was a problem hiding this comment.
"open its full page from there" has a dangling referent — "there" is the preview dialog, but the sentence structure makes the two clauses read as parallel alternatives on the artifact itself. Make the second clause explicitly about the dialog:
| Click an artifact to preview it in a dialog, or open its full page from | |
| there. | |
| Click an artifact to preview it in a dialog; from the dialog you can open the | |
| object's full page. |
Check List
Description of Changes Made
The chat sidebar's Artifacts tab (in Analytics Chat, the Data Model Agent, and embedded chat) was renamed from a semantic-model-only "Changes" tab and now also collects explorations, workbooks, and dashboards saved during or explicitly linked to a conversation — with no public documentation. This adds a short "Artifacts" section to
docs/explore-analyze/analytics-chat.mdxcovering:Source: cubedevinc/cubejs-enterprise#14940 ("feat(chat): link saved artifacts to conversations").
🤖 Generated with Claude Code
https://claude.ai/code/session_01UNhy9SUJQU13Ur2ww2WM8h
Generated by Claude Code