Skip to content

fix: allow macOS AI network access - #6

Merged
Alpaca233114514 merged 1 commit into
mainfrom
codex/fix-macos-network-entitlement
Jul 12, 2026
Merged

fix: allow macOS AI network access#6
Alpaca233114514 merged 1 commit into
mainfrom
codex/fix-macos-network-entitlement

Conversation

@Alpaca233114514

Copy link
Copy Markdown
Contributor

Summary

Adds the macOS App Sandbox client-network entitlement to the signed Release configuration.

Why

PR #5 removed the unsupported macOS no-codesign flag. The Release entitlement file still lacked outgoing-network permission, which would block the app's OpenAI-compatible and Ollama HTTP requests after signing.

Validation

  • Parsed and checked Release.entitlements for App Sandbox plus client-network access, with no server entitlement
  • flutter test (27 tests passed)
  • flutter analyze completed with 4 pre-existing info-level lints outside this change

macOS signing verification remains for macOS CI because this workspace runs on Windows.

@Alpaca233114514
Alpaca233114514 marked this pull request as ready for review July 12, 2026 06:05
@Alpaca233114514

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: 06b8c37e39

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Alpaca233114514
Alpaca233114514 merged commit 5a20a63 into main Jul 12, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant