Add setup alias subcommand and automatic bash/zsh alias setup in v0k setup (plus version bump to 0.1.8)#4
Merged
Conversation
Agent-Logs-Url: https://github.com/slhmy/v0k/sessions/0e334d60-ac67-45be-b8fd-8ff4cec50620 Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Agent-Logs-Url: https://github.com/slhmy/v0k/sessions/0e334d60-ac67-45be-b8fd-8ff4cec50620 Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Owner
|
@copilot bump version |
Agent-Logs-Url: https://github.com/slhmy/v0k/sessions/bb9f6014-ef60-4c72-a701-86c24ee80f46 Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Contributor
Author
Done. Bumped version from 0.1.7 to 0.1.8 in both |
Copilot
AI
changed the title
Add
Add May 10, 2026
setup alias subcommand and automatic bash/zsh alias setup in v0k setupsetup alias subcommand and automatic bash/zsh alias setup in v0k setup (plus version bump to 0.1.8)
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.
setupcurrently configures AI settings only, while shell alias/function integration is manual and easy to miss. This change adds a dedicated alias setup subcommand and wires the same step into the end ofv0k setupwhen the shell is configurable (bash/zsh).CLI changes
v0k setup aliasas a dedicated subcommand to install shell integration independently.v0k setupcommand dispatch to support setup subcommands.Setup flow behavior
v0k setupnow attempts shell integration install as the final step.bash,zsh) viaSHELL.Shell integration installation
~/.bashrcor~/.zshrcbased on detected shell.Single-source integration template
v0k()integration function string for:fixmissing-command hint outputsetup aliasandsetupauto-install contentDocs update
v0k setupv0k setup aliasusageVersion bump (feedback follow-up)
0.1.7to0.1.8in:Cargo.tomlnpm/package.json