Skip to content

Document current prerelease install assets - #27

Merged
csfh merged 4 commits into
mainfrom
cursor/install-prerelease-docs-9e32
Aug 16, 2026
Merged

Document current prerelease install assets#27
csfh merged 4 commits into
mainfrom
cursor/install-prerelease-docs-9e32

Conversation

@csfh

@csfh csfh commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Summary

Install docs told people to take “the latest GitHub release.” Every published tag is still a prerelease (v0.0.1-alpha.1 through v0.0.1-alpha.9), so https://github.com/modoterra/echo/releases/latest 404s. The current tag is v0.0.1-alpha.9 and only attaches xo-linux-x86_64 and xo-macos-arm64.

This change:

  • Names v0.0.1-alpha.9 on /install, in the README, and in docs/install.md
  • Lists the two tarballs that tag actually ships (no Windows claim)
  • States that published builds are prereleases
  • Documents pinning: from-release v0.0.1-alpha.9
  • Makes scripts/install.sh from-release (no tag) pick the newest published release, including prereleases, instead of GitHub’s /releases/latest URL

Fixes #13

Checklist

  • Focused tests added or updated where behavior changed
  • Echo 2026 (echo26 / e26) updated if language or runtime surface changed
  • Examples updated if user-runnable demos are affected
  • Docs updated for durable or user-visible rules
  • scripts/gate changed (and echo26 when applicable) pass locally
Open in Web Open in Cursor 

cursoragent and others added 2 commits August 16, 2026 04:44
GitHub /releases/latest 404s while every published tag is still an
alpha. Point install copy at v0.0.1-alpha.9 (linux-x86_64 and
macos-arm64 only) and resolve from-release from the newest published
prerelease, with an explicit tag pin.

Fixes #13

Co-authored-by: Christoffer Hallas <github@christofferhallas.com>
Name the v0.0.1-alpha.9 archives in docs/install.md and verify the
install page through the shared current-release module.

Co-authored-by: Christoffer Hallas <github@christofferhallas.com>
@csfh
csfh marked this pull request as ready for review August 16, 2026 04:46
@cursor

cursor Bot commented Aug 16, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 16, 2026

Copy link
Copy Markdown

Deploying echo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 407924d
Status: ✅  Deploy successful!
Preview URL: https://a7f951f3.echo-1gc.pages.dev
Branch Preview URL: https://cursor-install-prerelease-do.echo-1gc.pages.dev

View logs

@csfh
csfh merged commit b542f58 into main Aug 16, 2026
2 checks passed
@csfh
csfh deleted the cursor/install-prerelease-docs-9e32 branch September 8, 2026 17:31
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.

Install page should match published releases

2 participants