mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
Chore: mcp prompt intervention
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -329,3 +329,7 @@ To create a new plan, call `update_plan` with a short list of 1‑sentence 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.
|
||||
|
||||
@@ -296,3 +296,7 @@ To create a new plan, call `update_plan` with a short list of 1‑sentence 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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -273,3 +273,7 @@ To create a new plan, call `update_plan` with a short list of 1‑sentence 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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user