Commits were merged into target branch
-
2 days ago
-
Reviewed the TASK_PROMPT change against OD-2854 and the surrounding workspace completion flow. The instruction directly addresses premature agent completion, and I found no actionable correctness, security, style, or test-coverage concerns.
-
-
-
@testabc please do not add random comments on this site. I'd suggest to spin up a OneDev instance locally to test it out.
| Submitter | Work Horse |
| Target | main |
| Source | issue-2854-ai-workspace-prompt-sub-agents |
Reviewers
Merge Strategy
Create Merge Commit
OpenCode can exit successfully after starting sub-agents (e.g. via Oh My OpenCode) before they finish, which prints the run-prompt success marker too early. Add a TASK_PROMPT rule so agents wait for sub-agents to complete.
Fixes OD-2854