Skip to content

[codex] Generate inline batch row overrides#302

Merged
WalksWithASwagger merged 2 commits into
mainfrom
codex/issue-293-generate-add-per-row-inline-batch-overrides
Jul 3, 2026
Merged

[codex] Generate inline batch row overrides#302
WalksWithASwagger merged 2 commits into
mainfrom
codex/issue-293-generate-add-per-row-inline-batch-overrides

Conversation

@WalksWithASwagger

Copy link
Copy Markdown
Owner

Summary

  • Add per-row inline batch controls for model, style, aspect ratio, and quality using /api/generate-options.
  • Serialize only non-empty row override fields while keeping the backend inline prompt object shape unchanged.
  • Show row override summaries and raw last-payload JSON for operator inspection.
  • Extend backend and portal E2E coverage for mixed row overrides and omitted blank values.

Closes #293

Verification

  • npm run frontend:verify (passed; existing fast-refresh warnings in shared UI files)
  • python3 -m pytest tests/test_server_generate.py tests/test_server_endpoints.py -q
  • npm run e2e:portal
  • git diff --check

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Agentic PR Review

Verdict: needs-human

Checks:

  • Linked issue via Closes #... or Refs #...: yes
  • Issue acceptance criteria found: 12
  • PR verification section present: yes
  • PR acceptance self-check present: no
  • Diff within v1 limits: yes

This PR is not blocked from human review, but the agentic gate is not satisfied.

@github-actions github-actions Bot added the needs-human Agentic automation stopped for human judgment. label Jul 3, 2026
@WalksWithASwagger WalksWithASwagger marked this pull request as ready for review July 3, 2026 22:53
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Agentic PR Review

Verdict: needs-human

Checks:

  • Linked issue via Closes #... or Refs #...: yes
  • Issue acceptance criteria found: 12
  • PR verification section present: yes
  • PR acceptance self-check present: no
  • Diff within v1 limits: yes

This PR is not blocked from human review, but the agentic gate is not satisfied.

…ate-add-per-row-inline-batch-overrides

# Conflicts:
#	frontend/src/routes/generate.tsx
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Agentic PR Review

Verdict: needs-human

Checks:

  • Linked issue via Closes #... or Refs #...: yes
  • Issue acceptance criteria found: 12
  • PR verification section present: yes
  • PR acceptance self-check present: no
  • Diff within v1 limits: yes

This PR is not blocked from human review, but the agentic gate is not satisfied.

@WalksWithASwagger WalksWithASwagger merged commit 8fdf0bb into main Jul 3, 2026
5 checks passed
@WalksWithASwagger WalksWithASwagger deleted the codex/issue-293-generate-add-per-row-inline-batch-overrides branch July 3, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-human Agentic automation stopped for human judgment.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate: add per-row inline batch overrides

1 participant