Fall back to configured instruction files if AGENTS.md isn't available (#4544)

Allow users to configure an agents.md alternative to consume, but warn
the user it may degrade model performance.

Fixes #4376
This commit is contained in:
easong-openai
2025-10-01 11:19:59 -07:00
committed by GitHub
parent 2f370e946d
commit 400a5a90bf
5 changed files with 117 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ use super::*;
use crate::app_event::AppEvent;
use crate::app_event_sender::AppEventSender;
use crate::test_backend::VT100Backend;
use crate::tui::FrameRequester;
use codex_core::AuthManager;
use codex_core::CodexAuth;
use codex_core::config::Config;