mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
Add TODO for AGENTS refresh on cwd change
This commit is contained in:
@@ -131,6 +131,8 @@ 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