permissions: preserve full-access policy in voice + robust Kotlin bindings on Linux#70
Open
ericbosch wants to merge 4 commits intodnakov:mainfrom
Open
permissions: preserve full-access policy in voice + robust Kotlin bindings on Linux#70ericbosch wants to merge 4 commits intodnakov:mainfrom
ericbosch wants to merge 4 commits intodnakov:mainfrom
Conversation
Ensure realtime voice/handoff paths reuse launch approval and sandbox settings instead of passing nil defaults. Co-authored-by: Codex <noreply@openai.com>
Set default sandbox mode to danger-full-access across mobile launch state and voice fallback so sessions start with full access by default. Co-authored-by: Codex <noreply@openai.com>
Skip host Linux cdylib builds for Kotlin-only binding generation and use an Android .so source (existing path, env override, or cargo-ndk fallback) to avoid V8 linker failures. Co-authored-by: Codex <noreply@openai.com>
32ee985 to
c936d76
Compare
Owner
|
isnt inherit best? so we can actually have permission popups? |
Ensure thread resume, voice start, and remote directory probes use explicit never + danger-full-access defaults when no per-thread override exists. Also align Android thread selector fallback with current global permission settings. Co-authored-by: Codex <noreply@openai.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
Validation
Notes