You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ llm install .
27
27
28
28
## ⚠️ Security Warning
29
29
30
-
**This plugin provides AI agents with direct file system access.** The tools can read, write, and modify any files that your user account can access. Before enabling this plugin:
30
+
**This plugin provides AI agents with direct file system access.** The tools can read, write, and modify files within your current working directory. Before enabling this plugin:
31
31
32
-
-Remember that AI agents can access files outside your current working directory
32
+
-File access is restricted to the working directory where you run the `llm` command
33
33
- Only use with trusted AI models and prompts
34
34
- Use `--ta` (tool approval) mode - review all file operations carefully
35
35
- Consider the potential impact if an AI agent modifies important files
0 commit comments