Skip to content

Commit 62dc617

Browse files
committed
removed legacy apply_patch.md
1 parent 8bd9830 commit 62dc617

3 files changed

Lines changed: 1 addition & 91 deletions

File tree

.mcr/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
# A path that is guaranteed to be absolute and normalized (though it is not guaranteed to be canonicalized or exist on the filesystem).
431431
#
432432
# IMPORTANT: When deserializing an `AbsolutePathBuf`, a base path must be set using [AbsolutePathBufGuard::new]. If no base path is set, the deserialization will fail unless the path being deserialized is already absolute.
433-
# apply_patch_instructions_file = "$CODEX_HOME/.mcr/override-instructions/tools/apply_patch.md"
433+
# apply_patch_instructions_file = "value"
434434
# A path that is guaranteed to be absolute and normalized (though it is not guaranteed to be canonicalized or exist on the filesystem).
435435
#
436436
# IMPORTANT: When deserializing an `AbsolutePathBuf`, a base path must be set using [AbsolutePathBufGuard::new]. If no base path is set, the deserialization will fail unless the path being deserialized is already absolute.

.mcr/override-instructions/tools/apply_patch.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

scripts/release/instruction_inventory.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -409,21 +409,6 @@
409409
}
410410
]
411411
},
412-
{
413-
"target": "tools/apply_patch.md",
414-
"kind": "file",
415-
"source": "codex-rs/prompts/templates/apply_patch_tool_instructions.md",
416-
"config_bindings": [
417-
{
418-
"path": [
419-
"instruction_overrides",
420-
"tools",
421-
"apply_patch_instructions_file"
422-
],
423-
"kind": "file_path"
424-
}
425-
]
426-
},
427412
{
428413
"target": "tui/init.md",
429414
"kind": "file",

0 commit comments

Comments
 (0)