feat: add agent-device proxy command#844
Merged
Merged
Conversation
Size Report
Startup median (7 runs, lower is better):
Top changed chunks:
|
Member
Author
|
CI is blocked on two actionable items before review:
The iOS Smoke failure is in |
521e171 to
845bd2f
Compare
|
Member
Author
e04573a to
856f32e
Compare
856f32e to
e834c1d
Compare
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
Adds
agent-device proxyto expose a local daemon HTTP endpoint through cloudflared/ngrok-friendly routes, with--host/--portflags and token rewriting to the upstream daemon.Adds daemon/proxy
/healthversion metadata withrpcProtocolVersionso remote clients can reject incompatible RPC protocol versions before sending commands. Documents the bump policy in ADR 0006.Adds provider integration coverage for remote client RPC/proxy passthrough and updates HTTP health contract tests.
Validation
Passed focused CLI/proxy/client unit tests, provider HTTP/proxy integration tests with real loopback, daemon HTTP smoke test, typecheck, oxlint, rslib build, oxfmt, and diff whitespace checks.