feat: expand jsonrpc protocol support + fix issues - #6
Merged
Conversation
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
varin-nair-factory
left a comment
Contributor
There was a problem hiding this comment.
I ran the new APIs against a freshly built droid-dev. The live suite passed, and compact, fork, and rewind correctly preserved the original active session. I found one runtime-confirmed lifecycle bug and one structural issue in the typed API boundary.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
varin-nair-factory
self-requested a review
August 5, 2026 23:34
varin-nair-factory
approved these changes
Aug 5, 2026
shashank-factory
approved these changes
Aug 5, 2026
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
droid execcoverage and deterministic protocol regression testspyproject.tomlValidation
uv run --group dev python -m pytest(1247 passed, 8 skipped)uv run --group dev python -m mypy --strict srcuv run --group dev python -m ruff check .uv run --group dev python -m ruff format --check .Notes
Live CLI tests remain opt-in with
DROID_LIVE_TESTS=1. Tool-control schema expansion is intentionally deferred.