From 705e3d12782ce4c0747e523b89a47cc47eaf5ecc Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:27:53 +0000 Subject: [PATCH] docs(TSP-1104): document Files updated bar for agent-created files Add a new 'Viewing agent-created files' section to the Chat introduction page explaining the Files updated bar and View files button. Add a brief cross-reference to this section in the Agent Chat interact page. Co-Authored-By: Claude Sonnet 4.6 --- .../give-your-agent-tasks/interact-with-your-agent.mdx | 4 ++++ get-started/chat/introduction.mdx | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/build/agents/give-your-agent-tasks/interact-with-your-agent.mdx b/build/agents/give-your-agent-tasks/interact-with-your-agent.mdx index cbbf6cf8..b12e077e 100644 --- a/build/agents/give-your-agent-tasks/interact-with-your-agent.mdx +++ b/build/agents/give-your-agent-tasks/interact-with-your-agent.mdx @@ -31,6 +31,10 @@ The interface supports flowing conversations that make even complex interactions Users can easily share documents, images, and other files directly in the chat, making it simple to provide context or get help with specific materials. +### View agent-created files + +When an agent creates or modifies files during a conversation, a **Files updated** bar appears above the chat input. Users can click **View files** to open the file viewer and inspect the output. For full details, see [Viewing agent-created files](/get-started/chat/introduction#viewing-agent-created-files). + ### Talk to Your Agent Enable voice interactions for situations where typing isn't convenient or accessible. diff --git a/get-started/chat/introduction.mdx b/get-started/chat/introduction.mdx index ddcda282..64252a73 100644 --- a/get-started/chat/introduction.mdx +++ b/get-started/chat/introduction.mdx @@ -150,6 +150,16 @@ You can search and insert files from your project's file system directly in Chat --- +## Viewing agent-created files + +When an agent writes or modifies files during a conversation, a **Files updated** bar appears above the chat input. This tells you that new or updated files are ready to review without interrupting the conversation flow. + +### Opening the file viewer + +Click **View files** in the bar to open the most recently written file in the file viewer. The bar hides itself automatically if the file panel is already open, so it only appears when there is something new to see. + +--- + ## Providing Feedback on Responses Help improve your AI agents by rating their responses with thumbs up or thumbs down. Your feedback helps identify what's working well and what needs improvement, making agents more effective over time.