docs: refine AI Agent documentation screenshots#25599
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refines the ABP Studio AI Agent documentation by updating screenshots and restructuring several sections to be more readable and focused on current UI/workflow guidance.
Changes:
- Reworked the AI Agent “Modes” documentation from a wide table into prose sections.
- Updated workflow and Git integration docs with new configuration/review screenshots and simplified workflow description.
- Simplified the built-in capabilities page by removing the “Hidden Tools” and “Tool Execution Gates” sections and adjusting related wording.
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/en/studio/coding-with-ai-agent.md | Removes the page doc-nav block (navigation metadata) from this document. |
| docs/en/studio/ai-agent.md | Replaces the modes table with “Agent/Plan/Ask” prose sections. |
| docs/en/studio/ai-agent-workflows.md | Adds workflow configuration screenshots and replaces the removed “Workflow Structure” section with a concise description. |
| docs/en/studio/ai-agent-git-integration.md | Adds a Git integration screenshot for AI Review / changed-file selection context. |
| docs/en/studio/ai-agent-built-in-capabilities.md | Updates SEO description text and removes “Hidden Tools” and “Tool Execution Gates” sections. |
Comment on lines
8
to
10
| # ABP Studio: Coding with AI Agent | ||
|
|
||
| ````json | ||
| //[doc-nav] | ||
| { | ||
| "Next": { | ||
| "Name": "Working with Kubernetes", | ||
| "Path": "studio/kubernetes" | ||
| } | ||
| } | ||
| ```` | ||
|
|
||
| This document describes coding practices for ABP Studio AI Agent. It focuses on how to shape agent runs so the agent receives the correct context, uses the correct tools, and verifies changes with the same ABP Studio automation available to the developer. |
EngincanV
approved these changes
Jun 9, 2026
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
Validation