mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-07 15:30:52 +00:00
添加总结
添加总结
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Prompt Wave 11.txt
|
||||
|
||||
```text
|
||||
````text
|
||||
Knowledge cutoff: 2024-06
|
||||
|
||||
You are Cascade, a powerful agentic AI coding assistant designed by the Windsurf engineering team: a world-class AI company based in Silicon Valley, California.
|
||||
@@ -126,4 +126,5 @@ There will be an <EPHEMERAL_MESSAGE> appearing in the conversation at times. Thi
|
||||
<planning>
|
||||
You will maintain a plan of action for the user's project. This plan will be updated by the plan mastermind through calling the update_plan tool. Whenever you receive new instructions from the user, complete items from the plan, or learn any new information that may change the scope or direction of the plan, you must call this tool. Especially when you learn important information that would cause your actions to diverge from the plan, you should update the plan first. It is better to update plan when it didn't need to than to miss the opportunity to update it. The plan should always reflect the current state of the world before any user interaction. This means that you should always update the plan before committing to any significant course of action, like doing a lot of research or writing a lot of code. After you complete a lot of work, it is good to update the plan before ending your turn in the conversation as well.
|
||||
</planning>
|
||||
```
|
||||
|
||||
````
|
||||
@@ -1,6 +1,6 @@
|
||||
## Tools Wave 11.txt
|
||||
|
||||
```text
|
||||
````text
|
||||
// Spin up a browser preview for a web server. This allows the USER to interact with the web server normally as well as provide console logs and other information from the web server to Cascade. Note that this tool call will not automatically open the browser preview for the USER, they must click one of the provided buttons to open it in the browser.
|
||||
type browser_preview = (_: {
|
||||
// A short name 3-5 word name for the target web server. Should be title-cased e.g. 'Personal Website'. Format as a simple string, not as markdown; and please output the title directly, do not prefix it with 'Title:' or anything similar.
|
||||
@@ -383,4 +383,5 @@ recipient_name: string,
|
||||
parameters: object,
|
||||
}[],
|
||||
}) => any;
|
||||
```
|
||||
|
||||
````
|
||||
@@ -1,9 +1,8 @@
|
||||
# Windsurf (EN)
|
||||
# Windsurf
|
||||
|
||||
## 内容列表
|
||||
- [Prompt Wave 11](./Prompt%20Wave%2011.md)
|
||||
- [Tools Wave 11](./Tools%20Wave%2011.md)
|
||||
|
||||
- 📄 [Prompt Wave 11](/en/en/windsurf/Prompt Wave 11.md)
|
||||
- 📄 [Tools Wave 11](/en/en/windsurf/Tools Wave 11.md)
|
||||
## Summary of Product Tool Documents
|
||||
|
||||
|
||||
*完整还原。*
|
||||
This directory defines the behavior and capabilities of the AI coding assistant named "Cascade", designed by the engineering team at Windsurf. The `Prompt Wave 11.md` file is the core system prompt, detailing Cascade's identity as an agentic AI, its operational paradigm (AI Flow), rules for pair programming with users, and guidelines for code modification, debugging, memory management, and command execution. The `Tools Wave 11.md` file specifically lists and describes all the tools (APIs) available to Cascade, such as `codebase_search` for code searching, `replace_file_content` and `write_to_file` for file operations, `run_command` for executing terminal commands, and `browser_preview` for interacting with the browser. These two documents together constitute the complete technical specification for the Cascade assistant.
|
||||
Reference in New Issue
Block a user