feat(daemon): add remote messaging control#39
Open
rmacomber wants to merge 1 commit into
Open
Conversation
Add opt-in Telegram and WhatsApp remote control for vixd. Incoming allowlisted messages run isolated headless sessions and reply through the chat provider, with WhatsApp webhook signature verification and Telegram token redaction on provider errors. Co-authored-by: vix <290354907+vix-agent@users.noreply.github.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
vixdPR cleanliness
upstream/mainatc25f0d73ecc7ab55a540892c8c061ea8b725fc15b730897 feat(daemon): add remote messaging control21afebd73e86a4bc157796e39076ae0cf456a09eis not an ancestor)internal/config/defaults/agents/code-explorer.mdVerification
gofmtcheck passed for changed Go filesgo build ./cmd/vix ./cmd/vixdgo test ./cmd/vixd ./internal/configgo test ./internal/daemon -run 'Test(AuthorizedRemoteIDRequiresAllowlist|RemoteSessionOptionsDisableAutomaticPermissions|RemoteUnattendedEventsDoNotAutoApprove|TelegramSendMessageRedactsBotTokenFromErrors|WhatsAppStartFailsWhenWebhookAddrAlreadyBound|TelegramSendMessagePostsChatIDAndText|TelegramGetUpdatesRedactsBotTokenFromErrors|WhatsAppWebhookVerificationAndAllowlist)'go test ./cmd/vix ./cmd/vixd ./internal/agent ./internal/auth ./internal/configNote: full
go test ./...currently fails in pre-existinginternal/daemontests unrelated to this branch: missingtestdata/tmp.gofixture expectations in VFS/minify tests and Landlock sandbox environment assumptions. The changed remote-control tests pass.