| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Report a clear error when an agent writes non-JSON to stdout, referencing the ACP spec requirement that stdout is reserved for protocol messages only.
The opencode agent writes non-JSON log lines to stdout, breaking --auth-check and blocking updates to all other agents. This adds a quarantine.json mechanism so broken agents are skipped during both verification and version updates, unblocking the rest of the workflow.
| Back | FazBrowse Home | New Git URL |
Summary
Context
The opencode agent (v1.2.x) breaks verify_agents.py --auth-check because it writes non-JSON log lines to stdout. This blocks the entire automated version update workflow — preventing updates to ALL other agents. This quarantine mechanism lets broken agents be skipped so the rest of the pipeline keeps working.
Test plan