Skip to content

Fix code-link CLI appearing stalled during cert generation#594

Merged
huntercaron merged 1 commit intomainfrom
huntercaron/fix-codelink-linux-stall
Mar 18, 2026
Merged

Fix code-link CLI appearing stalled during cert generation#594
huntercaron merged 1 commit intomainfrom
huntercaron/fix-codelink-linux-stall

Conversation

@huntercaron
Copy link
Collaborator

Summary

  • Move "Waiting for Plugin connection..." to after certificate setup so it doesn't appear while certs are still being generated
  • Add "Successfully generated certificates." confirmation after cert generation completes

Before (appears stalled after sudo prompt):

⚡ Code Link v0.18.0

Waiting for Plugin connection...
Downloading mkcert for certificate generation...
Generating local certificates to connect securely. You may be asked for your password.
Sudo password:

After:

⚡ Code Link v0.18.0

Downloading mkcert for certificate generation...
Generating local certificates to connect securely. You may be asked for your password.
Sudo password: ****
Successfully generated certificates.
Waiting for Plugin connection...

Test plan

  • Existing cert tests pass (17/17)

… cert generation

Move the "Waiting for Plugin connection..." status message to after certificate
setup so it doesn't appear while certs are still being generated. Add a
"Successfully generated certificates." confirmation so the user knows the
cert step completed.
Copy link
Contributor

@Nick-Lucas Nick-Lucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooh, I don't know man, looks complicated

@huntercaron huntercaron added this pull request to the merge queue Mar 18, 2026
Merged via the queue into main with commit d2cf9b2 Mar 18, 2026
7 checks passed
@huntercaron huntercaron deleted the huntercaron/fix-codelink-linux-stall branch March 18, 2026 08:26
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

Successfully merging this pull request may close these issues.

2 participants