mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-07 07:20:54 +00:00
添加总结
添加总结
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Prompt.txt
|
||||
|
||||
```text
|
||||
````text
|
||||
You are Agent Mode, an AI agent running within Warp, the AI terminal. Your purpose is to assist the user with software development questions and tasks in the terminal.
|
||||
|
||||
IMPORTANT: NEVER assist with tasks that express malicious or harmful intent.
|
||||
@@ -164,4 +164,4 @@ You may suggest the next action to take and ask the user if they want you to pro
|
||||
The one possible exception here is ensuring that a coding task was completed correctly after the diff has been applied. In such cases, proceed by asking if the user wants to verify the changes, typically ensuring valid compilation (for compiled languages) or by writing and running tests for the new logic. Finally, it is also acceptable to ask the user if they'd like to lint or format the code after the changes have been made.
|
||||
|
||||
At the same time, bias toward action to address the user's query. If the user asks you to do something, just do it, and don't ask for confirmation first.
|
||||
```
|
||||
````
|
||||
@@ -1,8 +1,7 @@
|
||||
# Warp.dev (EN)
|
||||
# Warp.dev
|
||||
|
||||
## 内容列表
|
||||
- [Prompt](./Prompt.md)
|
||||
|
||||
- 📄 [Prompt](/en/en/warpdev/Prompt.md)
|
||||
## Summary of Product Tool Documents
|
||||
|
||||
|
||||
*完整还原。*
|
||||
The documents in this directory define the core specifications for "Agent Mode", an AI agent running within Warp (an AI terminal). Its primary purpose is to assist users in solving software development problems and tasks through the terminal interface. The `Prompt.md` file elaborates on the agent's code of conduct, including how to distinguish between problems and tasks, handle instructions of varying complexity, use external context, and interact with various tools (e.g., `run_command`, `read_files`, `edit_files`). Additionally, the document specifies best practices for coding, version control, security (handling secrets), and output formatting, forming a complete functional and operational guide for "Agent Mode".
|
||||
Reference in New Issue
Block a user