Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 892c191869
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7adf23e65b
ℹ️ 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".
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
…to 0.1.3 - Allow configuring local resolved hosts - Add installer and AppleScript CI workflows - Include manager in AppleScript workflow paths - Refactor
Description
This PR introduces CI improvements, code quality enhancements, and releases version 0.1.3.
Key changes:
.github/workflows/installer-smoke.ymlto automate smoke testing for macOS and Windows installers, and.github/workflows/macos-applescript.ymlto test macOS AppleScript integration.install-macos.shandinstall-windows.ps1to accept theSLICER_URI_BRIDGE_PROJECT_SPECenvironment variable, enabling seamless installer testing in CI.README.mdand clarified manual/automatic uninstallation steps.pyproject.tomland simplified Python classifiers.allow_local_resolved_hostssecurity configuration inCHANGELOG.md.ruff(formatting and linting) andmypy(type checking) rules inpyproject.toml.