Skip to content

Commit 52030f0

Browse files
authored
Fix image alt texts for accessibility in deep-dive #7 and #9 articles
1 parent bd07a43 commit 52030f0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

  • docs/en/Community-Articles
    • 2026-06-18-deep-dive-7-scopes
    • 2026-06-18-deep-dive-9-workflows

docs/en/Community-Articles/2026-06-18-deep-dive-7-scopes/post.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For me, that changes the feeling of using an AI agent. It is no longer "here is
2929

3030
An AI Scope **restricts which directories the agent can access during a session**.
3131

32-
![](auth-identity-scope.png)
32+
![Auth and Identity scope configuration in ABP Studio](auth-identity-scope.png)
3333

3434
Depending on the task, a scope can include:
3535

@@ -56,7 +56,7 @@ The first message of a session locks the configuration that affects the system p
5656

5757
That matters when multiple sessions are active.
5858

59-
![](selected-scope.png)
59+
![Selected AI scope shown in the agent session panel](selected-scope.png)
6060

6161
Imagine I have one session working on a Catalog module and another session answering questions about the whole solution. Those sessions should not accidentally share a changing boundary. Each one should keep the scope it started with.
6262

@@ -114,7 +114,7 @@ Which parts of the system should stay out of this session?
114114
- Scopes define **where** the agent can work.
115115
- Workflows define **what deterministic actions** should happen around that work.
116116

117-
![](scopes-openning.png)
117+
![ABP AI Coding Agent panel showing scopes and workflows combined](scopes-openning.png)
118118

119119
That combination is powerful. For example, I can scope the agent to the `Catalog` module and use a workflow that builds the affected package, regenerates proxies if contracts changed, and restarts the related application.
120120

docs/en/Community-Articles/2026-06-18-deep-dive-9-workflows/post.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When I work alone, I can do those steps manually. When I work with an AI coding
1616

1717
That is the point of **ABP Studio AI Agent Workflows**.
1818

19-
![](workflow.jpg)
19+
![ABP Studio AI Agent Workflows overview](workflow.jpg)
2020

2121
Workflows let me define repeatable actions around an agent run. The model can focus on the ambiguous part, understanding the requirement and changing the code, while ABP Studio handles the deterministic parts that should happen before or after the work.
2222

@@ -30,7 +30,7 @@ If the team always builds a package after an application service change, that sh
3030

3131
Workflows give ABP Studio a place to encode those repeatable steps.
3232

33-
![workflows-openning](workflows-openning.png)
33+
![Opening the workflow settings panel in ABP Studio](workflows-openning.png)
3434

3535
![ABP AI Agent workflow settings](workflow-settings.png)
3636

@@ -45,7 +45,7 @@ and restart the app, and also add a migration if needed.
4545

4646
I can configure the workflow once and let the agent session carry that context.
4747

48-
![](sample-workflow-1.png)
48+
![Sample ABP AI Agent workflow configuration](sample-workflow-1.png)
4949

5050
That makes the prompt cleaner:
5151

@@ -98,7 +98,7 @@ A generic coding tool can run shell commands, and that is useful. But ABP Studio
9898

9999
Workflows can be personal or shared.
100100

101-
![](shared-with-team.png)
101+
![Sharing an ABP AI Agent workflow with the team via run profile](shared-with-team.png)
102102

103103
- A **personal workflow** is stored locally under the solution workspace. It is useful for my own development habits. Maybe I like restarting a specific app after each agent turn. Maybe I have a local task that only makes sense on my machine.
104104
- A **shared workflow** is stored with the active run profile. That makes it suitable for source control and team usage.

0 commit comments

Comments
 (0)