mirror of
https://github.com/openai/codex.git
synced 2026-04-27 18:01:04 +03:00
todo comment
This commit is contained in:
@@ -131,8 +131,6 @@ pub(crate) fn build_settings_update_items(
|
||||
if let Some(env_item) = build_environment_update_item(previous, next) {
|
||||
update_items.push(env_item);
|
||||
}
|
||||
// TODO(ccunningham): Diff `user_instructions` and emit updates when AGENTS.md content changes
|
||||
// (for example after cwd changes), so model-visible instructions stay aligned with cwd.
|
||||
if let Some(permissions_item) = build_permissions_update_item(previous, next) {
|
||||
update_items.push(permissions_item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user