Skip to content

feat(dual-solve): surface engine logs#278

Open
plind-junior wants to merge 1 commit into
testfrom
feat/dual-solve-engine-logs
Open

feat(dual-solve): surface engine logs#278
plind-junior wants to merge 1 commit into
testfrom
feat/dual-solve-engine-logs

Conversation

@plind-junior

@plind-junior plind-junior commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

adds engine output logs and a deterministic recommendation hint to dual-solve results so cli, browser, and desktop clients can compare claude and codex before choosing a winner.

changes:

  • capture the text returned by each engine during run_candidate
  • include log and top-level recommendation in vouch dual-solve --json
  • include log and recommendation in review-ui job and choose responses
  • render recommendation and collapsible engine logs in the browser dual-solve ui
  • cover log capture, recommendation behavior, cli json, and web payloads in tests

verified:

  • /home/a/Dev/plind-junior/vouch/.venv/bin/python -m pytest tests/test_dual_solve.py tests/test_web_dual_solve.py -q
  • /home/a/Dev/plind-junior/vouch/.venv/bin/python -m ruff check src/vouch/dual_solve.py src/vouch/cli.py src/vouch/web/dual_solve_api.py tests/test_dual_solve.py tests/test_web_dual_solve.py
  • /home/a/Dev/plind-junior/vouch/.venv/bin/python -m mypy src

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: be713d16-43ce-4adf-ac02-65db43e0df57

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/dual-solve-engine-logs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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