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

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 added the good first issue Good for newcomers label Nov 20, 2024
@andrewpareles andrewpareles changed the title Automatic Updated to Void Automatic Updates to Void Nov 20, 2024
@andrewpareles andrewpareles added help wanted Extra attention is needed high priority 🚀 High priority issue and removed good first issue Good for newcomers help wanted Extra attention is needed labels 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 We might come back to this later new feature New feature or request and removed help wanted Extra attention is needed high priority 🚀 High priority issue backlog We might come back to this later labels Dec 6, 2024
@andrewpareles
Copy link
Contributor Author

Super useful, thanks!

@andrewpareles andrewpareles removed the new feature New feature or request label Dec 15, 2024
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

No branches or pull requests

2 participants