Conversation
- Require at least one SSH key selection (WithMinSelections) to prevent proceeding with empty selection that would fail at create time - Show newly added SSH keys at top of list instead of bottom - Add "Load from file" option for SSH key creation with file validation and auto-populated default from ~/.ssh/*.pub - Add shortcut commands: vm start, vm shutdown, vm hibernate, vm delete that accept positional instance ID and filter instance list by valid status Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When loading SSH key from file, scan ~/.ssh/*.pub and present a select list with "Enter path manually..." option, instead of auto-populating a single hardcoded default. Well-known key types sorted first. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use ubuntu-24.04-cuda-13.0-open-docker which is a valid image for the 1V100.6V instance type at FIN-01. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cobra.MaximumNArgs(1) was rejecting args after "--" since Cobra counts all positional args together. Use ArbitraryArgs instead; the existing ArgsLenAtDash logic already splits target from extra SSH args correctly. Fixes: verda ssh <id> -- -L 8080:localhost:8080 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upgrade verdagostack to v1.1.3 which fixes wizard back-navigation: - Esc in Loader-managed steps (SSH keys, storage, startup script) now goes back instead of cancelling the wizard - Back navigates to the immediate prior step instead of skipping all completed steps Add goreleaser configs for Homebrew tap, Scoop bucket, and Linux packages (deb/rpm/apk). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Homebrew, Scoop, and Linux package (deb/rpm/apk) install sections to README. Fix OS image in the non-interactive example. Rename install-test.sh to test-release-packages.sh for clarity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add token config to goreleaser brews/scoops sections and pass HOMEBREW_TAP_TOKEN secret in the release workflow so goreleaser can push formula/manifest to the homebrew-tap repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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.
Description
Type of Change
Checklist
make test)make pre-commit)Related Issues
Additional Context