-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: ensure screen capture uses primary display source (close: #116) #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
==========================================
+ Coverage 17.98% 18.58% +0.59%
==========================================
Files 61 61
Lines 1379 1383 +4
Branches 211 211
==========================================
+ Hits 248 257 +9
+ Misses 1104 1099 -5
Partials 27 27 ☔ View full report in Codecov by Sentry. |
ycjcl868
reviewed
Feb 19, 2025
ycjcl868
approved these changes
Feb 19, 2025
ycjcl868
pushed a commit
that referenced
this pull request
Feb 20, 2025
* fix: ensure screen capture uses primary display source * test: add device.test.ts * test: update device.test.ts
ycjcl868
added a commit
that referenced
this pull request
Feb 20, 2025
* fix(bug): ensure screen capture uses primary display source (#117) * fix: ensure screen capture uses primary display source * test: add device.test.ts * test: update device.test.ts * tweak(ux): close Settings Window after saving (#115) * feat(visualizer): reduce html report size (close: #118) (#119) * feat(visualizer): reduce html report size * feat(visualizer): remove midscene_report_tpl element and minify css & js code * feat(visualizer): externals common lib * feat: init sdk * chore: operators * feat: sdk agent * feat: sdk ready * chore: add publish beta shell * feat: packages changelog * release: publish beta packages * chore: remove pre pack * refactor(agent): use @ui-tars/sdk refactor * chore: type * chore: beta shell * chore: add utio * chore: remove app agent code * release: publish beta packages * chore: version * fix: async_hooks * chore: unsafe * chore: forge * fix(build): front end bundle server code * release: publish beta packages * chore: status * fix(operator): scaleFactor * fix: scaleFactor * chore: unused * fix: model retry bug * fix: som bug * fix: windows screenshot size * fix: resize screenshot * fix: scale factor * release: publish beta packages * fix: sdk add parsedPrediction * chore: utio version * release: publish beta packages * fix: useConfig bug * chore: peer deps * fix: model custom * chore: typo * fix(sdk): async_hooks store get undefined multiple sdk versions in the project * fix: screen sources primary * chore: ci test * chore: replace inquirer to clack * chore: date.now * feat: support pass InstanceType model * release: publish beta packages * fix: operator bug * release: publish beta packages * chore: add instruction * chore: sdk add maxLoopCount * chore: simplify sdk * refactor: useConfig to useContext * release: publish beta packages * chore: useContext * fix: global this * chore: browser * chore: add test cases * feat: init sdk * chore: unused --------- Co-authored-by: Dugyu <duguangyu.d@bytedance.com> Co-authored-by: skychx <skychx@hotmail.com> Co-authored-by: heh <38528320+ZhaoHeh@users.noreply.github.com>
Merged
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.
ensure screen capture uses primary display source
Close #116