Skip to content

Commit c17ba14

Browse files
committed
docs: typo
1 parent 71d7c4e commit c17ba14

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

apps/agent-tars/docs/quick-start.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This guide will walk you through the process of setting up your first Agent TARS
88

99
Before you begin, you will need to set some necessary configuration.
1010

11+
Enable the Accessibility permission of **Agent TARS** in MacOS:
12+
- System Settings -> Privacy & Security -> **Accessibility**
13+
14+
![accessibility-permission.png](https://github.com/user-attachments/assets/77e171d2-dffb-4905-98c0-92c5ab00e333)
15+
16+
1117
You can click the left-bottom button to open the configuration page:
1218

1319
![setting-icon.png](https://lf3-static.bytednsdoc.com/obj/eden-cn/uhbfnupenuhf/agent-tars/setting-icon.jpeg)
@@ -38,7 +44,7 @@ We also support **Human In the Loop**, that means you can interact with the agen
3844

3945
![human-in-the-loop.jpeg](https://lf3-static.bytednsdoc.com/obj/eden-cn/uhbfnupenuhf/agent-tars/human-in-the-loop.jpeg)
4046

41-
## Share Your Thread
47+
## Share Your Thead
4248

4349
You can share your thread with others by the share button on the top menu.
4450

apps/agent-tars/src/main/utils/systemPermissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const askForAccessibility = (nativeFunction, functionName) => {
2727
hasAccessibilityPermission = false;
2828
permissions.askForAccessibilityAccess();
2929
return wrapWithWarning(
30-
`##### WARNING! The application running this script tries to access accessibility features to execute ${functionName}! Please grant requested access and visit https://github.com/nut-tree/nut.js#macos for further information. #####`,
30+
`##### WARNING! The application running this script tries to access accessibility features to execute ${functionName}! Please grant requested access for further information. #####`,
3131
nativeFunction,
3232
);
3333
}

apps/ui-tars/src/main/utils/systemPermissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const askForScreenRecording = (nativeFunction, functionName) => {
5454
hasScreenRecordingPermission = false;
5555
permissions.askForScreenCaptureAccess();
5656
return wrapWithWarning(
57-
`##### WARNING! The application running this script tries to screen recording features to execute ${functionName}! Please grant the requested access and visit https://github.com/nut-tree/nut.js#macos for further information. #####`,
57+
`##### WARNING! The application running this script tries to screen recording features to execute ${functionName}! Please grant the requested access for further information. #####`,
5858
nativeFunction,
5959
);
6060
}

0 commit comments

Comments
 (0)