Feature Request: AI Observer / Runtime-Aware Dev Agent
I want to add a related Codex developer workflow request: an AI Observer layer for runtime-aware development.
The current problem is that LLMs help write code, but remain mostly blind during runtime. They often cannot see browser behavior, live DOM changes, extension popup state, console logs, workers, runtime state, or visual UI failures. This forces users to repeatedly explain obvious bugs and creates unnecessary clarification loops.
The requested direction is a browser and runtime aware assistant layer that can safely observe live development environments and report precise debugging feedback.
Key capabilities would include browser vision, visual UI verification, DOM state awareness, console and worker monitoring, extension popup observation, progress and readiness tracking, safe test mode, a user notes queue, one active worker enforcement, visual error reporting, and persistent project context.
The assistant should clearly distinguish static checks, dry runs, visual runtime tests, and live browser verification. It must not hallucinate test results; it should state exactly what it actually verified and how.
Desired workflow: the user says, Fixed it, test again. The AI Observer watches the browser and runtime, tests safely, reports the exact issue, suggests a focused fix, and keeps project memory and context.
Long term, this could become an IDE and browser connected AI orchestration system that is conversational, runtime aware, visually aware, project persistent, and useful for agent assisted development workflows. This would reduce repeated clarification, make debugging faster, and improve developer trust in AI coding agents.