CommandCodeAI / CommandCodeAI/command-code
Supports pnpm/yarn for cmd auto upgrade and the taste cli
还没有人认领这个 Issue。
- 主要语言
- 没有语言数据
- 星标
- 4k
- 派生
- 350
- PR 合并指标
- 30 天内没有已合并 PR
描述
Feature Description
Both tools (command-code and taste) only respects npm, none of them work with pnpm. I always install packages or run packages with pnpm or pnpx, in this case, for command-code, it tries to install a newer version in the background with npm, which causes duplicate packages installed globally, and could potentially take place the installed binary with path sequence.
Also for the taste cli too, use pnpx taste push works, but it also only checks if npm has command-code installed.
Please fix this.
Use Case
No response
Additional Context
No response
How important is this to you?
Important for my workflow
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 指出了 command-code 和 taste CLI,以及它们的自动升级和已安装软件包检查;首先定位这些入口点,并追踪 npm 在哪里被调用或检查。完成标准是两个工具都支持 pnpm 和 yarn 工作流,包括 pnpx 的使用,而不是仅依赖 npm。
由索引模型根据 Issue 内容生成。
评估
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100