mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
chore(MM/roo-rocket): shorten and pin CLI version
This commit is contained in:
parent
a25ed006d6
commit
562c34b9b7
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ export class MarketplaceManager {
|
|||
)
|
||||
terminalClass.terminal.show()
|
||||
await terminalClass.runCommand(
|
||||
`npx --yes roo-rocket@latest --mp="${JSON.stringify(mpContext).replaceAll(/"/g, '\\"')}" --cwd="${cwd}" --url="${item.binaryUrl}"`,
|
||||
`npx -y roo-rocket@0.3 --mp="${JSON.stringify(mpContext).replaceAll(/"/g, '\\"')}" --cwd="${cwd}" --url="${item.binaryUrl}"`,
|
||||
{
|
||||
onLine: (line) => {
|
||||
pResult.push(line)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue