Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9f6c8dfa3a
ℹ️ 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".
| name = "macpilot" | ||
| version = "0.1.0" | ||
| description = "Add your description here" | ||
| readme = "README.md" |
There was a problem hiding this comment.
Point project readme metadata to an existing file
[project].readme references README.md, but this repo only contains README.MD; on case-sensitive filesystems (common in Linux CI/build environments), package metadata generation will fail when building/installing from source because the declared readme path does not exist.
Useful? React with 👍 / 👎.
| { | ||
| "pattern": InteractionPattern( | ||
| type=PatternType.SCROLL_TO_FIND, | ||
| steps=[{"action": "scroll", "params": {"delta_y": -300}}], |
There was a problem hiding this comment.
Use a supported action in Finder high-confidence pattern
This Finder branch always emits a scroll step with confidence 0.9, which makes ExecutionEngine.execute_plan prefer the pattern path (> 0.8) instead of the original step, but none of the registered actors expose a scroll capability (e.g., GenericActorStack.capabilities), so Finder-context executions are driven into a failing pattern rather than actionable steps.
Useful? React with 👍 / 👎.
Summary
This PR adds local MLX-backed LLM support and stabilizes the automation framework runtime/tests so the suite is reliable in headless and constrained macOS environments.
What Changed
__pycache__/directories.Validation