windsurf: rename to devin-desktop#267556
Conversation
It looks like this process has already happened, the If windsurf is still available separately, and being maintained, it can be deprecated, with |
Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
|
@bevanjkay |
| zap trash: [ | ||
| "~/.windsurf", | ||
| "~/.codeium/windsurf", | ||
| "~/.devin", |
There was a problem hiding this comment.
Is there an equivalent of this path for devin-next?
Second - does this directory contain user generated information? If conversation history with AI agents is stored here it should be preserved imho by moving to rmdir.
There was a problem hiding this comment.
@krehel Yes, the equivalent path exists for devin-next as well, so I have added it.
Also, you are completely right—these directories contain user data. To protect this data from being accidentally deleted, I have changed the stanza to use rmdir.
(Note: I also bumped the version of devin-desktop@next to fix the CI audit failure.
Devin Desktop is a rebranding of Windsurf.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online devin-desktopis error-free.brew style --fix devin-desktopreports no offenses.Additionally, for cask renames:
cask_renames.jsonbrew audit --cask --online devin-desktop@nextis error-free.brew style --fix devin-desktop@nextreports no offenses.devin-desktopanddevin-desktop@nextAdditionally, if adding a new cask:
brew audit --cask --new devin-desktopworked successfully.cask token mentions desktopissue has been reported, but this should be treated as an exception.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask devin-desktopworked successfully.brew uninstall --cask devin-desktopworked successfully.zapstanza paths.I used Devin to draft the changes for this pull request. I verified the binary, uninstall, and zap paths for both
devin-desktopanddevin-desktop@nextby performing multiple installations and uninstallations in my local environment.Devin Desktop is a rebranding of Windsurf, so this PR renames the existing casks:
windsurf→devin-desktopwindsurf@next→devin-desktop@nextThe cask specifications are similar to Windsurf, with updated branding and paths for the new application name.