Skip to content

fix(cos): drop the redundant eligible-provider list from PR-reviewer stage notes - #6115

Merged
atomantic merged 1 commit into
mainfrom
cos/task-mtlyu8ko/agent-49ea21db
Sep 3, 2026
Merged

fix(cos): drop the redundant eligible-provider list from PR-reviewer stage notes#6115
atomantic merged 1 commit into
mainfrom
cos/task-mtlyu8ko/agent-49ea21db

Conversation

@atomantic

Copy link
Copy Markdown
Owner

Summary

The PR-reviewer pipeline stage descriptions each restated "Eligible on this install: <providers>" — the exact same set the stage's own provider dropdown already offers. That duplicated the dropdown in prose and pushed the part of the note the dropdown can't convey further down.

Both notes now lead with what only they can say:

  • Tool-free gate — "Tool-free stage. A local model must additionally report no tool-calling capability; …" (now a constant, since it no longer interpolates providers).
  • Sandboxed actions — "Sandboxed stage." followed by the isolation split: which selectable providers the vendor wraps in its own OS sandbox versus which rely on the disposable worktree alone. That distinction is not in the dropdown, so it stays.

The eligible-provider computation is unchanged — it still drives the dropdown's selectionPolicy, the isolation split, and the "no enabled AI provider can enforce this posture" warning.

Test plan

  • client/src/components/cos/tabs/schedule/PipelineStageConfig.test.jsx updated: the two assertions that pinned the removed copy now assert the dropdown options (which is where eligibility is actually exposed) plus that the note names no provider it shouldn't. The isolation-split assertions are untouched and still pass.
  • cd client && npx vitest run src/components/cos — 42 files, 559 tests pass.
  • npx biome lint --error-on-warnings src/components/cos/tabs/schedule — clean.

https://claude.ai/code/session_01NFdn2eiEjKVoNuNdM7dFy6

…stage notes

The tool-free and sandboxed-actions stage descriptions each restated
"Eligible on this install: <providers>" — the same set the stage's own
provider dropdown already offers, so the copy was duplicate information
that pushed the useful part of the note out of view.

The notes now explain only what the dropdown cannot: for the sandboxed
stage, which of the selectable providers the vendor wraps in its own OS
sandbox versus which rely on the disposable worktree alone.

Claude-Session: https://claude.ai/code/session_01NFdn2eiEjKVoNuNdM7dFy6
@atomantic
atomantic merged commit adcd175 into main Sep 3, 2026
7 checks passed
@atomantic
atomantic deleted the cos/task-mtlyu8ko/agent-49ea21db branch September 3, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant