feat(completion): implement dynamic shell completion with vp run task support#1181
feat(completion): implement dynamic shell completion with vp run task support#1181nekomoyi wants to merge 16 commits intovoidzero-dev:mainfrom
vp run task support#1181Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
|
To use Codex here, create a Codex account and connect to github. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 00a8f43c06
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 713d6cf263
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
713d6cf to
3ec4723
Compare
Summary
vp runcommand, supporting workspace packages and tasksDetails
Dynamic Completion System
Replaced the static completion files with a dynamic completion system that can provide more flexible suggestions based on the current workspace state.
Task Name Completion for
vp runImplemented dynamic task completion for the
vp runcommand, supporting task format liketaskorpackage#taskKnown Limitations
vp runonly completes tasks; parameters like-r,-tare not yet supportedAwaiting future work to sync local CLI parameters to global CLI
close #1131