baxian 1.2.35 → 1.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3824,7 +3824,7 @@ export class AgentManager {
3824
3824
  if (!task)
3825
3825
  throw new ApiError(404, `Task ${taskId} not found`);
3826
3826
  if (task.reviewMode === 'server') {
3827
- throw new ApiError(409, `Task ${taskId} uses server review mode; legacy Call review is not applicable`);
3827
+ throw new ApiError(409, `Task ${taskId} uses server review mode; Call review applies only to github-mode tasks`);
3828
3828
  }
3829
3829
  if (task.phase === 'spec' && task.status === 'max_rounds') {
3830
3830
  throw new ApiError(409, `Call review is not supported for spec-phase max_rounds tasks (use Retry or Cancel)`);