Documentation & Image Updates#195
Open
SabarieswaranSF4791 wants to merge 6 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces three new tutorial pages, a new reference section for agent-scoped hooks, updates to the Table of Contents, and a comprehensive refresh of existing screenshots across features and reference sections.
Changes Overview
New Documentation Pages
Terminal Tools Improvements for Background Sessions
code-studio/tutorials/terminal-tools-improvement.mdNew tutorial that explains how the agent can now send input directly to background terminals and receive automatic notifications when a terminal finishes or needs input. Previously, the agent could only read output from background terminals — now it can fully interact with them.
Context Compaction
code-studio/tutorials/Context-compation.mdNew tutorial that guides users on using the
/compactcommand to streamline long chat sessions. Covers summarizing older messages to keep the AI focused and efficient, with step-by-step instructions and supporting screenshots.Chronicle: Coding History and Productivity Insights
code-studio/tutorials/Chronicle.mdNew tutorial that introduces the Chronicle feature — a detailed history tracker for all workspace activity. Covers how to use
/chronicle:standupto get a 24-hour coding summary grouped by feature or branch,/chronicle:tipsto receive personalized productivity suggestions based on the last 7 days of work, and custom/chroniclequeries to ask plain-language questions about past sessions.Updated Documentation
Agent Scoped Hooks — Custom Agents Reference
code-studio/reference/configure-properties/custom-agents.mdAdded a new "Agent Scoped Hooks" section explaining how to attach automated lifecycle commands directly to a custom agent via the
hooksfield in the YAML frontmatter. Includes common use cases such as auto-formatting, blocking unsafe tool calls, injecting project context, and auto-running tests. A new reference screenshot is included.Playwright MCP Tutorial
code-studio/tutorials/from-complex-web-automation-to-streamlined-workflows-code-studio-skills-for-playwright-mcp.mdMinor content corrections and updated screenshots.
Table of Contents
code-studio-toc.htmlAdded three new tutorial entries to the TOC:
New Images Added
reference/reference-images/agent-scoped-hooks.png— Screenshot for the new Agent Scoped Hooks reference section.tutorials/tutorials-images/terminal-agent-run.png— Agent triggering a terminal command via chat.tutorials/tutorials-images/terminal-runs-in-background.png— Terminal continuing to run in the background.tutorials/tutorials-images/agent-response.png— Agent auto-responding to a terminal event.tutorials/tutorials-images/context-command.png—/compactcommand being entered in the chat input.tutorials/tutorials-images/context-compaction.png— Compaction process in progress.tutorials/tutorials-images/context-result.png— Chat state after successful compaction.tutorials/tutorials-images/Agent-Customization.png— Updated agent customization screenshot.tutorials/tutorials-images/skill-path-input.png— New skill path input screenshot.tutorials/tutorials-images/chronicle-standup.png— Screenshot of the/chronicle:standupcommand output.tutorials/tutorials-images/chronicle-tips.png— Screenshot of the/chronicle:tipscommand output.tutorials/tutorials-images/chronicle.png— Screenshot of a custom/chroniclequery response.Updated/Optimized Images
All images below were replaced with smaller, optimized versions resulting in significant file size reductions across the board.
Reference — Settings Screenshots
reference/reference-images/settings-account.pngreference/reference-images/settings-account1.pngreference/reference-images/settings-agents1.pngreference/reference-images/settings-agents2.pngreference/reference-images/settings-autocomplete1.pngreference/reference-images/settings-chat-window.pngreference/reference-images/settings-credits1.pngreference/reference-images/settings-indexing1.pngreference/reference-images/settings-mcp1.pngreference/reference-images/settings-model1.pngreference/reference-images/settings-sidebar.pngreference/reference-images/settings-skills1.pngreference/reference-images/settings-skills2.pngreference/reference-images/settings-skills3.pngreference/reference-images/settings-telemetry1.pngFeatures — Global Agent Screenshots
features/feature-images/globalagent-chat.pngfeatures/feature-images/globalagent-referenceagent.pngTutorials — Refreshed Screenshots
tutorials/tutorials-images/agent-execution.pngtutorials/tutorials-images/available-tools.pngtutorials/tutorials-images/browser-installation.pngtutorials/tutorials-images/create-new-skill.pngtutorials/tutorials-images/firstagentchange1.pngtutorials/tutorials-images/firstagentchange2.pngtutorials/tutorials-images/firstagentchange3.pngtutorials/tutorials-images/firstagentchange4.pngtutorials/tutorials-images/mcp-connection-active.pngtutorials/tutorials-images/mcp-icon.pngtutorials/tutorials-images/mcp-marketplace.pngtutorials/tutorials-images/project-structure.pngtutorials/tutorials-images/skill-instructions.pngtutorials/tutorials-images/skill-name-input.pngtutorials/tutorials-images/skills-menu.pngtutorials/tutorials-images/test-folder-configuration.pngtutorials/tutorials-images/test-folder-confirmation.pngtutorials/tutorials-images/test-scenario-input.pngtutorials/tutorials-images/typescript-selection.pngFiles Changed
Checklist