ropilot 0.1.29 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/setup.js +1 -1
  2. package/package.json +1 -1
package/lib/setup.js CHANGED
@@ -250,7 +250,7 @@ function getDefaultPrompts() {
250
250
  * Windows needs cmd /c wrapper for npx to work properly
251
251
  */
252
252
  function generateMcpJson() {
253
- const isWindows = platform() === 'win32' || (platform() === 'linux' && isWSL());
253
+ const isWindows = platform() === 'win32';
254
254
 
255
255
  if (isWindows) {
256
256
  return JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ropilot",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "AI-powered Roblox development assistant - MCP CLI",
5
5
  "author": "whut",
6
6
  "license": "MIT",