Skip to content

Update README to highlight release downloads#42

Merged
braedonsaunders merged 2 commits intomainfrom
codex/fix-release-asset-collisions
Feb 25, 2026
Merged

Update README to highlight release downloads#42
braedonsaunders merged 2 commits intomainfrom
codex/fix-release-asset-collisions

Conversation

@braedonsaunders
Copy link
Owner

Summary

  • clarify that the built release can be downloaded directly
  • highlight screenshots folder usage and playing up the viral potential in the repo
  • emphasize local deployment steps to show how to run the project locally

Testing

  • Not run (not requested)

@braedonsaunders braedonsaunders merged commit 57e8029 into main Feb 25, 2026
1 check passed
@braedonsaunders braedonsaunders deleted the codex/fix-release-asset-collisions branch February 25, 2026 01:15
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 30b0b7ac7c

ℹ️ 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".

Comment on lines 256 to +257
<Show when={canOpenApp()}>
<Button
size="small"
variant="secondary"
class="h-7 gap-1.5 px-2.5"
onClick={() => {
const url = props.localDeploy?.url?.trim()
if (url) {
window.open(url, "_blank", "noopener,noreferrer")
return
}
props.onOpenLaunchGuide?.()
}}
>
<Icon name="square-arrow-top-right" size="small" />
Open
</Button>
<Tooltip placement="top" value="Open app">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore deploy action in phase bar controls

The phase bar no longer renders any control that calls onDeploy, so the deploy handler passed by the orchestrate pages is now unreachable from this shared control surface. This is a functional regression for users who previously started deploy checks directly from the run toolbar, especially in views that rely on PhaseBar for run actions.

Useful? React with 👍 / 👎.

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