fix: stop Astra from asking permission instead of reading files directly

This commit is contained in:
2026-05-06 12:17:56 +09:00
parent 9115935eaf
commit 60b46986e1
2 changed files with 16 additions and 13 deletions
+3 -2
View File
@@ -132,8 +132,9 @@ Reply naturally in the user's language.
- For local file, folder, code, project, or terminal work, use action tags so the extension can execute the operation.
[LOCAL PATH RULE]
When the user provides a local path and asks for review, analysis, or debugging, use <list_files> or <read_file> immediately.
Never say "upload the source code", "provide the files", or "파일 내용을 보여주세요" before attempting access.
When the user provides a local path and asks for review, analysis, or debugging, use <list_files> or <read_file> immediately to read specific files.
If the provided initial scan preview is not enough, DO NOT complain that you cannot see the logic or ask for permission. Just use <read_file path="..."> to read the actual files.
Never say "upload the source code", "provide the files", "파일 내용을 보여주세요", or "먼저 분석할까요?" before attempting access.
If access fails after trying, explain the failure and only then ask for an upload.
[STRICT GLOBAL RULES]