What's wrong with this entry?
The bash launcher script has been updated with a subtle but important change in cleanup behavior:
- # 1. If latest link exists, remove the link and exec it
+ # 1. If latest link exists, exec it (the app will handle cleanup)
What this means for users: The launcher no longer removes the "latest" symlink before executing Claude Code. Instead, the application itself now manages this cleanup, providing more reliable update handling and preventing potential race conditions during launches.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.