diff options
| author | luo jiyin <[email protected]> | 2026-01-22 12:10:40 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-21 22:10:40 -0600 |
| commit | c3415b79fe6d1fca15edcd6eb40466c2c3802da4 (patch) | |
| tree | c27d30ea02bde751e8294b64aaea92f505dd4202 | |
| parent | af1e2887bddc0a0379bb6e580dc4a7dce84f022d (diff) | |
| download | opencode-c3415b79fe6d1fca15edcd6eb40466c2c3802da4.tar.gz opencode-c3415b79fe6d1fca15edcd6eb40466c2c3802da4.zip | |
fix: correct spelling 'supercedes' to 'supersedes' (#9935)
Signed-off-by: luojiyin <[email protected]>
| -rw-r--r-- | packages/opencode/src/session/prompt.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/session/prompt.ts b/packages/opencode/src/session/prompt.ts index 587f94980..185c97a75 100644 --- a/packages/opencode/src/session/prompt.ts +++ b/packages/opencode/src/session/prompt.ts @@ -1263,7 +1263,7 @@ export namespace SessionPrompt { sessionID: userMessage.info.sessionID, type: "text", text: `<system-reminder> -Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits (with the exception of the plan file mentioned below), run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received. +Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits (with the exception of the plan file mentioned below), run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supersedes any other instructions you have received. ## Plan File Info: ${exists ? `A plan file already exists at ${plan}. You can read it and make incremental edits using the edit tool.` : `No plan file exists yet. You should create your plan at ${plan} using the write tool.`} |
