Add Apple Intelligence provider - #45
Conversation
|
The macOS CLI preview for this PR is ready. With GitHub CLI authenticated, copy this one command to download and run it: preview_dir="$(mktemp -d)" && gh run download 32024820029 --repo yoavf/jst --name jst-pr-preview-macos-universal --dir "$preview_dir" && chmod +x "$preview_dir/jst" && "$preview_dir/jst" --dry list files in the current directoryReplace the example arguments after |
PR Summary by QodoAdd opt-in Apple Intelligence provider via bundled Swift helper on macOS 27+
AI Description
Diagram
High-Level Assessment
Files changed (13)
|
Code Review by Qodo
1.
|
Deploying jst with
|
| Latest commit: |
3e1884b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://38d7f4c1.jst-5mg.pages.dev |
| Branch Preview URL: | https://agent-apple-intelligence-on.jst-5mg.pages.dev |
Summary
Adds an opt-in Apple Intelligence provider for macOS 27.0 beta and later.
--provider appleandJST_PROVIDER=appleenable local mode.Fixes #20
Validation
cargo test --workspace --all-targets --lockedcargo clippy --workspace --all-targets --locked -- -D warningsjst --provider apple --dry show the current directoryreturnedpwd.Greptile Summary
Adds an opt-in Apple Intelligence translation provider while preserving the hosted server as the default.
Confidence Score: 5/5
The PR appears safe to merge because no blocking failure remains within the eligible follow-up scope.
No blocking failure remains.
Important Files Changed
Reviews (2): Last reviewed commit: "Address Apple provider review feedback" | Re-trigger Greptile