Chore: mcp prompt intervention

This commit is contained in:
shijie-openai
2026-01-14 16:35:29 -08:00
parent 9f8d3c14ce
commit 326547dfe8
7 changed files with 28 additions and 0 deletions

View File

@@ -78,3 +78,7 @@ You are producing plain text that will later be styled by the CLI. Follow these
* Do not use URIs like file://, vscode://, or https://.
* Do not provide range of lines
* Examples: src/app.ts, src/app.ts:42, b/server/index.js#L10, C:\repo\project\main.rs:12:5
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.

View File

@@ -78,3 +78,7 @@ You are producing plain text that will later be styled by the CLI. Follow these
* Do not use URIs like file://, vscode://, or https://.
* Do not provide range of lines
* Examples: src/app.ts, src/app.ts:42, b/server/index.js#L10, C:\repo\project\main.rs:12:5
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.

View File

@@ -329,3 +329,7 @@ To create a new plan, call `update_plan` with a short list of 1sentence steps
When steps have been completed, use `update_plan` to mark each finished step as `completed` and the next step you are working on as `in_progress`. There should always be exactly one `in_progress` step until everything is done. You can mark multiple items as complete in a single `update_plan` call.
If all steps are complete, ensure you call `update_plan` to mark all steps as `completed`.
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.

View File

@@ -296,3 +296,7 @@ To create a new plan, call `update_plan` with a short list of 1sentence steps
When steps have been completed, use `update_plan` to mark each finished step as `completed` and the next step you are working on as `in_progress`. There should always be exactly one `in_progress` step until everything is done. You can mark multiple items as complete in a single `update_plan` call.
If all steps are complete, ensure you call `update_plan` to mark all steps as `completed`.
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.

View File

@@ -66,3 +66,7 @@ You are producing plain text that will later be styled by the CLI. Follow these
* Do not use URIs like file://, vscode://, or https://.
* Do not provide range of lines
* Examples: src/app.ts, src/app.ts:42, b/server/index.js#L10, C:\repo\project\main.rs:12:5
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.

View File

@@ -273,3 +273,7 @@ To create a new plan, call `update_plan` with a short list of 1sentence steps
When steps have been completed, use `update_plan` to mark each finished step as `completed` and the next step you are working on as `in_progress`. There should always be exactly one `in_progress` step until everything is done. You can mark multiple items as complete in a single `update_plan` call.
If all steps are complete, ensure you call `update_plan` to mark all steps as `completed`.
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.

View File

@@ -274,6 +274,10 @@ When steps have been completed, use `update_plan` to mark each finished step as
If all steps are complete, ensure you call `update_plan` to mark all steps as `completed`.
## MCP servers
When asked what MCPs are available, check for tools with the `mcp__` prefix and report those back with the server names inferred from those tools.
## `apply_patch`
Use the `apply_patch` shell command to edit files.