feat: update codex formatting and prevent terminal echo from being captured as agent messages by 35C4n0r · Pull Request #200 · coder/agentapi

added 2 commits

March 5, 2026 17:37
…ptured as agent messages

- Add writingMessage flag to PTYConversation to skip agent message updates during writeStabilize execution, preventing terminal echo from corrupting conversation history.
- Update Codex message box
  detection to handle new input prompt pattern.

johnstcn