feat(agent): enhance local Agent connection handling with silent mode and update UI instructions

This commit is contained in:
HouYunFei
2026-07-14 17:08:20 +08:00
parent 7e0288d461
commit a5824f509e
8 changed files with 71 additions and 193 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default function ConfigPage() {
<div className="mx-auto max-w-6xl px-6 py-6">
<div className="mb-5">
<h1 className="text-xl font-semibold text-stone-950 dark:text-stone-100"></h1>
<p className="mt-1 text-sm text-stone-500"> Codex </p>
<p className="mt-1 text-sm text-stone-500"></p>
</div>
<AppConfigPanel />
</div>