Skip to content

docs: add ABP Studio AI Agent documentation#25565

Merged
ismcagdas merged 6 commits into
rel-10.4from
codex/abp-studio-ai-agent-docs
Jun 8, 2026
Merged

docs: add ABP Studio AI Agent documentation#25565
ismcagdas merged 6 commits into
rel-10.4from
codex/abp-studio-ai-agent-docs

Conversation

@enisn

@enisn enisn commented Jun 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds deep ABP Studio AI Agent documentation covering modes, sessions, scopes, configuration, workflows, built-in capabilities, Git integration, and coding with the agent.
  • Adds fresh ABP Studio AI Agent screenshots for the agent panel, model selector/settings, Git review model selection, and MCP server settings.
  • Adds the new AI Agent section to ABP Studio docs navigation and updates adjacent overview/navigation links.

Validation

  • Parsed docs/en/docs-nav.json successfully.
  • Verified local links and image references in the new documentation pages.
  • Checked stale AI Assistant screenshot/text references in the edited AI Agent docs and overview.

Copilot AI review requested due to automatic review settings June 5, 2026 09:00
@enisn enisn added this to the 10.4-patch milestone Jun 5, 2026
@enisn enisn requested a review from ismcagdas June 5, 2026 09:00
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.1%, saving 141.9 KB.

Filename Before After Improvement Visual comparison
docs/en/studio/images/ai-agent/mcp-servers-settings.png 127.2 KB 38.2 KB 69.9% View diff
docs/en/studio/images/ai-agent/ai-agent-panel.png 72.3 KB 19.4 KB 73.2% View diff

3 images did not require optimisation.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands the ABP Studio documentation by introducing a new “AI Agent” documentation set (overview + configuration + workflows + capabilities + Git integration + coding guide), updates the Studio overview to reflect the renamed feature, and wires the new section into the docs navigation flow.

Changes:

  • Added a new ABP Studio “AI Agent” documentation section with multiple reference pages and screenshots.
  • Updated ABP Studio overview content to replace “AI Assistant” with “AI Agent” and link to the new reference docs.
  • Updated docs navigation to include the new AI Agent section and adjusted next-page navigation.

Reviewed changes

Copilot reviewed 9 out of 14 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
docs/en/studio/overview.md Renames AI Assistant to AI Agent in the overview and links to the new AI Agent reference.
docs/en/studio/monitoring-applications.md Updates doc-nav “Next” to point to the new AI Agent section.
docs/en/studio/coding-with-ai-agent.md Adds a new page describing how to work effectively with the AI Agent for coding tasks.
docs/en/studio/ai-agent.md Adds the AI Agent overview/reference page (modes, sessions, scopes, attachments, etc.).
docs/en/studio/ai-agent-configuration.md Adds configuration reference (models, limits, permissions, rules/lessons, MCP servers).
docs/en/studio/ai-agent-workflows.md Adds workflow reference (before/after tasks, analysis/build behavior, plan integration).
docs/en/studio/ai-agent-built-in-capabilities.md Adds a capability matrix and tool-surface documentation per mode.
docs/en/studio/ai-agent-git-integration.md Adds Git/A I Review integration reference and handoff workflows.
docs/en/docs-nav.json Adds the AI Agent section to the ABP Studio docs navigation tree.

Comment on lines +157 to +165
## ABP Studio MCP Bridge

The ABP CLI includes `abp mcp-studio`, a stdio bridge for external AI tools. The command forwards JSON-RPC MCP messages to ABP Studio's local MCP endpoint and requires ABP Studio to be running.

Default endpoint:

```text
http://localhost:38280/mcp/
```
Comment on lines +170 to +177
{
"mcpServers": {
"abp-studio": {
"command": "abp",
"args": ["mcp-studio"]
}
}
}
Comment thread docs/en/studio/coding-with-ai-agent.md Outdated

## AI Review Handoff

AI Review is a review workflow, not an implementation workflow. After suggestions are produced, send the review content to ABP Agent when the intent is to apply fixes.

## Sending Review Findings To The Agent

The Git panel can send review findings to ABP Agent. Studio builds a prompt that includes:

## Merge Conflict Handoff

When unresolved merge conflicts exist, the Git panel can send the conflict list to ABP Agent. The generated prompt asks the agent to resolve conflicts and request clarification when the correct resolution is ambiguous.

## GitHub Issue Handoff

GitHub issue details can be sent to ABP Agent from Studio when GitHub integration is connected.

## GitHub Pull Request Handoff

Pull request details can be sent to ABP Agent when the current branch matches the PR branch.

Agent URL fetching can enrich GitHub URLs with issue or pull request information when GitHub integration is available. Pull request URL context can include review comments up to Studio's fetch limits.

This is separate from the explicit GitHub issue/PR "Send to ABP Agent" actions in the Git UI.
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 12%, saving 2.3 KB.

Filename Before After Improvement Visual comparison
docs/en/studio/images/ai-agent/ai-agent-panel.png 19.4 KB 17.1 KB 12.0% View diff

3 images did not require optimisation.

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 12.3%, saving 6.8 KB.

Filename Before After Improvement Visual comparison
docs/en/studio/images/ai-agent/mcp-servers-settings.png 38.2 KB 32.8 KB 14.2% View diff
docs/en/studio/images/ai-agent/ai-agent-panel.png 17.1 KB 15.7 KB 7.8% View diff

3 images did not require optimisation.

@ismcagdas ismcagdas merged commit f005082 into rel-10.4 Jun 8, 2026
1 check passed
@ismcagdas ismcagdas deleted the codex/abp-studio-ai-agent-docs branch June 8, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants