[WIP][vibe-coded] Update Cloud CLI to 1.37.2 - #86
Open
louisremi wants to merge 1 commit into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, I wanted to see how hard it would be to let Claude to try to update Cloud CLI to its latest version, mainly because I was annoyed by the lack of a "gpt-5.6" option in the model picker.
I let Claude run for a few hours, and it produced two new docker images. I've deployed the full image on my NAS, and I'm testing. So far I haven't encountered any problem, and the gpt-5.6 option is indeed present.
This PR is not meant to be merged as is, as it has been entirely vibecoded. I'm opening it mainly to make you aware of my experiment. Feel free to throw it away and start over if you believe I went in the wrong direction (I'd love an explanation though), or maybe see if it is worth improving?
Claude has been thorough in maintaining the changelog. I'm copying it below.
Changed
2026.08.11-e8db854, retaining checksum verification for both Linux architectures.gpt-5.6,-sol,-luna,-terra) to the provider model picker.authmodule:auth.service.tsownschangePassword,auth.routes.tsexposes/api/auth/change-password, andauth.module.tsinjects the repository, app-config, and token-generation dependencies.openai-codex.jsbecamecodex-runtime.provider.js,server/cli.jsbecame theclimodule, and the/api/system/updateroute moved into thesystemmodule.@remix-run/router,brace-expansion,glob,ip-address, and React Router, keeping the artifact's production audit at 0 Critical and 0 High.dist-server/server/modules/cli/cli.js, which is where 1.37.x publishes itsbintarget.deb12u1 to 151.0.7922.173-1deb12u1. Bookworm security superseded the previous upload and removed it from the archive, so the pinned build could no longer resolve; the replacement is a later security release on the same branch.TODO
There was a problem exposed by the evaluator, and to be honest I have no idea how to fix it. Here's what Claude had to say on the subject: