Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Updates to Void #153

Open
andrewpareles opened this issue Nov 20, 2024 · 2 comments
Open

Automatic Updates to Void #153

andrewpareles opened this issue Nov 20, 2024 · 2 comments
Labels
help wanted high priority High priority issue roadmap-weekly focus A focus of the week

Comments

@andrewpareles
Copy link
Contributor

andrewpareles commented Nov 20, 2024

We need to allow Void to be updated automatically. It looks like the most relevant file is update.ts (and other files in that directory). Here are some initial questions I have:

  • Does updating work by pinging an endpoint? If so, how easy is it to change the endpoint?
  • What security measures we have to apply - signing, etc?
  • How is the update stored (what file format is it)?
  • Can we force people to update?
@andrewpareles andrewpareles changed the title Automatic Updated to Void Automatic Updates to Void Nov 20, 2024
@hackape
Copy link

hackape commented Nov 28, 2024

createUpdateURL() is called to get the updateFeedUrl (the ping endpoint). productService.updateUrl can be supplied by specifying a "updateUrl" field in product.json, sourced from CodeMain.createServices()

Here's the windsurf's "updateUrl": "https://windsurf-stable.codeium.com" and the final updateFeedUrl for macOS and Windows, (I haven't figured out how it works on linux tho)

@andrewpareles andrewpareles added backlog roadmap-under consideration New feature or request and removed help wanted high priority High priority issue labels Dec 6, 2024
@andrewpareles
Copy link
Contributor Author

Super useful, thanks!

@andrewpareles andrewpareles removed the roadmap-under consideration New feature or request label Dec 15, 2024
@mathewpareles mathewpareles added high priority High priority issue roadmap-weekly focus A focus of the week help wanted labels Jan 10, 2025
@mathewpareles mathewpareles moved this to 🔎 Weekly Focus in 🚙 Void Roadmap Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted high priority High priority issue roadmap-weekly focus A focus of the week
Projects
Status: 🔎 Weekly Focus
Development

No branches or pull requests

3 participants