Add SDK API parity methods#84
Open
shrisukhani wants to merge 6 commits into
Open
Conversation
Co-authored-by: shri <shri@metlo.com>
Contributor
Author
|
@claude thoroughly review this PR and find any issues / oversights. This is critical. |
Contributor
Author
|
bugbot review |
Co-authored-by: shri <shri@metlo.com>
Co-authored-by: shri <shri@metlo.com>
Contributor
Author
|
bugbot review |
Co-authored-by: shri <shri@metlo.com>
status_codes was typed as List[str], forcing callers to use string literals for numeric HTTP codes. Use List[Union[str, int]] so values like [200, 404] are valid while string patterns remain supported. Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 83b11f9. Configure here.
Co-authored-by: shri <shri@metlo.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
TaskLlmwith browser-use model coverage, parsing task summarycreated_atasdatetime, addinglist()to generic sync/async task managers, allowing integer network status filters, and relaxing task list pagination fields.Validation
poetry run python -m compileall hyperbrowsergit diff --name-only HEAD~1 HEAD HEAD | xargs poetry run ruff checkpoetry run pytest tests/test_sandbox_wire_contract.py tests/test_volume_wire_contract.py tests/integration/test_client_http.pypoetry run pytestcurrently reaches environment-dependent sandbox e2e calls and fails with connection refused because no local API is running; contract/integration tests pass.poetry run ruff check .still reports pre-existing unused import/bare except warnings outside this change.