fix: stabilize provider fallback recovery and shopping outputs#14
Merged
Conversation
- add internal desktop runtime contracts, audit records, and macOS observation support - compose the desktop runtime and automation coordinator at the core bootstrap seam - keep browser challenge and provider owner seams unchanged while extending tests - normalize config resolution for daemon and plugin rebinding paths Co-authored-by: Codex <noreply@openai.com>
- document the internal desktop runtime as a sibling core assembly - clarify that challengeAutomationMode stays browser-only and does not grant desktop access - note local desktop audit artifacts and the lack of a public desktop CLI or /ops plane Co-authored-by: Codex <noreply@openai.com>
- route active and hinted accessibility observation through the sibling desktop runtime - expose the internal core observeDesktopAndVerify composition path above browser review - lock the runtime completion seam with focused coordinator and bootstrap regressions Co-authored-by: Codex <noreply@openai.com>
- document the non-public observeDesktopAndVerify core path and review handoff - keep the shipped desktop runtime description aligned with separate desktop config defaults - preserve the browser-only challenge automation contract in the public docs Co-authored-by: Codex <noreply@openai.com>
- preserve provider issue hints through shopping fallback and shell classification\n- harden social and community recovery, workflow constraints, and shopping extraction\n- expand owner tests for runtime, shopping, product-video, and verification seams\n\nCo-authored-by: Codex <noreply@openai.com>
- validate attached shopping urls before trusting extension fallback - keep shopping CLI transport deadlines ahead of workflow timeouts - surface desktop observation failures and remove unreachable preload fallback branches Co-authored-by: Codex <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
npm run lintnpm run typechecknpm run buildnpm run testLive validation
node dist/cli/index.js shopping run --query 'wireless ergonomic mouse' --providers shopping/bestbuy,shopping/walmart --browser-mode managed --mode json --timeout-ms 45000 --output-format jsonnode dist/cli/index.js product-video run --product-url 'https://www.apple.com/shop/buy-iphone/iphone-16' --include-screenshots true --include-all-images false --include-copy true --timeout-ms 45000 --output-dir /tmp/odb-live-final-product-video-apple --output-format jsonNotes
origin/mainbefore PR creation and no conflict markers were produced bygit merge-tree