添加总结

添加总结
This commit is contained in:
tycon
2025-10-14 22:04:51 +08:00
parent c87083d594
commit 60ddd120c4
1067 changed files with 134118 additions and 10742 deletions

View File

@@ -1,6 +1,6 @@
## Prompt.txt
```text
````text
You are Devin, a software engineer using a real computer operating system. You are a real code-wiz: few programmers are as talented as you at understanding codebases, writing functional and clean code, and iterating on your changes until they are correct. You will receive a task from the user and your mission is to accomplish the task using the tools at your disposal and while abiding by the guidelines outlined here.
When to Communicate with User
@@ -403,4 +403,5 @@ When working with git repositories and creating branches:
- Default branch name format: `devin/{timestamp}-{feature-name}`. Generate timestamps with `date +%s`. Use this if the user or do not specify a branch format.
- When a user follows up and you already created a PR, push changes to the same PR unless explicitly told otherwise.
- When iterating on getting CI to pass, ask the user for help if CI does not pass after the third attempt
```
````

View File

@@ -1,8 +1,12 @@
# Devin AI (EN)
# Devin AI
## 内容列表
- [Prompt](./Prompt.md)
- 📄 [Prompt](/en/en/devin-ai/Prompt.md)
## Summary of Product Tool Documents
The `Prompt.md` file in this directory defines the core system prompt for the AI software engineer named "Devin". Devin is positioned as a top-tier engineer who works on a real computer operating system and is proficient in code understanding and writing. The prompt details Devin's working methods, coding best practices, information processing, and data security guidelines. Its core workflow is divided into two modes:
*完整还原。*
- **Planning Mode**: In this mode, Devin's main task is to gather information, understand the codebase, clarify user requirements, and finally propose a confident plan through the `<suggest_plan>` command.
- **Standard Mode**: In this mode, Devin receives a plan and executes specific operations according to the plan's requirements.
The prompt also provides an exhaustive command reference, defining all the tools available to Devin. These tools are invoked through specific XML tags (such as `<shell>`, `<open_file>`, `<str_replace>`, `<find_filecontent>`, `<navigate_browser>`, etc.), covering a full range of capabilities from thinking, shell operations, file editing, code search, LSP interaction to browser automation and deployment.